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

Classes

class  LAMP_COMMAND
 Lamp command codes. More...
 
class  LAMP_ERROR
 Lamp error codes. More...
 
class  LAMP_ERROR_TEXT
 Lamp Error Texts. More...
 
class  LAMP_SIGNAL
 Lamp signal codes. More...
 
class  LAMP_ACTION
 Lamp action codes. More...
 
class  LAMP_HW_STATUS
 Lamp HW status. More...
 
class  LAMP_RPC_ERROR
 Lamp RPC error. More...
 
class  LAMP_RPC_ERROR_TEXT
 Lamp RPC error texts. More...
 
class  LAMP_STATUS
 Lamp status codes. More...
 
class  LAMP_STATE
 Lamp state codes. More...
 
class  LAMP_SUBSTATE
 Lamp substate codes. More...
 

Variables

dictionary LAMP_ERROR_TO_TEXT
 
dictionary LAMP_ERROR_TO_NUM = {error_text: error for error, error_text in LAMP_ERROR_TO_TEXT.items()}
 
dictionary LAMP_RPC_ERROR_TO_TEXT
 
dictionary LAMP_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in LAMP_RPC_ERROR_TO_TEXT.items()}
 

Variable Documentation

dictionary fcfDevsimLamp.lampDefines.LAMP_ERROR_TO_NUM = {error_text: error for error, error_text in LAMP_ERROR_TO_TEXT.items()}
dictionary fcfDevsimLamp.lampDefines.LAMP_ERROR_TO_TEXT
Initial value:
1 = {LAMP_ERROR.OK: LAMP_ERROR_TEXT.OK,
2  LAMP_ERROR.HW_NOT_OP: LAMP_ERROR_TEXT.HW_NOT_OP,
3  LAMP_ERROR.INIT_FAILURE: LAMP_ERROR_TEXT.INIT_FAILURE,
4  LAMP_ERROR.UNEXPECTED_OFF: LAMP_ERROR_TEXT.UNEXPECTED_OFF,
5  LAMP_ERROR.UNEXPECTED_ON: LAMP_ERROR_TEXT.UNEXPECTED_ON,
6  LAMP_ERROR.FAULT_SIG: LAMP_ERROR_TEXT.FAULT_SIG,
7  LAMP_ERROR.MAXON: LAMP_ERROR_TEXT.MAXON,
8  LAMP_ERROR.STILL_COOLING: LAMP_ERROR_TEXT.STILL_COOLING,
9  LAMP_ERROR.TIMEOUT_DISABLE: LAMP_ERROR_TEXT.TIMEOUT_DISABLE,
10  LAMP_ERROR.TIMEOUT_INIT: LAMP_ERROR_TEXT.TIMEOUT_INIT,
11  LAMP_ERROR.TIMEOUT_OFF: LAMP_ERROR_TEXT.TIMEOUT_OFF,
12  LAMP_ERROR.TIMEOUT_ON: LAMP_ERROR_TEXT.TIMEOUT_ON,
13  LAMP_ERROR.UNKNOWN_CMD: LAMP_ERROR_TEXT.UNKNOWN_CMD}
dictionary fcfDevsimLamp.lampDefines.LAMP_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in LAMP_RPC_ERROR_TO_TEXT.items()}
dictionary fcfDevsimLamp.lampDefines.LAMP_RPC_ERROR_TO_TEXT
Initial value:
1 = {LAMP_RPC_ERROR.OK: LAMP_RPC_ERROR_TEXT.OK,
2  LAMP_RPC_ERROR.NOT_OP: LAMP_RPC_ERROR_TEXT.NOT_OP,
3  LAMP_RPC_ERROR.NOT_NOTOP_READY: LAMP_RPC_ERROR_TEXT.NOT_NOTOP_READY,
4  LAMP_RPC_ERROR.NOT_NOTOP_NOTREADY: LAMP_RPC_ERROR_TEXT.NOT_NOTOP_READY,
5  LAMP_RPC_ERROR.SWITCHING_ON: LAMP_RPC_ERROR_TEXT.SWITCHING_ON,
6  LAMP_RPC_ERROR.SWITCHING_OFF: LAMP_RPC_ERROR_TEXT.SWITCHING_OFF,
7  LAMP_RPC_ERROR.COOLING: LAMP_RPC_ERROR_TEXT.COOLING,
8  LAMP_RPC_ERROR.LOCAL: LAMP_RPC_ERROR_TEXT.LOCAL}