38 #define TR_HW_DEV_ON 1 40 #define TR_HW_DEV_OFF 2 42 #define TR_HW_DEV_OPER 3 44 #define TR_HW_DEV_SBY 4 47 #define HW_DEV_TEMP_MAX 100 50 #define HW_DEV_CUR_MAX 1 float GetHwDevCur()
This function returns the current absorbed by the Hardware Device.
Declaration of the execution interface for a FW State Machine.
float GetHwDevTemp()
This function returns the temperature of the Hardware Device.
Header file to define all constants and types for the state machine module of the FW Profile...
Structure representing a state machine descriptor.
FwSmDesc_t GetHwDevSm()
Retrieve the descriptor of the Hardware Device State Machine.