pub use carla_sys::carla::road::{Lane_LaneType as LaneType, SignalOrientation};
pub type RoadId = u32;
pub type JuncId = i32;
pub type SectionId = u32;
pub type LaneId = i32;
#[cfg_attr(
carla_version_0916,
doc = " See [OpenDRIVE specification](https://carla.readthedocs.io/en/0.9.16/) for details."
)]
#[cfg_attr(
carla_version_0915,
doc = " See [OpenDRIVE specification](https://carla.readthedocs.io/en/0.9.15/) for details."
)]
#[cfg_attr(
carla_version_0914,
doc = " See [OpenDRIVE specification](https://carla.readthedocs.io/en/0.9.14/) for details."
)]
pub type SignId = String;
#[cfg_attr(
carla_version_0916,
doc = " See [OpenDRIVE specification](https://carla.readthedocs.io/en/0.9.16/) for details."
)]
#[cfg_attr(
carla_version_0915,
doc = " See [OpenDRIVE specification](https://carla.readthedocs.io/en/0.9.15/) for details."
)]
#[cfg_attr(
carla_version_0914,
doc = " See [OpenDRIVE specification](https://carla.readthedocs.io/en/0.9.14/) for details."
)]
pub type ContId = String;
pub mod element;