Crate ncomm_core
source ·Expand description
Ncomm-Core is a collection of traits that layout the core of the ncomm robotics framework.
Re-exports§
pub use node::Node;pub use executor::Executor;pub use executor::ExecutorState;pub use publisher_subscriber::Publisher;pub use publisher_subscriber::Subscriber;pub use client_server::Client;pub use client_server::Server;pub use update_client_server::UpdateClient;pub use update_client_server::UpdateServer;
Modules§
- NComm Client Server Traits.
- An executor handles the scheduling and execution of nodes.
- A Singular Unit of Work.
- Publisher -> Subscriber Communication
- NComm Update Server and Client.