Module food

Source
Expand description

This container module features all the functionality to execute the automatic feeding.

Modulesยง

feed
Contains the main functionality for feeding the fish Implements the main control logic for automated and manual fish feeding.
feed_channels
A central container for all inter-thread communication channels used by the Feed module.
feed_config
Configuration data for feed control Defines the configuration structure for the automated feeding system.
feed_pattern
Contains the data definition for the time profile of the feed Defines the data structures that represent a complete, multistep feeding process.
feed_schedule_entry
Contains the data definition for feed schedule entry Defines the application-level representation of a single feed schedule entry.
food_injection
Contains the trait implementation for the execution of the feed Implements the physical execution of a feed pattern, controlling pumps and the feeder.
food_injection_error
Contains error definition for food injection Defines the custom error type for the food injection process.