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
Feedmodule. - 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.