roo_control
API Documentation for roo_control
Loading...
Searching...
No Matches
binary_logical_state.h
Go to the documentation of this file.
1#pragma once
2
3#include "roo_logging.h"
4
5namespace roo_control {
6
7/// Binary logical state used by selectors and switches.
9
10/// Streams a human-readable state name.
11roo_logging::Stream& operator<<(roo_logging::Stream& out,
12 BinaryLogicalState state);
13
14} // namespace roo_control
roo_logging::Stream & operator<<(roo_logging::Stream &out, BinaryLogicalState state)
Streams a human-readable state name.
BinaryLogicalState
Binary logical state used by selectors and switches.