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