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
5
namespace
roo_control
{
6
7
/// Binary logical state used by selectors and switches.
8
enum
BinaryLogicalState
{
BINARY_STATE_LOW
= 0,
BINARY_STATE_HIGH
= 1 };
9
10
/// Streams a human-readable state name.
11
roo_logging::Stream&
operator<<
(roo_logging::Stream& out,
12
BinaryLogicalState
state);
13
14
}
// namespace roo_control
roo_control
Definition
binary_logical_state.cpp:3
roo_control::operator<<
roo_logging::Stream & operator<<(roo_logging::Stream &out, BinaryLogicalState state)
Streams a human-readable state name.
Definition
binary_logical_state.cpp:5
roo_control::BinaryLogicalState
BinaryLogicalState
Binary logical state used by selectors and switches.
Definition
binary_logical_state.h:8
roo_control::BINARY_STATE_HIGH
@ BINARY_STATE_HIGH
Definition
binary_logical_state.h:8
roo_control::BINARY_STATE_LOW
@ BINARY_STATE_LOW
Definition
binary_logical_state.h:8
temp_repos
roo_control
src
roo_control
binary_logical_state.h
Generated by
1.9.8