Re-exports§
pub use config::config::ConfigManager;pub use mission::mission::Mission;pub use utils::error::NightError;pub use utils::error::Result;
Modules§
Macros§
Functions§
- get_
all_ task_ info - Get information about all tasks in the mission.
- get_
task_ info - Get information about a specific task in the mission.
- init
- Initialize the Night system with a configuration file.
- run
- Start the mission execution.
- stop_
task - Stop a specific task in the mission.