Module relays

Source
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