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

#include <QSLSubsystemRecord.h>

Inherits openjaus::model::fields::Record.

Public Member Functions

 QSLSubsystemRecord ()
 
 QSLSubsystemRecord (const QSLSubsystemRecord &source)
 
 ~QSLSubsystemRecord ()
 
void copy (QSLSubsystemRecord &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 getSubsystemID (void)
 
bool setSubsystemID (uint16_t value)
 
QSLNodeListgetQSLNodeList (void)
 
- 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 subsystemID
 
QSLNodeList qSLNodeList
 
- 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

§ QSLSubsystemRecord() [1/2]

openjaus::core::QSLSubsystemRecord::QSLSubsystemRecord ( )

§ QSLSubsystemRecord() [2/2]

openjaus::core::QSLSubsystemRecord::QSLSubsystemRecord ( const QSLSubsystemRecord source)

§ ~QSLSubsystemRecord()

openjaus::core::QSLSubsystemRecord::~QSLSubsystemRecord ( )

Member Function Documentation

§ copy()

void openjaus::core::QSLSubsystemRecord::copy ( QSLSubsystemRecord source)

§ from()

int openjaus::core::QSLSubsystemRecord::from ( system::Buffer src)
virtual
Parameters
src

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

§ getQSLNodeList()

QSLNodeList & openjaus::core::QSLSubsystemRecord::getQSLNodeList ( void  )

§ getSubsystemID()

uint16_t openjaus::core::QSLSubsystemRecord::getSubsystemID ( void  )

§ length()

int openjaus::core::QSLSubsystemRecord::length ( void  )
virtual

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

§ setSubsystemID()

bool openjaus::core::QSLSubsystemRecord::setSubsystemID ( uint16_t  value)

§ to()

int openjaus::core::QSLSubsystemRecord::to ( system::Buffer dst)
virtual
Parameters
dst

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

§ toXml()

std::string openjaus::core::QSLSubsystemRecord::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

§ qSLNodeList

QSLNodeList openjaus::core::QSLSubsystemRecord::qSLNodeList
protected

§ subsystemID

model::fields::UnsignedShort openjaus::core::QSLSubsystemRecord::subsystemID
protected

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