#include <AddressBitField.h>
Inherits openjaus::model::fields::BitField.
◆ AddressBitField()
| openjaus::core_v1_1::AddressBitField::AddressBitField |
( |
| ) |
|
◆ ~AddressBitField()
| openjaus::core_v1_1::AddressBitField::~AddressBitField |
( |
| ) |
|
◆ copy()
| void openjaus::core_v1_1::AddressBitField::copy |
( |
AddressBitField & |
source | ) |
|
◆ 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.
◆ getComponent()
| long openjaus::core_v1_1::AddressBitField::getComponent |
( |
void |
| ) |
const |
◆ getIntegerValue()
| uint32_t openjaus::core_v1_1::AddressBitField::getIntegerValue |
( |
void |
| ) |
const |
◆ getNode()
| long openjaus::core_v1_1::AddressBitField::getNode |
( |
void |
| ) |
const |
◆ getSubsystem()
| long openjaus::core_v1_1::AddressBitField::getSubsystem |
( |
void |
| ) |
const |
◆ length()
| uint64 openjaus::core_v1_1::AddressBitField::length |
( |
| ) |
const |
|
virtual |
◆ setComponent()
| bool openjaus::core_v1_1::AddressBitField::setComponent |
( |
long |
value | ) |
|
◆ setIntegerValue()
| void openjaus::core_v1_1::AddressBitField::setIntegerValue |
( |
uint32_t |
value | ) |
|
◆ setNode()
| bool openjaus::core_v1_1::AddressBitField::setNode |
( |
long |
value | ) |
|
◆ setSubsystem()
| bool openjaus::core_v1_1::AddressBitField::setSubsystem |
( |
long |
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::core_v1_1::AddressBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
◆ component
| long openjaus::core_v1_1::AddressBitField::component |
|
protected |
◆ COMPONENT_BIT_MASK
| const long openjaus::core_v1_1::AddressBitField::COMPONENT_BIT_MASK = 0xFF |
|
staticprotected |
◆ COMPONENT_MAX_VALUE
| const long openjaus::core_v1_1::AddressBitField::COMPONENT_MAX_VALUE = 255 |
|
staticprotected |
◆ COMPONENT_MIN_VALUE
| const long openjaus::core_v1_1::AddressBitField::COMPONENT_MIN_VALUE = 0 |
|
staticprotected |
◆ COMPONENT_START_BIT
| const long openjaus::core_v1_1::AddressBitField::COMPONENT_START_BIT = 0 |
|
staticprotected |
◆ node
| long openjaus::core_v1_1::AddressBitField::node |
|
protected |
◆ NODE_BIT_MASK
| const long openjaus::core_v1_1::AddressBitField::NODE_BIT_MASK = 0xFF |
|
staticprotected |
◆ NODE_MAX_VALUE
| const long openjaus::core_v1_1::AddressBitField::NODE_MAX_VALUE = 255 |
|
staticprotected |
◆ NODE_MIN_VALUE
| const long openjaus::core_v1_1::AddressBitField::NODE_MIN_VALUE = 0 |
|
staticprotected |
◆ NODE_START_BIT
| const long openjaus::core_v1_1::AddressBitField::NODE_START_BIT = 8 |
|
staticprotected |
◆ subsystem
| long openjaus::core_v1_1::AddressBitField::subsystem |
|
protected |
◆ SUBSYSTEM_BIT_MASK
| const long openjaus::core_v1_1::AddressBitField::SUBSYSTEM_BIT_MASK = 0xFFFF |
|
staticprotected |
◆ SUBSYSTEM_MAX_VALUE
| const long openjaus::core_v1_1::AddressBitField::SUBSYSTEM_MAX_VALUE = 65535 |
|
staticprotected |
◆ SUBSYSTEM_MIN_VALUE
| const long openjaus::core_v1_1::AddressBitField::SUBSYSTEM_MIN_VALUE = 0 |
|
staticprotected |
◆ SUBSYSTEM_START_BIT
| const long openjaus::core_v1_1::AddressBitField::SUBSYSTEM_START_BIT = 16 |
|
staticprotected |
The documentation for this class was generated from the following files: