#include <SupportedStatesBitField.h>
Inherits openjaus::model::fields::BitField.
◆ SupportedStatesBitField()
openjaus::environment_v1_0::SupportedStatesBitField::SupportedStatesBitField |
( |
| ) |
|
◆ ~SupportedStatesBitField()
openjaus::environment_v1_0::SupportedStatesBitField::~SupportedStatesBitField |
( |
| ) |
|
◆ copy()
◆ from()
Deserializes the contents the Buffer connected to the provided BufferReader into this object. The BufferReader position will be advanced inside this method such that calling from() again will attempt to read the next Transportable object from the Buffer.
- Parameters
-
Reimplemented from openjaus::model::fields::BitField.
◆ getActive()
bool openjaus::environment_v1_0::SupportedStatesBitField::getActive |
( |
void |
| ) |
const |
◆ getIntegerValue()
uint8_t openjaus::environment_v1_0::SupportedStatesBitField::getIntegerValue |
( |
void |
| ) |
const |
◆ getOff()
bool openjaus::environment_v1_0::SupportedStatesBitField::getOff |
( |
void |
| ) |
const |
◆ getStandby()
bool openjaus::environment_v1_0::SupportedStatesBitField::getStandby |
( |
void |
| ) |
const |
◆ length()
uint64 openjaus::environment_v1_0::SupportedStatesBitField::length |
( |
| ) |
const |
|
virtual |
◆ setActive()
bool openjaus::environment_v1_0::SupportedStatesBitField::setActive |
( |
bool |
value | ) |
|
◆ setIntegerValue()
void openjaus::environment_v1_0::SupportedStatesBitField::setIntegerValue |
( |
uint8_t |
value | ) |
|
◆ setOff()
bool openjaus::environment_v1_0::SupportedStatesBitField::setOff |
( |
bool |
value | ) |
|
◆ setStandby()
bool openjaus::environment_v1_0::SupportedStatesBitField::setStandby |
( |
bool |
value | ) |
|
◆ to()
Serializes the contents of this object into the Buffer connected to the provided BufferWriter. The BufferWriter position will be advanced inside this method such that calling to() again will write the Transportable object into the Buffer a second time.
- Parameters
-
Reimplemented from openjaus::model::fields::BitField.
◆ toXml()
std::string openjaus::environment_v1_0::SupportedStatesBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
◆ active
bool openjaus::environment_v1_0::SupportedStatesBitField::active |
|
protected |
◆ ACTIVE_BIT_MASK
const long openjaus::environment_v1_0::SupportedStatesBitField::ACTIVE_BIT_MASK = 0x1 |
|
staticprotected |
◆ ACTIVE_START_BIT
const long openjaus::environment_v1_0::SupportedStatesBitField::ACTIVE_START_BIT = 0 |
|
staticprotected |
◆ off
bool openjaus::environment_v1_0::SupportedStatesBitField::off |
|
protected |
◆ OFF_BIT_MASK
const long openjaus::environment_v1_0::SupportedStatesBitField::OFF_BIT_MASK = 0x1 |
|
staticprotected |
◆ OFF_START_BIT
const long openjaus::environment_v1_0::SupportedStatesBitField::OFF_START_BIT = 2 |
|
staticprotected |
◆ standby
bool openjaus::environment_v1_0::SupportedStatesBitField::standby |
|
protected |
◆ STANDBY_BIT_MASK
const long openjaus::environment_v1_0::SupportedStatesBitField::STANDBY_BIT_MASK = 0x1 |
|
staticprotected |
◆ STANDBY_START_BIT
const long openjaus::environment_v1_0::SupportedStatesBitField::STANDBY_START_BIT = 1 |
|
staticprotected |
The documentation for this class was generated from the following files: