#include <RawFeature.h>

Public Member Functions | |
| RawFeature (const VmbFeatureInfo_t *featureInfo, FeatureContainer *pFeatureContainer) | |
Private Member Functions | |
| virtual IMEXPORT VmbErrorType | GetValue (VmbUchar_t *pValue, VmbUint32_t &size, VmbUint32_t &sizeFilled) const |
| virtual IMEXPORT VmbErrorType | SetValue (const VmbUchar_t *pValue, VmbUint32_t size) |
Definition at line 40 of file RawFeature.h.
| AVT::VmbAPI::RawFeature::RawFeature | ( | const VmbFeatureInfo_t * | featureInfo, |
| FeatureContainer * | pFeatureContainer | ||
| ) |
Definition at line 34 of file RawFeature.cpp.
| VmbErrorType AVT::VmbAPI::RawFeature::GetValue | ( | VmbUchar_t * | pValue, |
| VmbUint32_t & | size, | ||
| VmbUint32_t & | sizeFilled | ||
| ) | const [private, virtual] |
Reimplemented from AVT::VmbAPI::BaseFeature.
Definition at line 39 of file RawFeature.cpp.
| VmbErrorType AVT::VmbAPI::RawFeature::SetValue | ( | const VmbUchar_t * | pValue, |
| VmbUint32_t | size | ||
| ) | [private, virtual] |
Reimplemented from AVT::VmbAPI::BaseFeature.
Definition at line 71 of file RawFeature.cpp.