#include <ExposureModesBitField.h>
Inherits openjaus::model::fields::BitField.
§ ExposureModesBitField()
openjaus::environment::ExposureModesBitField::ExposureModesBitField |
( |
| ) |
|
§ ~ExposureModesBitField()
openjaus::environment::ExposureModesBitField::~ExposureModesBitField |
( |
| ) |
|
§ copy()
§ from()
int openjaus::environment::ExposureModesBitField::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getAperturePriority()
bool openjaus::environment::ExposureModesBitField::getAperturePriority |
( |
void |
| ) |
const |
§ getAutoExposure()
bool openjaus::environment::ExposureModesBitField::getAutoExposure |
( |
void |
| ) |
const |
§ getIntegerValue()
uint8_t openjaus::environment::ExposureModesBitField::getIntegerValue |
( |
void |
| ) |
const |
§ getManualExposure()
bool openjaus::environment::ExposureModesBitField::getManualExposure |
( |
void |
| ) |
const |
§ getShutterPriority()
bool openjaus::environment::ExposureModesBitField::getShutterPriority |
( |
void |
| ) |
const |
§ length()
int openjaus::environment::ExposureModesBitField::length |
( |
| ) |
|
|
virtual |
§ setAperturePriority()
bool openjaus::environment::ExposureModesBitField::setAperturePriority |
( |
bool |
value | ) |
|
§ setAutoExposure()
bool openjaus::environment::ExposureModesBitField::setAutoExposure |
( |
bool |
value | ) |
|
§ setIntegerValue()
void openjaus::environment::ExposureModesBitField::setIntegerValue |
( |
uint8_t |
value | ) |
|
§ setManualExposure()
bool openjaus::environment::ExposureModesBitField::setManualExposure |
( |
bool |
value | ) |
|
§ setShutterPriority()
bool openjaus::environment::ExposureModesBitField::setShutterPriority |
( |
bool |
value | ) |
|
§ to()
int openjaus::environment::ExposureModesBitField::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::environment::ExposureModesBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ aperturePriority
bool openjaus::environment::ExposureModesBitField::aperturePriority |
|
protected |
§ APERTUREPRIORITY_BIT_MASK
const long openjaus::environment::ExposureModesBitField::APERTUREPRIORITY_BIT_MASK = 0x1 |
|
staticprotected |
§ APERTUREPRIORITY_START_BIT
const long openjaus::environment::ExposureModesBitField::APERTUREPRIORITY_START_BIT = 3 |
|
staticprotected |
§ autoExposure
bool openjaus::environment::ExposureModesBitField::autoExposure |
|
protected |
§ AUTOEXPOSURE_BIT_MASK
const long openjaus::environment::ExposureModesBitField::AUTOEXPOSURE_BIT_MASK = 0x1 |
|
staticprotected |
§ AUTOEXPOSURE_START_BIT
const long openjaus::environment::ExposureModesBitField::AUTOEXPOSURE_START_BIT = 0 |
|
staticprotected |
§ manualExposure
bool openjaus::environment::ExposureModesBitField::manualExposure |
|
protected |
§ MANUALEXPOSURE_BIT_MASK
const long openjaus::environment::ExposureModesBitField::MANUALEXPOSURE_BIT_MASK = 0x1 |
|
staticprotected |
§ MANUALEXPOSURE_START_BIT
const long openjaus::environment::ExposureModesBitField::MANUALEXPOSURE_START_BIT = 1 |
|
staticprotected |
§ shutterPriority
bool openjaus::environment::ExposureModesBitField::shutterPriority |
|
protected |
§ SHUTTERPRIORITY_BIT_MASK
const long openjaus::environment::ExposureModesBitField::SHUTTERPRIORITY_BIT_MASK = 0x1 |
|
staticprotected |
§ SHUTTERPRIORITY_START_BIT
const long openjaus::environment::ExposureModesBitField::SHUTTERPRIORITY_START_BIT = 2 |
|
staticprotected |
The documentation for this class was generated from the following files: