Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CEnumEntryRefT< T > |
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Typedefs | |
typedef CEnumEntryRefT< IEnumEntry > | GENAPI_NAMESPACE::CEnumEntryRef |
Reference to an IEnumEntry pointer. More... | |
Functions | |
virtual double | GENAPI_NAMESPACE::GetNumericValue ()=0 |
Get double number associated with the entry. More... | |
virtual GENICAM_NAMESPACE::gcstring | GENAPI_NAMESPACE::GetSymbolic () const =0 |
Get symbolic enum value. More... | |
virtual bool | GENAPI_NAMESPACE::IsSelfClearing ()=0 |
Indicates if the corresponding EnumEntry is self clearing. More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IEnumEntry |
Interface of single enum value. More... | |