OpenJAUS SAE SDK  6.0.0
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
openjaus::environment_v1_0::SupportedAnalogFormatsBitField Class Reference

#include <SupportedAnalogFormatsBitField.h>

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

Public Member Functions

 SupportedAnalogFormatsBitField ()
 
 ~SupportedAnalogFormatsBitField ()
 
bool setNTSCM (bool value)
 
bool getNTSCM (void) const
 
bool setNTSCJ (bool value)
 
bool getNTSCJ (void) const
 
bool setPALN (bool value)
 
bool getPALN (void) const
 
bool setPALM (bool value)
 
bool getPALM (void) const
 
bool setSECAML (bool value)
 
bool getSECAML (void) const
 
bool setSECAMBG (bool value)
 
bool getSECAMBG (void) const
 
uint8_t getIntegerValue (void) const
 
void setIntegerValue (uint8_t value)
 
virtual uint64 to (system::BufferWriter &dst) const
 Serializes the contents of this object into the Buffer connected to the provided BufferWriter. More...
 
virtual uint64 from (system::BufferReader &src)
 Deserializes the contents the Buffer connected to the provided BufferReader into this object. More...
 
virtual uint64 length () const
 Gets the serialized length of this object. More...
 
void copy (SupportedAnalogFormatsBitField &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
 Transportable ()
 
virtual ~Transportable ()
 

Protected Attributes

bool nTSCM
 
bool nTSCJ
 
bool pALN
 
bool pALM
 
bool sECAML
 
bool sECAMBG
 
- 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 NTSCM_START_BIT = 0
 
static const long NTSCM_BIT_MASK = 0x1
 
static const long NTSCJ_START_BIT = 1
 
static const long NTSCJ_BIT_MASK = 0x1
 
static const long PALN_START_BIT = 2
 
static const long PALN_BIT_MASK = 0x1
 
static const long PALM_START_BIT = 3
 
static const long PALM_BIT_MASK = 0x1
 
static const long SECAML_START_BIT = 4
 
static const long SECAML_BIT_MASK = 0x1
 
static const long SECAMBG_START_BIT = 5
 
static const long SECAMBG_BIT_MASK = 0x1
 

Constructor & Destructor Documentation

◆ SupportedAnalogFormatsBitField()

openjaus::environment_v1_0::SupportedAnalogFormatsBitField::SupportedAnalogFormatsBitField ( )

◆ ~SupportedAnalogFormatsBitField()

openjaus::environment_v1_0::SupportedAnalogFormatsBitField::~SupportedAnalogFormatsBitField ( )

Member Function Documentation

◆ copy()

void openjaus::environment_v1_0::SupportedAnalogFormatsBitField::copy ( SupportedAnalogFormatsBitField source)

◆ from()

uint64 openjaus::environment_v1_0::SupportedAnalogFormatsBitField::from ( system::BufferReader src)
virtual

Deserializes the contents the Buffer connected to the provided BufferReader into this object. The BufferReader position will be advanced inside this method such that calling from() again will attempt to read the next Transportable object from the Buffer.

Parameters
src

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

◆ getIntegerValue()

uint8_t openjaus::environment_v1_0::SupportedAnalogFormatsBitField::getIntegerValue ( void  ) const

◆ getNTSCJ()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::getNTSCJ ( void  ) const

◆ getNTSCM()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::getNTSCM ( void  ) const

◆ getPALM()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::getPALM ( void  ) const

◆ getPALN()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::getPALN ( void  ) const

◆ getSECAMBG()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::getSECAMBG ( void  ) const

◆ getSECAML()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::getSECAML ( void  ) const

◆ length()

uint64 openjaus::environment_v1_0::SupportedAnalogFormatsBitField::length ( ) const
virtual

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

◆ setIntegerValue()

void openjaus::environment_v1_0::SupportedAnalogFormatsBitField::setIntegerValue ( uint8_t  value)

◆ setNTSCJ()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::setNTSCJ ( bool  value)

◆ setNTSCM()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::setNTSCM ( bool  value)

◆ setPALM()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::setPALM ( bool  value)

◆ setPALN()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::setPALN ( bool  value)

◆ setSECAMBG()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::setSECAMBG ( bool  value)

◆ setSECAML()

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::setSECAML ( bool  value)

◆ to()

uint64 openjaus::environment_v1_0::SupportedAnalogFormatsBitField::to ( system::BufferWriter dst) const
virtual

Serializes the contents of this object into the Buffer connected to the provided BufferWriter. The BufferWriter position will be advanced inside this method such that calling to() again will write the Transportable object into the Buffer a second time.

Parameters
dst

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

◆ toXml()

std::string openjaus::environment_v1_0::SupportedAnalogFormatsBitField::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

◆ nTSCJ

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::nTSCJ
protected

◆ NTSCJ_BIT_MASK

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::NTSCJ_BIT_MASK = 0x1
staticprotected

◆ NTSCJ_START_BIT

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::NTSCJ_START_BIT = 1
staticprotected

◆ nTSCM

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::nTSCM
protected

◆ NTSCM_BIT_MASK

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::NTSCM_BIT_MASK = 0x1
staticprotected

◆ NTSCM_START_BIT

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::NTSCM_START_BIT = 0
staticprotected

◆ pALM

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::pALM
protected

◆ PALM_BIT_MASK

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::PALM_BIT_MASK = 0x1
staticprotected

◆ PALM_START_BIT

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::PALM_START_BIT = 3
staticprotected

◆ pALN

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::pALN
protected

◆ PALN_BIT_MASK

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::PALN_BIT_MASK = 0x1
staticprotected

◆ PALN_START_BIT

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::PALN_START_BIT = 2
staticprotected

◆ sECAMBG

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::sECAMBG
protected

◆ SECAMBG_BIT_MASK

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::SECAMBG_BIT_MASK = 0x1
staticprotected

◆ SECAMBG_START_BIT

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::SECAMBG_START_BIT = 5
staticprotected

◆ sECAML

bool openjaus::environment_v1_0::SupportedAnalogFormatsBitField::sECAML
protected

◆ SECAML_BIT_MASK

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::SECAML_BIT_MASK = 0x1
staticprotected

◆ SECAML_START_BIT

const long openjaus::environment_v1_0::SupportedAnalogFormatsBitField::SECAML_START_BIT = 4
staticprotected

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