2.1.4.27 DRV_MCMETROLOGY_GetPowersDescription Function
C
DRV_MCMETROLOGY_POWER_SOURCE * DRV_MCMETROLOGY_GetPowersDescription (void);SummaryGet the pointer to the power description table.
DescriptionPower description table could
be used to get information about how powers have been
configured. For a detailed description of the power data,
refer to the drv_mcmetrology_definitions.h
header
file.
None.
ReturnsPointer to the power 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.
