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

#include <QueryStillImageSensorConfigurationList.h>

Inherits openjaus::model::fields::Array.

Public Member Functions

 QueryStillImageSensorConfigurationList ()
 
 ~QueryStillImageSensorConfigurationList ()
 
void copy (QueryStillImageSensorConfigurationList &source)
 
virtual int to (system::Buffer *dst)
 Operation to. More...
 
virtual int from (system::Buffer *src)
 Operation from. More...
 
virtual int length ()
 Serializes object to internal transport buffer. More...
 
std::string toXml (unsigned char ojIndentLevel=0) const
 
std::vector< QueryStillImageSensorConfigurationRecord > & getQueryStillImageSensorConfigurationRec ()
 
void add (QueryStillImageSensorConfigurationRecord value)
 
void remove (int index)
 
bool empty ()
 
void clear ()
 
bool set (std::size_t index, QueryStillImageSensorConfigurationRecord value)
 
QueryStillImageSensorConfigurationRecordget (std::size_t index)
 
std::size_t size ()
 
- Public Member Functions inherited from openjaus::model::fields::Array
 Array ()
 
virtual ~Array ()
 
TypesUnsigned getSizeType () const
 Accessor to get the value of sizeType. More...
 
bool setSizeType (TypesUnsigned sizeType)
 Accessor to set value of sizeType. More...
 
const ArrayTypegetType () const
 Accessor to get the value of type. More...
 
bool setType (const ArrayType &type)
 Accessor to set value of type. More...
 
const std::vector< ArrayDimension *> & getDimensions () const
 Accessor to get the value of dimensions. More...
 
bool setDimensions (const ArrayDimension &dimensions)
 Accessor to set value of dimensions. 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

std::vector< QueryStillImageSensorConfigurationRecordqueryStillImageSensorConfigurationRec
 
- Protected Attributes inherited from openjaus::model::fields::Array
TypesUnsigned sizeType
 
ArrayType type
 
std::vector< ArrayDimension *> dimensions
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Constructor & Destructor Documentation

§ QueryStillImageSensorConfigurationList()

openjaus::environment::QueryStillImageSensorConfigurationList::QueryStillImageSensorConfigurationList ( )

§ ~QueryStillImageSensorConfigurationList()

openjaus::environment::QueryStillImageSensorConfigurationList::~QueryStillImageSensorConfigurationList ( )

Member Function Documentation

§ add()

void openjaus::environment::QueryStillImageSensorConfigurationList::add ( QueryStillImageSensorConfigurationRecord  value)

§ clear()

void openjaus::environment::QueryStillImageSensorConfigurationList::clear ( )

§ copy()

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

§ empty()

bool openjaus::environment::QueryStillImageSensorConfigurationList::empty ( )

§ from()

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

Reimplemented from openjaus::model::fields::Array.

§ get()

QueryStillImageSensorConfigurationRecord & openjaus::environment::QueryStillImageSensorConfigurationList::get ( std::size_t  index)

§ getQueryStillImageSensorConfigurationRec()

std::vector< QueryStillImageSensorConfigurationRecord > & openjaus::environment::QueryStillImageSensorConfigurationList::getQueryStillImageSensorConfigurationRec ( )

§ length()

int openjaus::environment::QueryStillImageSensorConfigurationList::length ( )
virtual

Reimplemented from openjaus::model::fields::Array.

§ remove()

void openjaus::environment::QueryStillImageSensorConfigurationList::remove ( int  index)

§ set()

bool openjaus::environment::QueryStillImageSensorConfigurationList::set ( std::size_t  index,
QueryStillImageSensorConfigurationRecord  value 
)

§ size()

std::size_t openjaus::environment::QueryStillImageSensorConfigurationList::size ( )

§ to()

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

Reimplemented from openjaus::model::fields::Array.

§ toXml()

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

Member Data Documentation

§ queryStillImageSensorConfigurationRec

std::vector<QueryStillImageSensorConfigurationRecord> openjaus::environment::QueryStillImageSensorConfigurationList::queryStillImageSensorConfigurationRec
protected

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