1.1.3.4.26 DRV_METROLOGY_START_MODE Enum
C
typedef enum
{
/* Operation completed with success. */
DRV_METROLOGY_START_SOFT,
/* Invalid handle or operation failed. */
DRV_METROLOGY_START_HARD
} DRV_METROLOGY_START_MODE;Summary
Describes how is the startup process.
Description
HARD mode implies a full reload of Core 1 application. SOFT mode does not any effects on Core 1 application.
