Module relay_manager

Source
Expand description

Contains the main functionality for the actuator control

Structs§

RelayManager
Contains the configuration and the implementation of the relay manager. Thread communication of this component is as follows:

Traits§

RelayActuationTrait
Trait for the execution of relay actuation on either simulator or real hardware. This trait allows running the main control with a mock implementation for testing.