ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
fcfDevsimSensor.sensorDefines Namespace Reference

Classes

class  SENSOR_COMMAND
 
class  SENSOR_ERROR
 
class  SENSOR_ERROR_TEXT
 
class  SENSOR_SIGNAL
 
class  SENSOR_ACTION
 
class  SENSOR_HW_STATUS
 
class  SENSOR_RPC_ERROR
 
class  SENSOR_RPC_ERROR_TEXT
 
class  SENSOR_STATUS
 
class  SENSOR_STATE
 
class  SENSOR_SUBSTATE
 

Variables

dictionary SENSOR_ERROR_TO_TEXT
 
dictionary SENSOR_ERROR_TO_NUM = {error_text: error for error, error_text in SENSOR_ERROR_TO_TEXT.items()}
 
dictionary SENSOR_RPC_ERROR_TO_TEXT
 
dictionary SENSOR_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in SENSOR_RPC_ERROR_TO_TEXT.items()}
 

Variable Documentation

dictionary fcfDevsimSensor.sensorDefines.SENSOR_ERROR_TO_NUM = {error_text: error for error, error_text in SENSOR_ERROR_TO_TEXT.items()}
dictionary fcfDevsimSensor.sensorDefines.SENSOR_ERROR_TO_TEXT
Initial value:
1 = {SENSOR_ERROR.OK: SENSOR_ERROR_TEXT.OK,
2  SENSOR_ERROR.HW_NOT_OP: SENSOR_ERROR_TEXT.HW_NOT_OP,
3  SENSOR_ERROR.WRONG_CMD: SENSOR_ERROR_TEXT.WRONG_CMD,
4  SENSOR_ERROR.INIT_FAILURE: SENSOR_ERROR_TEXT.INIT_FAILURE,
5 
6  SENSOR_ERROR.NOT_INITIALISED: SENSOR_ERROR_TEXT.NOT_INITIALISED,
7  SENSOR_ERROR.ZERO_POINTER: SENSOR_ERROR_TEXT.ZERO_POINTER}
dictionary fcfDevsimSensor.sensorDefines.SENSOR_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in SENSOR_RPC_ERROR_TO_TEXT.items()}
dictionary fcfDevsimSensor.sensorDefines.SENSOR_RPC_ERROR_TO_TEXT
Initial value:
1 = {SENSOR_RPC_ERROR.OK: SENSOR_RPC_ERROR_TEXT.OK,
2  SENSOR_RPC_ERROR.NOT_OP: SENSOR_RPC_ERROR_TEXT.NOT_OP,
3  SENSOR_RPC_ERROR.NOT_NOTOP_READY: SENSOR_RPC_ERROR_TEXT.NOT_NOTOP_READY,
4  SENSOR_RPC_ERROR.NOT_NOTOP_NOTREADY: SENSOR_RPC_ERROR_TEXT.NOT_NOTOP_READY,
5  SENSOR_RPC_ERROR.LOCAL: SENSOR_RPC_ERROR_TEXT.LOCAL}