OpenJAUS Software Development Kit
4.3.1
|
#include <DigitalVideoSensorErrorRecord.h>
Inherits openjaus::model::fields::Record.
Public Member Functions | |
DigitalVideoSensorErrorRecord () | |
DigitalVideoSensorErrorRecord (const DigitalVideoSensorErrorRecord &source) | |
~DigitalVideoSensorErrorRecord () | |
void | copy (DigitalVideoSensorErrorRecord &source) |
virtual int | to (system::Buffer *dst) |
Operation to. More... | |
virtual int | from (system::Buffer *src) |
Operation from. More... | |
virtual int | length (void) |
Serializes object to internal transport buffer. More... | |
std::string | toXml (unsigned char ojIndentLevel=0) const |
uint16_t | getSensorID (void) |
bool | setSensorID (uint16_t value) |
DigitalVideoErrorCodeEnumeration::DigitalVideoErrorCodeEnum | getDigitalVideoErrorCode (void) |
bool | setDigitalVideoErrorCode (DigitalVideoErrorCodeEnumeration::DigitalVideoErrorCodeEnum value) |
std::string | getDigitalVideoErrorCodeToString (void) |
std::string | getErrorMessage (void) |
bool | setErrorMessage (std::string value) |
![]() | |
Record () | |
virtual | ~Record () |
const std::vector< Field *> & | getFields () const |
Accessor to get the value of fields. More... | |
bool | setFields (const Field &fields) |
Accessor to set value of fields. More... | |
virtual std::string | toString () const |
![]() | |
virtual | ~ComplexField () |
![]() | |
Field () | |
virtual | ~Field () |
std::string | getName () const |
Accessor to get the value of name. More... | |
bool | setName (std::string name) |
Accessor to set value of name. More... | |
![]() | |
virtual | ~Transportable () |
Transportable () | |
Protected Attributes | |
model::fields::UnsignedShort | sensorID |
DigitalVideoErrorCodeEnumeration | digitalVideoErrorCode |
model::fields::VariableLengthString | errorMessage |
![]() | |
std::vector< Field *> | fields |
![]() | |
std::string | name |
openjaus::environment::DigitalVideoSensorErrorRecord::DigitalVideoSensorErrorRecord | ( | ) |
openjaus::environment::DigitalVideoSensorErrorRecord::DigitalVideoSensorErrorRecord | ( | const DigitalVideoSensorErrorRecord & | source | ) |
openjaus::environment::DigitalVideoSensorErrorRecord::~DigitalVideoSensorErrorRecord | ( | ) |
void openjaus::environment::DigitalVideoSensorErrorRecord::copy | ( | DigitalVideoSensorErrorRecord & | source | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Record.
DigitalVideoErrorCodeEnumeration::DigitalVideoErrorCodeEnum openjaus::environment::DigitalVideoSensorErrorRecord::getDigitalVideoErrorCode | ( | void | ) |
std::string openjaus::environment::DigitalVideoSensorErrorRecord::getDigitalVideoErrorCodeToString | ( | void | ) |
std::string openjaus::environment::DigitalVideoSensorErrorRecord::getErrorMessage | ( | void | ) |
uint16_t openjaus::environment::DigitalVideoSensorErrorRecord::getSensorID | ( | void | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Record.
bool openjaus::environment::DigitalVideoSensorErrorRecord::setDigitalVideoErrorCode | ( | DigitalVideoErrorCodeEnumeration::DigitalVideoErrorCodeEnum | value | ) |
bool openjaus::environment::DigitalVideoSensorErrorRecord::setErrorMessage | ( | std::string | value | ) |
bool openjaus::environment::DigitalVideoSensorErrorRecord::setSensorID | ( | uint16_t | value | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Record.
std::string openjaus::environment::DigitalVideoSensorErrorRecord::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
protected |
|
protected |