ifw-fcf  5.0.0-pre2
Classes | Variables
iodev.defines Namespace Reference

Classes

class  IodevCommand
 Iodev command, numeric representation. More...
 
class  IodevError
 Iodev errors, numeric representation. More...
 
class  IodevErrorText
 Iodev error, textual representation. More...
 
class  IodevSignal
 Iodev signal, tectual representations. More...
 
class  IodevAction
 Iodev actions, textual representations. More...
 
class  IodevHwStatus
 Iodev HW status, numeric representation. More...
 
class  IodevRpcError
 Iodev RPC error code, numeric representation. More...
 
class  IodevRpcErrorText
 Iodev RPC errors, textual representation. More...
 
class  IodevStatus
 Iodev status values. More...
 
class  IodevState
 Iodev state, numeric representation. More...
 
class  IodevSubstate
 Iodev substate, numeric representation. More...
 

Variables

dictionary IODEV_ERROR_TO_TEXT
 
dictionary IODEV_ERROR_TO_NUM
 
dictionary IODEV_RPC_ERROR_TO_TEXT
 
dictionary IODEV_RPC_ERROR_TO_NUM
 

Variable Documentation

◆ IODEV_ERROR_TO_NUM

dictionary iodev.defines.IODEV_ERROR_TO_NUM
Initial value:
1 = {
2  error_text: error for error, error_text in IODEV_ERROR_TO_TEXT.items()
3 }

◆ IODEV_ERROR_TO_TEXT

dictionary iodev.defines.IODEV_ERROR_TO_TEXT
Initial value:
1 = {
2  IodevError.OK.value: IodevErrorText.OK.value,
3  IodevError.HW_NOT_OP.value: IodevErrorText.HW_NOT_OP.value,
4  IodevError.WRONG_CMD.value: IodevErrorText.WRONG_CMD.value,
5  IodevError.INIT_FAILURE.value: IodevErrorText.INIT_FAILURE.value,
6  IodevError.NOT_INITIALISED.value: IodevErrorText.NOT_INITIALISED.value,
7  IodevError.ZERO_POINTER.value: IodevErrorText.ZERO_POINTER.value,
8 }

◆ IODEV_RPC_ERROR_TO_NUM

dictionary iodev.defines.IODEV_RPC_ERROR_TO_NUM
Initial value:
1 = {
2  error_text: error for error, error_text in IODEV_RPC_ERROR_TO_TEXT.items()
3 }

◆ IODEV_RPC_ERROR_TO_TEXT

dictionary iodev.defines.IODEV_RPC_ERROR_TO_TEXT
Initial value:
1 = {
2  IodevRpcError.OK.value: IodevRpcErrorText.OK.value,
3  IodevRpcError.NOT_OP.value: IodevRpcErrorText.NOT_OP.value,
4  IodevRpcError.NOT_NOTOP_READY.value: IodevRpcErrorText.NOT_NOTOP_READY.value,
5  IodevRpcError.NOT_NOTOP_NOTREADY.value: IodevRpcErrorText.NOT_NOTOP_READY.value,
6  IodevRpcError.LOCAL.value: IodevRpcErrorText.LOCAL.value,
7 }