Lines Matching refs:status
23 #include "status.h"
28 std::ostream& operator<<(std::ostream& out, Status status)
31 << " replugged: " << (status.is_replugged ? "yes" : "no") << '\n'
32 << " is_buffer_empty: " << (status.is_buffer_empty ? "yes" : "no") << '\n'
33 << " is_feeding_finished: " << (status.is_feeding_finished ? "yes" : "no") << '\n'
34 << " is_scanning_finished: " << (status.is_scanning_finished ? "yes" : "no") << '\n'
35 << " is_at_home: " << (status.is_at_home ? "yes" : "no") << '\n'
36 << " is_lamp_on: " << (status.is_lamp_on ? "yes" : "no") << '\n'
37 << " is_front_end_busy: " << (status.is_front_end_busy ? "yes" : "no") << '\n'
38 << " is_motor_enabled: " << (status.is_motor_enabled ? "yes" : "no") << '\n'