dcs2 0.1.0

An extensible distributed control system framework made in rust with no-std support.
Documentation
1
2
3
4
5
6
//! # DCS Rules module
//! Rules are the policies that are enforced by the nodes. These are used to decide whether to engage
//! the actuators or not.
pub mod manager;
pub mod measurements;
pub mod strategy;