#include <ImagingModesBitField.h>
Inherits openjaus::model::fields::BitField.
§ ImagingModesBitField()
openjaus::environment::ImagingModesBitField::ImagingModesBitField |
( |
| ) |
|
§ ~ImagingModesBitField()
openjaus::environment::ImagingModesBitField::~ImagingModesBitField |
( |
| ) |
|
§ copy()
§ from()
int openjaus::environment::ImagingModesBitField::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getColor()
bool openjaus::environment::ImagingModesBitField::getColor |
( |
void |
| ) |
const |
§ getGreyscale()
bool openjaus::environment::ImagingModesBitField::getGreyscale |
( |
void |
| ) |
const |
§ getInfrared()
bool openjaus::environment::ImagingModesBitField::getInfrared |
( |
void |
| ) |
const |
§ getIntegerValue()
uint8_t openjaus::environment::ImagingModesBitField::getIntegerValue |
( |
void |
| ) |
const |
§ getLowlight()
bool openjaus::environment::ImagingModesBitField::getLowlight |
( |
void |
| ) |
const |
§ length()
int openjaus::environment::ImagingModesBitField::length |
( |
| ) |
|
|
virtual |
§ setColor()
bool openjaus::environment::ImagingModesBitField::setColor |
( |
bool |
value | ) |
|
§ setGreyscale()
bool openjaus::environment::ImagingModesBitField::setGreyscale |
( |
bool |
value | ) |
|
§ setInfrared()
bool openjaus::environment::ImagingModesBitField::setInfrared |
( |
bool |
value | ) |
|
§ setIntegerValue()
void openjaus::environment::ImagingModesBitField::setIntegerValue |
( |
uint8_t |
value | ) |
|
§ setLowlight()
bool openjaus::environment::ImagingModesBitField::setLowlight |
( |
bool |
value | ) |
|
§ to()
int openjaus::environment::ImagingModesBitField::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::environment::ImagingModesBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ color
bool openjaus::environment::ImagingModesBitField::color |
|
protected |
§ COLOR_BIT_MASK
const long openjaus::environment::ImagingModesBitField::COLOR_BIT_MASK = 0x1 |
|
staticprotected |
§ COLOR_START_BIT
const long openjaus::environment::ImagingModesBitField::COLOR_START_BIT = 0 |
|
staticprotected |
§ greyscale
bool openjaus::environment::ImagingModesBitField::greyscale |
|
protected |
§ GREYSCALE_BIT_MASK
const long openjaus::environment::ImagingModesBitField::GREYSCALE_BIT_MASK = 0x1 |
|
staticprotected |
§ GREYSCALE_START_BIT
const long openjaus::environment::ImagingModesBitField::GREYSCALE_START_BIT = 1 |
|
staticprotected |
§ infrared
bool openjaus::environment::ImagingModesBitField::infrared |
|
protected |
§ INFRARED_BIT_MASK
const long openjaus::environment::ImagingModesBitField::INFRARED_BIT_MASK = 0x1 |
|
staticprotected |
§ INFRARED_START_BIT
const long openjaus::environment::ImagingModesBitField::INFRARED_START_BIT = 2 |
|
staticprotected |
§ lowlight
bool openjaus::environment::ImagingModesBitField::lowlight |
|
protected |
§ LOWLIGHT_BIT_MASK
const long openjaus::environment::ImagingModesBitField::LOWLIGHT_BIT_MASK = 0x1 |
|
staticprotected |
§ LOWLIGHT_START_BIT
const long openjaus::environment::ImagingModesBitField::LOWLIGHT_START_BIT = 3 |
|
staticprotected |
The documentation for this class was generated from the following files: