#include <BoolFeature.h>
Public Member Functions | |
BoolFeature (const VmbFeatureInfo_t *featureInfo, FeatureContainer *const pFeatureContainer) | |
virtual IMEXPORT VmbErrorType | GetValue (bool &value) const |
virtual IMEXPORT VmbErrorType | SetValue (bool value) |
Definition at line 40 of file BoolFeature.h.
AVT::VmbAPI::BoolFeature::BoolFeature | ( | const VmbFeatureInfo_t * | featureInfo, |
FeatureContainer *const | pFeatureContainer | ||
) |
Definition at line 34 of file BoolFeature.cpp.
VmbErrorType AVT::VmbAPI::BoolFeature::GetValue | ( | bool & | value | ) | const [virtual] |
Reimplemented from AVT::VmbAPI::BaseFeature.
Definition at line 38 of file BoolFeature.cpp.
VmbErrorType AVT::VmbAPI::BoolFeature::SetValue | ( | bool | value | ) | [virtual] |
Reimplemented from AVT::VmbAPI::BaseFeature.
Definition at line 48 of file BoolFeature.cpp.