1.1.4.13 DRV_METROLOGY_GetAFEDescription Function
C
Returns
DRV_METROLOGY_AFE_TYPE DRV_METROLOGY_GetAFEDescription (char *pDescription);SummaryGet the AFE type.
DescriptionAFE type returned by this function provides information about the ATSENSE/MCP(s) device(s) connected to metrology library.
Parameters| Param | Description |
|---|---|
| pDescription | Pointer to string where description will be written. |
AFE type. For available types see DRV_METROLOGY_AFE_TYPE Enum.
Examplechar afeDesc[30];
app_metrologyData.afe = DRV_METROLOGY_GetAFEDescription(afeDesc);RemarksNone.
