Crate night

Crate night 

Source

Re-exports§

pub use config::config::ConfigManager;
pub use mission::mission::Mission;
pub use utils::error::NightError;
pub use utils::error::Result;

Modules§

common
config
mission
task
utils

Macros§

log_debug
log_error
log_info
log_warn

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.