Module water_injection

Source
Expand description

Contains trait implementation for the execution of the fresh water refill

Structs§

WaterInjection
Implementation of the WaterInjectionTrait which contains the code for executing the refill once the main control has detected that the water level is low. Thread communication is as follows:

Constants§

MAX_MUTEX_ACCESS_DURATION_MILLIS 🔒
allow max. 10 milliseconds for mutex to be blocked by any other thread

Traits§

WaterInjectionTrait
Trait for the execution of the refill once control has detected that the water level is low. This trait allows running the main control with a mock implementation for testing.