2.1.4.27 DRV_MCMETROLOGY_GetPowersDescription Function
C
DRV_MCMETROLOGY_POWER_SOURCE * DRV_MCMETROLOGY_GetPowersDescription (void);
Summary
Get the pointer to the power description table.
Description
Power 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.
Parameters
None.
Returns
Pointer 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();
Remarks
None.
