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

#include <SupportedDigitalFormatsBitField.h>

Inherits openjaus::model::fields::BitField.

Public Member Functions

 SupportedDigitalFormatsBitField ()
 
 ~SupportedDigitalFormatsBitField ()
 
bool setAVI (bool value)
 
bool getAVI (void) const
 
bool setMJPEG (bool value)
 
bool getMJPEG (void) const
 
bool setMPEG2 (bool value)
 
bool getMPEG2 (void) const
 
bool setH263 (bool value)
 
bool getH263 (void) const
 
bool setH263plus (bool value)
 
bool getH263plus (void) const
 
bool setMPEG4_Visual (bool value)
 
bool getMPEG4_Visual (void) const
 
bool setMPEG4_AVC_h264 (bool value)
 
bool getMPEG4_AVC_h264 (void) const
 
uint8_t getIntegerValue (void) const
 
void setIntegerValue (uint8_t value)
 
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...
 
void copy (SupportedDigitalFormatsBitField &source)
 
std::string toXml (unsigned char ojIndentLevel=0) const
 
- Public Member Functions inherited from openjaus::model::fields::BitField
 BitField ()
 
virtual ~BitField ()
 
long getDefaultValue () const
 Accessor to get the value of defaultValue. More...
 
bool setDefaultValue (long defaultValue)
 Accessor to set value of defaultValue. More...
 
uint64_t getValue () const
 Accessor to get the value of value. More...
 
bool setValue (uint64_t value)
 Accessor to set value of value. More...
 
TypesUnsigned getSize () const
 Accessor to get the value of size. More...
 
bool setSize (TypesUnsigned size)
 Accessor to set value of size. More...
 
const std::vector< BitFieldItem *> & getItems () const
 Accessor to get the value of items. More...
 
bool setItems (const BitFieldItem &items)
 Accessor to set value of items. 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

bool aVI
 
bool mJPEG
 
bool mPEG2
 
bool h263
 
bool h263plus
 
bool mPEG4_Visual
 
bool mPEG4_AVC_h264
 
- Protected Attributes inherited from openjaus::model::fields::BitField
long defaultValue
 
uint64_t value
 
TypesUnsigned size
 
std::vector< BitFieldItem *> items
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Static Protected Attributes

static const long AVI_START_BIT = 0
 
static const long AVI_BIT_MASK = 0x1
 
static const long MJPEG_START_BIT = 1
 
static const long MJPEG_BIT_MASK = 0x1
 
static const long MPEG2_START_BIT = 2
 
static const long MPEG2_BIT_MASK = 0x1
 
static const long H263_START_BIT = 3
 
static const long H263_BIT_MASK = 0x1
 
static const long H263PLUS_START_BIT = 4
 
static const long H263PLUS_BIT_MASK = 0x1
 
static const long MPEG4_VISUAL_START_BIT = 5
 
static const long MPEG4_VISUAL_BIT_MASK = 0x1
 
static const long MPEG4_AVC_H264_START_BIT = 6
 
static const long MPEG4_AVC_H264_BIT_MASK = 0x1
 

Constructor & Destructor Documentation

§ SupportedDigitalFormatsBitField()

openjaus::environment::SupportedDigitalFormatsBitField::SupportedDigitalFormatsBitField ( )

§ ~SupportedDigitalFormatsBitField()

openjaus::environment::SupportedDigitalFormatsBitField::~SupportedDigitalFormatsBitField ( )

Member Function Documentation

§ copy()

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

§ from()

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

Reimplemented from openjaus::model::fields::BitField.

§ getAVI()

bool openjaus::environment::SupportedDigitalFormatsBitField::getAVI ( void  ) const

§ getH263()

bool openjaus::environment::SupportedDigitalFormatsBitField::getH263 ( void  ) const

§ getH263plus()

bool openjaus::environment::SupportedDigitalFormatsBitField::getH263plus ( void  ) const

§ getIntegerValue()

uint8_t openjaus::environment::SupportedDigitalFormatsBitField::getIntegerValue ( void  ) const

§ getMJPEG()

bool openjaus::environment::SupportedDigitalFormatsBitField::getMJPEG ( void  ) const

§ getMPEG2()

bool openjaus::environment::SupportedDigitalFormatsBitField::getMPEG2 ( void  ) const

§ getMPEG4_AVC_h264()

bool openjaus::environment::SupportedDigitalFormatsBitField::getMPEG4_AVC_h264 ( void  ) const

§ getMPEG4_Visual()

bool openjaus::environment::SupportedDigitalFormatsBitField::getMPEG4_Visual ( void  ) const

§ length()

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

Reimplemented from openjaus::model::fields::BitField.

§ setAVI()

bool openjaus::environment::SupportedDigitalFormatsBitField::setAVI ( bool  value)

§ setH263()

bool openjaus::environment::SupportedDigitalFormatsBitField::setH263 ( bool  value)

§ setH263plus()

bool openjaus::environment::SupportedDigitalFormatsBitField::setH263plus ( bool  value)

§ setIntegerValue()

void openjaus::environment::SupportedDigitalFormatsBitField::setIntegerValue ( uint8_t  value)

§ setMJPEG()

bool openjaus::environment::SupportedDigitalFormatsBitField::setMJPEG ( bool  value)

§ setMPEG2()

bool openjaus::environment::SupportedDigitalFormatsBitField::setMPEG2 ( bool  value)

§ setMPEG4_AVC_h264()

bool openjaus::environment::SupportedDigitalFormatsBitField::setMPEG4_AVC_h264 ( bool  value)

§ setMPEG4_Visual()

bool openjaus::environment::SupportedDigitalFormatsBitField::setMPEG4_Visual ( bool  value)

§ to()

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

Reimplemented from openjaus::model::fields::BitField.

§ toXml()

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

Member Data Documentation

§ aVI

bool openjaus::environment::SupportedDigitalFormatsBitField::aVI
protected

§ AVI_BIT_MASK

const long openjaus::environment::SupportedDigitalFormatsBitField::AVI_BIT_MASK = 0x1
staticprotected

§ AVI_START_BIT

const long openjaus::environment::SupportedDigitalFormatsBitField::AVI_START_BIT = 0
staticprotected

§ h263

bool openjaus::environment::SupportedDigitalFormatsBitField::h263
protected

§ H263_BIT_MASK

const long openjaus::environment::SupportedDigitalFormatsBitField::H263_BIT_MASK = 0x1
staticprotected

§ H263_START_BIT

const long openjaus::environment::SupportedDigitalFormatsBitField::H263_START_BIT = 3
staticprotected

§ h263plus

bool openjaus::environment::SupportedDigitalFormatsBitField::h263plus
protected

§ H263PLUS_BIT_MASK

const long openjaus::environment::SupportedDigitalFormatsBitField::H263PLUS_BIT_MASK = 0x1
staticprotected

§ H263PLUS_START_BIT

const long openjaus::environment::SupportedDigitalFormatsBitField::H263PLUS_START_BIT = 4
staticprotected

§ mJPEG

bool openjaus::environment::SupportedDigitalFormatsBitField::mJPEG
protected

§ MJPEG_BIT_MASK

const long openjaus::environment::SupportedDigitalFormatsBitField::MJPEG_BIT_MASK = 0x1
staticprotected

§ MJPEG_START_BIT

const long openjaus::environment::SupportedDigitalFormatsBitField::MJPEG_START_BIT = 1
staticprotected

§ mPEG2

bool openjaus::environment::SupportedDigitalFormatsBitField::mPEG2
protected

§ MPEG2_BIT_MASK

const long openjaus::environment::SupportedDigitalFormatsBitField::MPEG2_BIT_MASK = 0x1
staticprotected

§ MPEG2_START_BIT

const long openjaus::environment::SupportedDigitalFormatsBitField::MPEG2_START_BIT = 2
staticprotected

§ mPEG4_AVC_h264

bool openjaus::environment::SupportedDigitalFormatsBitField::mPEG4_AVC_h264
protected

§ MPEG4_AVC_H264_BIT_MASK

const long openjaus::environment::SupportedDigitalFormatsBitField::MPEG4_AVC_H264_BIT_MASK = 0x1
staticprotected

§ MPEG4_AVC_H264_START_BIT

const long openjaus::environment::SupportedDigitalFormatsBitField::MPEG4_AVC_H264_START_BIT = 6
staticprotected

§ mPEG4_Visual

bool openjaus::environment::SupportedDigitalFormatsBitField::mPEG4_Visual
protected

§ MPEG4_VISUAL_BIT_MASK

const long openjaus::environment::SupportedDigitalFormatsBitField::MPEG4_VISUAL_BIT_MASK = 0x1
staticprotected

§ MPEG4_VISUAL_START_BIT

const long openjaus::environment::SupportedDigitalFormatsBitField::MPEG4_VISUAL_START_BIT = 5
staticprotected

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