Expand description
Defines enums and structs for inter-thread communication via channels.
Enumsยง
- Actuator
State - Enum is used for representing the relay states.
- Aquarium
Device - Enum is used for internal thread messaging from control circuits to Controllino. These values are nested into enum InternalCommand. They represent all actuation devices.
- Aquarium
Signal - Enum is used for internal thread messaging between various threads The values indicate which information the thread shall return.
- Internal
Command - Enum is used for internal thread messaging. Note: Relay state and device state do not necessarily correlate.