OpenJAUS SAE SDK
6.0.0
|
#include <SupportedFrameSizesBitField.h>
Inherits openjaus::model::fields::BitField.
Public Member Functions | |
SupportedFrameSizesBitField () | |
~SupportedFrameSizesBitField () | |
bool | setSqcif_128x96 (bool value) |
bool | getSqcif_128x96 (void) const |
bool | setQcif_176x144 (bool value) |
bool | getQcif_176x144 (void) const |
bool | setCif_352x288 (bool value) |
bool | getCif_352x288 (void) const |
bool | setCif4_704x576 (bool value) |
bool | getCif4_704x576 (void) const |
bool | setCif16_1408x1152 (bool value) |
bool | getCif16_1408x1152 (void) const |
bool | setQqvga_160x120 (bool value) |
bool | getQqvga_160x120 (void) const |
bool | setQvga_320x240 (bool value) |
bool | getQvga_320x240 (void) const |
bool | setVga_640x480 (bool value) |
bool | getVga_640x480 (void) const |
bool | setSvga_800x600 (bool value) |
bool | getSvga_800x600 (void) const |
bool | setXga_1024x768 (bool value) |
bool | getXga_1024x768 (void) const |
bool | setUxga_1600x1200 (bool value) |
bool | getUxga_1600x1200 (void) const |
bool | setQxga_2048x1536 (bool value) |
bool | getQxga_2048x1536 (void) const |
bool | setSxga_1280x1024 (bool value) |
bool | getSxga_1280x1024 (void) const |
bool | setQsxga_2560x2048 (bool value) |
bool | getQsxga_2560x2048 (void) const |
bool | setHsxga_5120x4096 (bool value) |
bool | getHsxga_5120x4096 (void) const |
bool | setWvga_852x480 (bool value) |
bool | getWvga_852x480 (void) const |
bool | setWxga_1366x768 (bool value) |
bool | getWxga_1366x768 (void) const |
bool | setWsxga_1600x1024 (bool value) |
bool | getWsxga_1600x1024 (void) const |
bool | setWuxga_1920x1200 (bool value) |
bool | getWuxga_1920x1200 (void) const |
bool | setWoxga_2560x1600 (bool value) |
bool | getWoxga_2560x1600 (void) const |
bool | setWqsxga_3200x2048 (bool value) |
bool | getWqsxga_3200x2048 (void) const |
bool | setWquxga_3840x2400 (bool value) |
bool | getWquxga_3840x2400 (void) const |
bool | setWhsxga_6400x4096 (bool value) |
bool | getWhsxga_6400x4096 (void) const |
bool | setWhuxga_7680x4800 (bool value) |
bool | getWhuxga_7680x4800 (void) const |
bool | setCga_320x200 (bool value) |
bool | getCga_320x200 (void) const |
bool | setEga_640x350 (bool value) |
bool | getEga_640x350 (void) const |
bool | setHd480_852x480 (bool value) |
bool | getHd480_852x480 (void) const |
bool | setHd720_1280x720 (bool value) |
bool | getHd720_1280x720 (void) const |
bool | setHd1080_1920x1080 (bool value) |
bool | getHd1080_1920x1080 (void) const |
uint32_t | getIntegerValue (void) const |
void | setIntegerValue (uint32_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 (SupportedFrameSizesBitField &source) |
std::string | toXml (unsigned char ojIndentLevel=0) const |
![]() | |
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 |
![]() | |
virtual | ~ComplexField () |
![]() | |
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... | |
![]() | |
Transportable () | |
virtual | ~Transportable () |
Protected Attributes | |
bool | sqcif_128x96 |
bool | qcif_176x144 |
bool | cif_352x288 |
bool | cif4_704x576 |
bool | cif16_1408x1152 |
bool | qqvga_160x120 |
bool | qvga_320x240 |
bool | vga_640x480 |
bool | svga_800x600 |
bool | xga_1024x768 |
bool | uxga_1600x1200 |
bool | qxga_2048x1536 |
bool | sxga_1280x1024 |
bool | qsxga_2560x2048 |
bool | hsxga_5120x4096 |
bool | wvga_852x480 |
bool | wxga_1366x768 |
bool | wsxga_1600x1024 |
bool | wuxga_1920x1200 |
bool | woxga_2560x1600 |
bool | wqsxga_3200x2048 |
bool | wquxga_3840x2400 |
bool | whsxga_6400x4096 |
bool | whuxga_7680x4800 |
bool | cga_320x200 |
bool | ega_640x350 |
bool | hd480_852x480 |
bool | hd720_1280x720 |
bool | hd1080_1920x1080 |
![]() | |
long | defaultValue |
uint64_t | value |
TypesUnsigned | size |
std::vector< BitFieldItem *> | items |
![]() | |
std::string | name |
Static Protected Attributes | |
static const long | SQCIF_128X96_START_BIT = 0 |
static const long | SQCIF_128X96_BIT_MASK = 0x1 |
static const long | QCIF_176X144_START_BIT = 1 |
static const long | QCIF_176X144_BIT_MASK = 0x1 |
static const long | CIF_352X288_START_BIT = 2 |
static const long | CIF_352X288_BIT_MASK = 0x1 |
static const long | CIF4_704X576_START_BIT = 3 |
static const long | CIF4_704X576_BIT_MASK = 0x1 |
static const long | CIF16_1408X1152_START_BIT = 4 |
static const long | CIF16_1408X1152_BIT_MASK = 0x1 |
static const long | QQVGA_160X120_START_BIT = 5 |
static const long | QQVGA_160X120_BIT_MASK = 0x1 |
static const long | QVGA_320X240_START_BIT = 6 |
static const long | QVGA_320X240_BIT_MASK = 0x1 |
static const long | VGA_640X480_START_BIT = 7 |
static const long | VGA_640X480_BIT_MASK = 0x1 |
static const long | SVGA_800X600_START_BIT = 8 |
static const long | SVGA_800X600_BIT_MASK = 0x1 |
static const long | XGA_1024X768_START_BIT = 9 |
static const long | XGA_1024X768_BIT_MASK = 0x1 |
static const long | UXGA_1600X1200_START_BIT = 10 |
static const long | UXGA_1600X1200_BIT_MASK = 0x1 |
static const long | QXGA_2048X1536_START_BIT = 11 |
static const long | QXGA_2048X1536_BIT_MASK = 0x1 |
static const long | SXGA_1280X1024_START_BIT = 12 |
static const long | SXGA_1280X1024_BIT_MASK = 0x1 |
static const long | QSXGA_2560X2048_START_BIT = 13 |
static const long | QSXGA_2560X2048_BIT_MASK = 0x1 |
static const long | HSXGA_5120X4096_START_BIT = 14 |
static const long | HSXGA_5120X4096_BIT_MASK = 0x1 |
static const long | WVGA_852X480_START_BIT = 15 |
static const long | WVGA_852X480_BIT_MASK = 0x1 |
static const long | WXGA_1366X768_START_BIT = 16 |
static const long | WXGA_1366X768_BIT_MASK = 0x1 |
static const long | WSXGA_1600X1024_START_BIT = 17 |
static const long | WSXGA_1600X1024_BIT_MASK = 0x1 |
static const long | WUXGA_1920X1200_START_BIT = 18 |
static const long | WUXGA_1920X1200_BIT_MASK = 0x1 |
static const long | WOXGA_2560X1600_START_BIT = 19 |
static const long | WOXGA_2560X1600_BIT_MASK = 0x1 |
static const long | WQSXGA_3200X2048_START_BIT = 20 |
static const long | WQSXGA_3200X2048_BIT_MASK = 0x1 |
static const long | WQUXGA_3840X2400_START_BIT = 21 |
static const long | WQUXGA_3840X2400_BIT_MASK = 0x1 |
static const long | WHSXGA_6400X4096_START_BIT = 22 |
static const long | WHSXGA_6400X4096_BIT_MASK = 0x1 |
static const long | WHUXGA_7680X4800_START_BIT = 23 |
static const long | WHUXGA_7680X4800_BIT_MASK = 0x1 |
static const long | CGA_320X200_START_BIT = 24 |
static const long | CGA_320X200_BIT_MASK = 0x1 |
static const long | EGA_640X350_START_BIT = 25 |
static const long | EGA_640X350_BIT_MASK = 0x1 |
static const long | HD480_852X480_START_BIT = 26 |
static const long | HD480_852X480_BIT_MASK = 0x1 |
static const long | HD720_1280X720_START_BIT = 27 |
static const long | HD720_1280X720_BIT_MASK = 0x1 |
static const long | HD1080_1920X1080_START_BIT = 28 |
static const long | HD1080_1920X1080_BIT_MASK = 0x1 |
openjaus::environment_v1_0::SupportedFrameSizesBitField::SupportedFrameSizesBitField | ( | ) |
openjaus::environment_v1_0::SupportedFrameSizesBitField::~SupportedFrameSizesBitField | ( | ) |
void openjaus::environment_v1_0::SupportedFrameSizesBitField::copy | ( | SupportedFrameSizesBitField & | source | ) |
|
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.
src |
Reimplemented from openjaus::model::fields::BitField.
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getCga_320x200 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getCif16_1408x1152 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getCif4_704x576 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getCif_352x288 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getEga_640x350 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getHd1080_1920x1080 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getHd480_852x480 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getHd720_1280x720 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getHsxga_5120x4096 | ( | void | ) | const |
uint32_t openjaus::environment_v1_0::SupportedFrameSizesBitField::getIntegerValue | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getQcif_176x144 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getQqvga_160x120 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getQsxga_2560x2048 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getQvga_320x240 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getQxga_2048x1536 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getSqcif_128x96 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getSvga_800x600 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getSxga_1280x1024 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getUxga_1600x1200 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getVga_640x480 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWhsxga_6400x4096 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWhuxga_7680x4800 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWoxga_2560x1600 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWqsxga_3200x2048 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWquxga_3840x2400 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWsxga_1600x1024 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWuxga_1920x1200 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWvga_852x480 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getWxga_1366x768 | ( | void | ) | const |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::getXga_1024x768 | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::fields::BitField.
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setCga_320x200 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setCif16_1408x1152 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setCif4_704x576 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setCif_352x288 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setEga_640x350 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setHd1080_1920x1080 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setHd480_852x480 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setHd720_1280x720 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setHsxga_5120x4096 | ( | bool | value | ) |
void openjaus::environment_v1_0::SupportedFrameSizesBitField::setIntegerValue | ( | uint32_t | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setQcif_176x144 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setQqvga_160x120 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setQsxga_2560x2048 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setQvga_320x240 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setQxga_2048x1536 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setSqcif_128x96 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setSvga_800x600 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setSxga_1280x1024 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setUxga_1600x1200 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setVga_640x480 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWhsxga_6400x4096 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWhuxga_7680x4800 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWoxga_2560x1600 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWqsxga_3200x2048 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWquxga_3840x2400 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWsxga_1600x1024 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWuxga_1920x1200 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWvga_852x480 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setWxga_1366x768 | ( | bool | value | ) |
bool openjaus::environment_v1_0::SupportedFrameSizesBitField::setXga_1024x768 | ( | bool | value | ) |
|
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.
dst |
Reimplemented from openjaus::model::fields::BitField.
std::string openjaus::environment_v1_0::SupportedFrameSizesBitField::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |