#include <ParentIDBitField.h>
Inherits openjaus::model::fields::BitField.
◆ ParentIDBitField()
openjaus::manipulator_v1_0::ParentIDBitField::ParentIDBitField |
( |
| ) |
|
◆ ~ParentIDBitField()
openjaus::manipulator_v1_0::ParentIDBitField::~ParentIDBitField |
( |
| ) |
|
◆ copy()
void openjaus::manipulator_v1_0::ParentIDBitField::copy |
( |
ParentIDBitField & |
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.
◆ getComponentID()
long openjaus::manipulator_v1_0::ParentIDBitField::getComponentID |
( |
void |
| ) |
const |
◆ getIntegerValue()
uint32_t openjaus::manipulator_v1_0::ParentIDBitField::getIntegerValue |
( |
void |
| ) |
const |
◆ getNodeID()
long openjaus::manipulator_v1_0::ParentIDBitField::getNodeID |
( |
void |
| ) |
const |
◆ getSubsystemID()
long openjaus::manipulator_v1_0::ParentIDBitField::getSubsystemID |
( |
void |
| ) |
const |
◆ length()
uint64 openjaus::manipulator_v1_0::ParentIDBitField::length |
( |
| ) |
const |
|
virtual |
◆ setComponentID()
bool openjaus::manipulator_v1_0::ParentIDBitField::setComponentID |
( |
long |
value | ) |
|
◆ setIntegerValue()
void openjaus::manipulator_v1_0::ParentIDBitField::setIntegerValue |
( |
uint32_t |
value | ) |
|
◆ setNodeID()
bool openjaus::manipulator_v1_0::ParentIDBitField::setNodeID |
( |
long |
value | ) |
|
◆ setSubsystemID()
bool openjaus::manipulator_v1_0::ParentIDBitField::setSubsystemID |
( |
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::manipulator_v1_0::ParentIDBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
◆ componentID
long openjaus::manipulator_v1_0::ParentIDBitField::componentID |
|
protected |
◆ COMPONENTID_BIT_MASK
const long openjaus::manipulator_v1_0::ParentIDBitField::COMPONENTID_BIT_MASK = 0xFF |
|
staticprotected |
◆ COMPONENTID_MAX_VALUE
const long openjaus::manipulator_v1_0::ParentIDBitField::COMPONENTID_MAX_VALUE = 255 |
|
staticprotected |
◆ COMPONENTID_MIN_VALUE
const long openjaus::manipulator_v1_0::ParentIDBitField::COMPONENTID_MIN_VALUE = 1 |
|
staticprotected |
◆ COMPONENTID_START_BIT
const long openjaus::manipulator_v1_0::ParentIDBitField::COMPONENTID_START_BIT = 0 |
|
staticprotected |
◆ nodeID
long openjaus::manipulator_v1_0::ParentIDBitField::nodeID |
|
protected |
◆ NODEID_BIT_MASK
const long openjaus::manipulator_v1_0::ParentIDBitField::NODEID_BIT_MASK = 0xFF |
|
staticprotected |
◆ NODEID_MAX_VALUE
const long openjaus::manipulator_v1_0::ParentIDBitField::NODEID_MAX_VALUE = 255 |
|
staticprotected |
◆ NODEID_MIN_VALUE
const long openjaus::manipulator_v1_0::ParentIDBitField::NODEID_MIN_VALUE = 1 |
|
staticprotected |
◆ NODEID_START_BIT
const long openjaus::manipulator_v1_0::ParentIDBitField::NODEID_START_BIT = 8 |
|
staticprotected |
◆ subsystemID
long openjaus::manipulator_v1_0::ParentIDBitField::subsystemID |
|
protected |
◆ SUBSYSTEMID_BIT_MASK
const long openjaus::manipulator_v1_0::ParentIDBitField::SUBSYSTEMID_BIT_MASK = 0xFFFF |
|
staticprotected |
◆ SUBSYSTEMID_MAX_VALUE
const long openjaus::manipulator_v1_0::ParentIDBitField::SUBSYSTEMID_MAX_VALUE = 65535 |
|
staticprotected |
◆ SUBSYSTEMID_MIN_VALUE
const long openjaus::manipulator_v1_0::ParentIDBitField::SUBSYSTEMID_MIN_VALUE = 1 |
|
staticprotected |
◆ SUBSYSTEMID_START_BIT
const long openjaus::manipulator_v1_0::ParentIDBitField::SUBSYSTEMID_START_BIT = 16 |
|
staticprotected |
The documentation for this class was generated from the following files: