Expand description
This container module features all functionality to actuate the relays which control the actuators.
Modulesยง
- actuate_
controllino - Contains the trait implementation for the communication with real hardware
- actuate_
controllino_ config - Configuration of ActuateControllino
- actuate_
gpio - Contains the trait implementation for the relay actuation via GPIO
- actuate_
simulator - Contains the trait implementation for the communication with the test server
- actuate_
simulator_ channels - Container for the channel used by ActuateSimulator
- controllino_
message - Container for message content sent to Controllino
- device_
relay_ logic - Contains the functionality to translate an actuator command into the relay actuation command
- relay_
error - Enum codifies the errors which the program may encounter in preparation or execution of communication with the relay manager
- relay_
manager - Contains the main functionality for the actuator control
- relay_
manager_ channels - Container for channels used by relay manager
- relay_
manager_ config - Configuration data for RelayManager