2.1.4.26 DRV_MCMETROLOGY_GetChannelDescription Function

C

DRV_MCMETROLOGY_CHANNEL * DRV_MCMETROLOGY_GetChannelDescription (void);

Summary

Get the pointer to the channel description table.

Description

Channel description table could be used to get information about how channels have been configured. For a detailed description of the channel data, refer to the drv_mcmetrology_definitions.h header file.

Parameters

None.

Returns

Pointer to the channel configuration table by default.

Example

    /* Get Pointers to metrology channel and power description */
    app_metrologyData.pMetChannelDesc = DRV_MCMETROLOGY_GetChannelDescription();
    app_metrologyData.pMetPowerDesc = DRV_MCMETROLOGY_GetPowersDescription();

Remarks

None.