OpenJAUS Software Development Kit
4.3.1
|
#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 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 (SupportedFrameSizesBitField &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 | 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 |
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 | 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::SupportedFrameSizesBitField::SupportedFrameSizesBitField | ( | ) |
openjaus::environment::SupportedFrameSizesBitField::~SupportedFrameSizesBitField | ( | ) |
void openjaus::environment::SupportedFrameSizesBitField::copy | ( | SupportedFrameSizesBitField & | source | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::BitField.
bool openjaus::environment::SupportedFrameSizesBitField::getCga_320x200 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getCif16_1408x1152 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getCif4_704x576 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getCif_352x288 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getEga_640x350 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getHd1080_1920x1080 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getHd480_852x480 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getHd720_1280x720 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getHsxga_5120x4096 | ( | void | ) | const |
uint32_t openjaus::environment::SupportedFrameSizesBitField::getIntegerValue | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getQcif_176x144 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getQqvga_160x120 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getQsxga_2560x2048 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getQvga_320x240 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getQxga_2048x1536 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getSqcif_128x96 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getSvga_800x600 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getSxga_1280x1024 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getUxga_1600x1200 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getVga_640x480 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWhsxga_6400x4096 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWhuxga_7680x4800 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWoxga_2560x1600 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWqsxga_3200x2048 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWquxga_3840x2400 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWsxga_1600x1024 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWuxga_1920x1200 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWvga_852x480 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getWxga_1366x768 | ( | void | ) | const |
bool openjaus::environment::SupportedFrameSizesBitField::getXga_1024x768 | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::fields::BitField.
bool openjaus::environment::SupportedFrameSizesBitField::setCga_320x200 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setCif16_1408x1152 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setCif4_704x576 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setCif_352x288 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setEga_640x350 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setHd1080_1920x1080 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setHd480_852x480 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setHd720_1280x720 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setHsxga_5120x4096 | ( | bool | value | ) |
void openjaus::environment::SupportedFrameSizesBitField::setIntegerValue | ( | uint32_t | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setQcif_176x144 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setQqvga_160x120 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setQsxga_2560x2048 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setQvga_320x240 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setQxga_2048x1536 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setSqcif_128x96 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setSvga_800x600 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setSxga_1280x1024 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setUxga_1600x1200 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setVga_640x480 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWhsxga_6400x4096 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWhuxga_7680x4800 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWoxga_2560x1600 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWqsxga_3200x2048 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWquxga_3840x2400 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWsxga_1600x1024 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWuxga_1920x1200 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWvga_852x480 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setWxga_1366x768 | ( | bool | value | ) |
bool openjaus::environment::SupportedFrameSizesBitField::setXga_1024x768 | ( | bool | value | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::BitField.
std::string openjaus::environment::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 |