InspectionPLC

Trait InspectionPLC 

Source
pub trait InspectionPLC {
    // Required methods
    fn init_plc_buffer(&mut self);
    fn get_plc_watchdog(&self) -> bool;
    fn get_is_running(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl InspectionPLC for Vec<u8>

Implementors§