A selector set counter digit formed by an enumeration. More...
#include <SelectorDigit.h>
Public Member Functions | |
CEnumSelectorDigit (IBase *pBase) | |
Constructor. | |
virtual void | GetSelectorList (GENAPI_NAMESPACE::FeatureList_t &SelectorList, bool Incremental=false) |
virtual void | Restore () |
virtual bool | SetFirst () |
virtual bool | SetNext (bool Tick=true) |
virtual GENICAM_NAMESPACE::gcstring | ToString () |
Protected Member Functions | |
bool | SetSelector () |
Sets the selector value to the device. | |
Protected Attributes | |
bool | m_DigitHasChanged |
indicates if the digit has changed | |
NodeList_t::iterator | m_itCurrentEntry |
the current value of this "digit" | |
int64_t | m_OriginalEnumIntValue |
stores the original value of the selector | |
NodeList_t | m_ptrEntries |
the symbolics available for the enum selector | |
CEnumerationPtr | m_ptrEnumSelector |
the selecting node |
A selector set counter digit formed by an enumeration.
Definition at line 45 of file SelectorDigit.h.
GENAPI_NAMESPACE::CEnumSelectorDigit::CEnumSelectorDigit | ( | IBase * | pBase | ) |
Constructor.
pBase | > Node covered by this digit |
virtual void GENAPI_NAMESPACE::CEnumSelectorDigit::GetSelectorList | ( | GENAPI_NAMESPACE::FeatureList_t & | SelectorList, |
bool | Incremental = false |
||
) | [virtual] |
virtual void GENAPI_NAMESPACE::CEnumSelectorDigit::Restore | ( | ) | [virtual] |
virtual bool GENAPI_NAMESPACE::CEnumSelectorDigit::SetFirst | ( | ) | [virtual] |
virtual bool GENAPI_NAMESPACE::CEnumSelectorDigit::SetNext | ( | bool | Tick = true | ) | [virtual] |
bool GENAPI_NAMESPACE::CEnumSelectorDigit::SetSelector | ( | ) | [protected] |
Sets the selector value to the device.
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CEnumSelectorDigit::ToString | ( | ) | [virtual] |
indicates if the digit has changed
Definition at line 78 of file SelectorDigit.h.
NodeList_t::iterator GENAPI_NAMESPACE::CEnumSelectorDigit::m_itCurrentEntry [protected] |
the current value of this "digit"
Definition at line 72 of file SelectorDigit.h.
stores the original value of the selector
Definition at line 75 of file SelectorDigit.h.
the symbolics available for the enum selector
Definition at line 69 of file SelectorDigit.h.
the selecting node
Definition at line 66 of file SelectorDigit.h.