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

Classes

class  CCC_COMMAND
 CCC command codes. More...
 
class  CCC_ERROR
 CCC error codes. More...
 
class  CCC_ERROR_TEXT
 CCC error texts. More...
 
class  CCC_SIGNAL
 CCC signal codes. More...
 
class  CCC_ACTION
 CCC action codes. More...
 
class  CCC_HW_STATUS
 CCC HW status codes. More...
 
class  CCC_RPC_ERROR
 CCC RPC error codes. More...
 
class  CCC_RPC_ERROR_TEXT
 CCC RPC error texts. More...
 
class  CCC_STATUS
 CCC status codes. More...
 
class  CCC_STATE
 CCC state codes. More...
 
class  CCC_SUBSTATE
 CCC substate codes. More...
 

Variables

dictionary CCC_ERROR_TO_TEXT
 
dictionary CCC_ERROR_TO_NUM = {error_text: error for error, error_text in CCC_ERROR_TO_TEXT.items()}
 
dictionary CCC_RPC_ERROR_TO_TEXT
 
dictionary CCC_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in CCC_RPC_ERROR_TO_TEXT.items()}
 

Variable Documentation

dictionary fcfDevsim_ccc.cccDefines.CCC_ERROR_TO_NUM = {error_text: error for error, error_text in CCC_ERROR_TO_TEXT.items()}
dictionary fcfDevsim_ccc.cccDefines.CCC_ERROR_TO_TEXT
Initial value:
1 = { CCC_ERROR.OK: CCC_ERROR_TEXT.OK,
2  CCC_ERROR.HW_NOT_OP: CCC_ERROR_TEXT.HW_NOT_OP,
3  CCC_ERROR.INIT_FAILURE: CCC_ERROR_TEXT.INIT_FAILURE,
4  CCC_ERROR.UNKNOWN_CMD: CCC_ERROR_TEXT.UNKNOWN_CMD}
dictionary fcfDevsim_ccc.cccDefines.CCC_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in CCC_RPC_ERROR_TO_TEXT.items()}
dictionary fcfDevsim_ccc.cccDefines.CCC_RPC_ERROR_TO_TEXT
Initial value:
1 = { CCC_RPC_ERROR.OK: CCC_RPC_ERROR_TEXT.OK,
2  CCC_RPC_ERROR.NOT_OP: CCC_RPC_ERROR_TEXT.NOT_OP,
3  CCC_RPC_ERROR.NOT_NOTOP_READY: CCC_RPC_ERROR_TEXT.NOT_NOTOP_READY,
4  CCC_RPC_ERROR.NOT_NOTOP_NOTREADY: CCC_RPC_ERROR_TEXT.NOT_NOTOP_READY,
5  CCC_RPC_ERROR.LOCAL: CCC_RPC_ERROR_TEXT.LOCAL}