Constants
- class ioiocore.constants.KeyValueContainer[source]
Bases:
objectA container class that provides methods to retrieve all keys and values defined in subclasses.
- class ioiocore.constants.Constants[source]
Bases:
objectA collection of categorized constants used in the system.
- class Conditions[source]
Bases:
KeyValueContainerSystem conditions indicating operational status.
- ERROR: str = 'Error'
- HEALTHY: str = 'Healthy'
- WARNING: str = 'Warning'
- class Defaults[source]
Bases:
KeyValueContainerDefault values for various system components.
- NODE_NAME: str = 'default'
- PORT_IN: str = 'in'
- PORT_OUT: str = 'out'
- class Keys[source]
Bases:
KeyValueContainerKeys used for system configuration.
- DECIMATION_FACTOR: str = 'decimation_factor'
- INPUT_PORTS: str = 'input_ports'
- OUTPUT_PORTS: str = 'output_ports'
- class LogTypes[source]
Bases:
KeyValueContainerLog message types.
- ERROR: str = 'ERROR'
- INFO: str = 'INFO'
- WARNING: str = 'WARNING'
- class States[source]
Bases:
KeyValueContainerPossible states of a pipeline.
- RUNNING: str = 'Running'
- STOPPED: str = 'Stopped'