#include <FocusModesBitField.h>
Inherits openjaus::model::fields::BitField.
§ FocusModesBitField()
openjaus::environment::FocusModesBitField::FocusModesBitField |
( |
| ) |
|
§ ~FocusModesBitField()
openjaus::environment::FocusModesBitField::~FocusModesBitField |
( |
| ) |
|
§ copy()
§ from()
int openjaus::environment::FocusModesBitField::from |
( |
system::Buffer * |
src | ) |
|
|
virtual |
§ getAutoFocus()
bool openjaus::environment::FocusModesBitField::getAutoFocus |
( |
void |
| ) |
const |
§ getIntegerValue()
uint8_t openjaus::environment::FocusModesBitField::getIntegerValue |
( |
void |
| ) |
const |
§ getManualFocus()
bool openjaus::environment::FocusModesBitField::getManualFocus |
( |
void |
| ) |
const |
§ length()
int openjaus::environment::FocusModesBitField::length |
( |
| ) |
|
|
virtual |
§ setAutoFocus()
bool openjaus::environment::FocusModesBitField::setAutoFocus |
( |
bool |
value | ) |
|
§ setIntegerValue()
void openjaus::environment::FocusModesBitField::setIntegerValue |
( |
uint8_t |
value | ) |
|
§ setManualFocus()
bool openjaus::environment::FocusModesBitField::setManualFocus |
( |
bool |
value | ) |
|
§ to()
int openjaus::environment::FocusModesBitField::to |
( |
system::Buffer * |
dst | ) |
|
|
virtual |
§ toXml()
std::string openjaus::environment::FocusModesBitField::toXml |
( |
unsigned char |
ojIndentLevel = 0 | ) |
const |
§ autoFocus
bool openjaus::environment::FocusModesBitField::autoFocus |
|
protected |
§ AUTOFOCUS_BIT_MASK
const long openjaus::environment::FocusModesBitField::AUTOFOCUS_BIT_MASK = 0x1 |
|
staticprotected |
§ AUTOFOCUS_START_BIT
const long openjaus::environment::FocusModesBitField::AUTOFOCUS_START_BIT = 0 |
|
staticprotected |
§ manualFocus
bool openjaus::environment::FocusModesBitField::manualFocus |
|
protected |
§ MANUALFOCUS_BIT_MASK
const long openjaus::environment::FocusModesBitField::MANUALFOCUS_BIT_MASK = 0x1 |
|
staticprotected |
§ MANUALFOCUS_START_BIT
const long openjaus::environment::FocusModesBitField::MANUALFOCUS_START_BIT = 1 |
|
staticprotected |
The documentation for this class was generated from the following files: