#include <SupportedStatesBitField.h>
Inherits openjaus::model::fields::BitField.
§ SupportedStatesBitField()
openjaus::environment::SupportedStatesBitField::SupportedStatesBitField |
( |
| ) |
|
§ ~SupportedStatesBitField()
openjaus::environment::SupportedStatesBitField::~SupportedStatesBitField |
( |
| ) |
|
§ copy()
§ from()
int openjaus::environment::SupportedStatesBitField::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getActive()
bool openjaus::environment::SupportedStatesBitField::getActive |
( |
void |
| ) |
const |
§ getIntegerValue()
uint8_t openjaus::environment::SupportedStatesBitField::getIntegerValue |
( |
void |
| ) |
const |
§ getOff()
bool openjaus::environment::SupportedStatesBitField::getOff |
( |
void |
| ) |
const |
§ getStandby()
bool openjaus::environment::SupportedStatesBitField::getStandby |
( |
void |
| ) |
const |
§ length()
int openjaus::environment::SupportedStatesBitField::length |
( |
| ) |
|
|
virtual |
§ setActive()
bool openjaus::environment::SupportedStatesBitField::setActive |
( |
bool |
value | ) |
|
§ setIntegerValue()
void openjaus::environment::SupportedStatesBitField::setIntegerValue |
( |
uint8_t |
value | ) |
|
§ setOff()
bool openjaus::environment::SupportedStatesBitField::setOff |
( |
bool |
value | ) |
|
§ setStandby()
bool openjaus::environment::SupportedStatesBitField::setStandby |
( |
bool |
value | ) |
|
§ to()
int openjaus::environment::SupportedStatesBitField::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::environment::SupportedStatesBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ active
bool openjaus::environment::SupportedStatesBitField::active |
|
protected |
§ ACTIVE_BIT_MASK
const long openjaus::environment::SupportedStatesBitField::ACTIVE_BIT_MASK = 0x1 |
|
staticprotected |
§ ACTIVE_START_BIT
const long openjaus::environment::SupportedStatesBitField::ACTIVE_START_BIT = 0 |
|
staticprotected |
§ off
bool openjaus::environment::SupportedStatesBitField::off |
|
protected |
§ OFF_BIT_MASK
const long openjaus::environment::SupportedStatesBitField::OFF_BIT_MASK = 0x1 |
|
staticprotected |
§ OFF_START_BIT
const long openjaus::environment::SupportedStatesBitField::OFF_START_BIT = 2 |
|
staticprotected |
§ standby
bool openjaus::environment::SupportedStatesBitField::standby |
|
protected |
§ STANDBY_BIT_MASK
const long openjaus::environment::SupportedStatesBitField::STANDBY_BIT_MASK = 0x1 |
|
staticprotected |
§ STANDBY_START_BIT
const long openjaus::environment::SupportedStatesBitField::STANDBY_START_BIT = 1 |
|
staticprotected |
The documentation for this class was generated from the following files: