31 #ifndef GENAPI_IENUMERATION_H 32 #define GENAPI_IENUMERATION_H 41 # pragma warning ( push ) 42 # pragma warning ( disable : 4251 ) // XXX needs to have dll-interface to be used by clients of class YYY 100 # pragma warning ( pop ) 103 #endif // ifndef GENAPI_IENUMERATION_H Common types used in the public GenApi interface.
Portable string vector implementation.
virtual void operator=(bool Value)
Set node value.
virtual IEnumEntry * GetEntry(const int64_t IntValue)=0
Get an entry node by its IntValue.
interface GENAPI_DECL_ABSTRACT IEnumeration
Interface for enumeration properties.
virtual IEnumEntry * GetEntryByName(const GENICAM_NAMESPACE::gcstring &Symbolic)=0
Get an entry node by name.
interface GENAPI_DECL_ABSTRACT IEnumEntry
Interface of single enum value.
node_vector NodeList_t
a list of node references
virtual void GetEntries(NodeList_t &Entries)=0
Get list of entry nodes.
virtual int64_t GetIntValue(bool Verify=false, bool IgnoreCache=false)=0
Get integer node value.
interface GENAPI_DECL_ABSTRACT IValue
Interface for value properties.
interface GENAPI_DECL_ABSTRACT bool Verify
virtual IEnumEntry * GetCurrentEntry(bool Verify=false, bool IgnoreCache=false)=0
Get the current entry.
virtual void SetIntValue(int64_t Value, bool Verify=true)=0
Set integer node value.
virtual GENICAM_NAMESPACE::gcstring operator*()=0
Get string node value.
A string class which is a clone of std::string.
declspec's to be used for GenApi Windows dll
GENICAM_NAMESPACE::gcstring_vector StringList_t
A list of strings.
Definition of the interface IValue.
Part of the generic device API.