Module threads

Source

Re-exports§

pub use cmd_responder::cmd_responder;
pub use event_processing::event_processing;
pub use data_publisher::data_publisher;
pub use runner::runner;
pub use monitoring::monitoring;

Modules§

cmd_responder
React to commands while running. This feature has been stripped down, due to a change in philosophy - whenever a setting is changed, a new run (and thus a new config file) should be created.
data_publisher
Make sure everything gets sent out over zmq to the TOF CPU (or whoever is listening.
event_processing
Event processing deals with the raw memory input from the buffers, send to it by the runner when reading out the system memory
monitoring
Monitor the RB itself
runner