1 2 3 4 5 6 7
#[cfg(feature = "Perception_Automation")] pub mod Automation; #[cfg(feature = "Perception_People")] pub mod People; #[cfg(feature = "Perception_Spatial")] pub mod Spatial; pub type PerceptionTimestamp = *mut ::core::ffi::c_void;