Files
max-effort-rs/rust/src/consts.rs

16 lines
687 B
Rust

pub const EVENT_BUS_PATH: &str = "/root/GlobalEventBus";
pub const LIFT_ACTION: &str = "lift_action";
pub const LIFT_EFFORT_APPLIED: &str = "lift_effort_applied";
pub const FOCUS_RELEASED: &str = "focus_released";
pub const FOCUS_CHANGED: &str = "focus_changed";
pub const LIFT_COMPLETED: &str = "lift_completed";
pub const LIFT_PROGRESS: &str = "lift_progress";
pub const LIFT_VISUAL_HEIGHT: &str = "lift_visual_height";
pub const CAMERA_TRAUMA: &str = "camera_trauma";
pub const HAZARD_SPAWNED: &str = "hazard_spawned";
pub const HAZARD_RESOLVED: &str = "hazard_resolved";
pub const DAY_STARTED: &str = "day_started";
pub const VIGNETTE_INTENSITY_PARAM: &str = "vignette_intensity";