HEBI C++ API
3.9.0
|
A two-state message field (either set/true or cleared/false). More...
#include <info.hpp>
Public Member Functions | |
operator bool () const | |
Allows casting to a bool to check if the flag is set without directly calling has() . More... | |
bool | has () const |
Returns true if the flag is set, false if it is cleared. More... | |
A two-state message field (either set/true or cleared/false).
|
inlineexplicit |
Allows casting to a bool to check if the flag is set without directly calling has()
.
This can be used as in the following (assuming 'parent' is a parent message, and this field is called 'myField')
bool hebi::Info::FlagField::has | ( | ) | const |
Returns true
if the flag is set, false if it is cleared.