altrios-core 1.0.0

ALTRIOS Core model for train simulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod cat_power;
mod elev;
mod heading;
pub(in super::super) mod link_idx;
pub(super) mod link_old;
mod location;
pub(in super::super) mod network;
mod speed;

pub use cat_power::*;
pub use elev::*;
pub use heading::*;
pub use link_idx::*;
pub use location::*;
pub use network::*;
pub use speed::*;