OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Protected Attributes | List of all members
openjaus::environment::DigitalVideoSensorErrorRecord Class Reference

#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)
 
- Public Member Functions inherited from openjaus::model::fields::Record
 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
 
- Public Member Functions inherited from openjaus::model::fields::ComplexField
virtual ~ComplexField ()
 
- Public Member Functions inherited from openjaus::model::fields::Field
 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...
 
- Public Member Functions inherited from openjaus::system::Transportable
virtual ~Transportable ()
 
 Transportable ()
 

Protected Attributes

model::fields::UnsignedShort sensorID
 
DigitalVideoErrorCodeEnumeration digitalVideoErrorCode
 
model::fields::VariableLengthString errorMessage
 
- Protected Attributes inherited from openjaus::model::fields::Record
std::vector< Field *> fields
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Constructor & Destructor Documentation

§ DigitalVideoSensorErrorRecord() [1/2]

openjaus::environment::DigitalVideoSensorErrorRecord::DigitalVideoSensorErrorRecord ( )

§ DigitalVideoSensorErrorRecord() [2/2]

openjaus::environment::DigitalVideoSensorErrorRecord::DigitalVideoSensorErrorRecord ( const DigitalVideoSensorErrorRecord source)

§ ~DigitalVideoSensorErrorRecord()

openjaus::environment::DigitalVideoSensorErrorRecord::~DigitalVideoSensorErrorRecord ( )

Member Function Documentation

§ copy()

void openjaus::environment::DigitalVideoSensorErrorRecord::copy ( DigitalVideoSensorErrorRecord source)

§ from()

int openjaus::environment::DigitalVideoSensorErrorRecord::from ( system::Buffer src)
virtual
Parameters
src

Reimplemented from openjaus::model::fields::Record.

§ getDigitalVideoErrorCode()

DigitalVideoErrorCodeEnumeration::DigitalVideoErrorCodeEnum openjaus::environment::DigitalVideoSensorErrorRecord::getDigitalVideoErrorCode ( void  )

§ getDigitalVideoErrorCodeToString()

std::string openjaus::environment::DigitalVideoSensorErrorRecord::getDigitalVideoErrorCodeToString ( void  )

§ getErrorMessage()

std::string openjaus::environment::DigitalVideoSensorErrorRecord::getErrorMessage ( void  )

§ getSensorID()

uint16_t openjaus::environment::DigitalVideoSensorErrorRecord::getSensorID ( void  )

§ length()

int openjaus::environment::DigitalVideoSensorErrorRecord::length ( void  )
virtual

Reimplemented from openjaus::model::fields::Record.

§ setDigitalVideoErrorCode()

bool openjaus::environment::DigitalVideoSensorErrorRecord::setDigitalVideoErrorCode ( DigitalVideoErrorCodeEnumeration::DigitalVideoErrorCodeEnum  value)

§ setErrorMessage()

bool openjaus::environment::DigitalVideoSensorErrorRecord::setErrorMessage ( std::string  value)

§ setSensorID()

bool openjaus::environment::DigitalVideoSensorErrorRecord::setSensorID ( uint16_t  value)

§ to()

int openjaus::environment::DigitalVideoSensorErrorRecord::to ( system::Buffer dst)
virtual
Parameters
dst

Reimplemented from openjaus::model::fields::Record.

§ toXml()

std::string openjaus::environment::DigitalVideoSensorErrorRecord::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

§ digitalVideoErrorCode

DigitalVideoErrorCodeEnumeration openjaus::environment::DigitalVideoSensorErrorRecord::digitalVideoErrorCode
protected

§ errorMessage

model::fields::VariableLengthString openjaus::environment::DigitalVideoSensorErrorRecord::errorMessage
protected

§ sensorID

model::fields::UnsignedShort openjaus::environment::DigitalVideoSensorErrorRecord::sensorID
protected

The documentation for this class was generated from the following files: