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

Classes

class  PIEZO_COMMAND
 Pieszo command codes. More...
 
class  PIEZO_ERROR
 Piezo error codes. More...
 
class  PIEZO_ERROR_TEXT
 Piezo error texts. More...
 
class  PIEZO_SIGNAL
 Piezo signal codes. More...
 
class  PIEZO_ACTION
 Piezo action codes. More...
 
class  PIEZO_HW_STATUS
 Piezo HW status codes. More...
 
class  PIEZO_RPC_ERROR
 Piezo RPC error codes. More...
 
class  PIEZO_RPC_ERROR_TEXT
 Piezo RPC error texts. More...
 
class  PIEZO_STATUS
 Piezo status codes. More...
 
class  PIEZO_STATE
 Piezo state codes. More...
 
class  PIEZO_SUBSTATE
 Piezo substate codes. More...
 

Variables

dictionary PIEZO_ERROR_TO_TEXT
 
dictionary PIEZO_ERROR_TO_NUM = {error_text: error for error, error_text in PIEZO_ERROR_TO_TEXT.items()}
 
dictionary PIEZO_RPC_ERROR_TO_TEXT
 
dictionary PIEZO_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in PIEZO_RPC_ERROR_TO_TEXT.items()}
 

Variable Documentation

dictionary fcfDevsim_piezo.piezoDefines.PIEZO_ERROR_TO_NUM = {error_text: error for error, error_text in PIEZO_ERROR_TO_TEXT.items()}
dictionary fcfDevsim_piezo.piezoDefines.PIEZO_ERROR_TO_TEXT
Initial value:
1 = { PIEZO_ERROR.OK: PIEZO_ERROR_TEXT.OK,
2  PIEZO_ERROR.HW_NOT_OP: PIEZO_ERROR_TEXT.HW_NOT_OP,
3  PIEZO_ERROR.INIT_FAILURE: PIEZO_ERROR_TEXT.INIT_FAILURE,
4  PIEZO_ERROR.UNKNOWN_CMD: PIEZO_ERROR_TEXT.UNKNOWN_CMD}
dictionary fcfDevsim_piezo.piezoDefines.PIEZO_RPC_ERROR_TO_NUM = {error_text: error for error, error_text in PIEZO_RPC_ERROR_TO_TEXT.items()}
dictionary fcfDevsim_piezo.piezoDefines.PIEZO_RPC_ERROR_TO_TEXT
Initial value:
1 = { PIEZO_RPC_ERROR.OK: PIEZO_RPC_ERROR_TEXT.OK,
2  PIEZO_RPC_ERROR.NOT_OP: PIEZO_RPC_ERROR_TEXT.NOT_OP,
3  PIEZO_RPC_ERROR.NOT_NOTOP_READY: PIEZO_RPC_ERROR_TEXT.NOT_NOTOP_READY,
4  PIEZO_RPC_ERROR.NOT_NOTOP_NOTREADY: PIEZO_RPC_ERROR_TEXT.NOT_NOTOP_READY,
5  PIEZO_RPC_ERROR.MOVING_USER: PIEZO_RPC_ERROR_TEXT.MOVING_USER,
6  PIEZO_RPC_ERROR.MOVING_BIT: PIEZO_RPC_ERROR_TEXT.MOVING_BIT,
7  PIEZO_RPC_ERROR.LOCAL: PIEZO_RPC_ERROR_TEXT.LOCAL}