astrotools 0.12.0

Basic building block for the lightspeed protocol and lightspeed compliant drivers
Documentation
1
2
3
4
5
6
pub trait FilterWheel {
    fn actual_slot(&self) -> i32;
    fn set_slot(&self, slot: i32);
    fn set_unidirection(&self, flag: bool);
    fn is_unidirectional(&self) -> bool;
}