2.1.4.26 DRV_MCMETROLOGY_GetChannelDescription Function
C
DRV_MCMETROLOGY_CHANNEL * DRV_MCMETROLOGY_GetChannelDescription (void);SummaryGet the pointer to the channel description table.
DescriptionChannel 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.
None.
ReturnsPointer 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();RemarksNone.
