Module channel_content

Source
Expand description

Defines enums and structs for inter-thread communication via channels.

Enumsยง

ActuatorState
Enum is used for representing the relay states.
AquariumDevice
Enum is used for internal thread messaging from control circuits to Controllino. These values are nested into enum InternalCommand. They represent all actuation devices.
AquariumSignal
Enum is used for internal thread messaging between various threads The values indicate which information the thread shall return.
InternalCommand
Enum is used for internal thread messaging. Note: Relay state and device state do not necessarily correlate.