Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
IEnumerationT.h File Reference

Namespaces

namespace  Spinnaker
 
namespace  Spinnaker::GenApi
 

Functions

virtual IEnumerationoperator= (EnumT Value)=0
 Set node value.
 
virtual bool GetValue (bool Verify=false, bool IgnoreCache=false) const =0
 Get node value.
 
virtual bool operator() () const
 Get node value.
 
virtual IEnumerationoperator= (const GenICam::gcstring &ValueStr)=0
 Set string node value.
 
virtual IEnumEntryGetEntry (const int64_t IntValue)=0
 Get an entry node by its IntValue.
 
virtual IEnumEntryGetEntry (const EnumT Value)=0
 returns the EnumEntry object belonging to the Value
 
virtual IEnumEntryGetCurrentEntry (bool Verify=false, bool IgnoreCache=false)=0
 Get the current entry.
 

Variables

template<typename EnumT >
interface SPINNAKER_API_ABSTRACT IEnumerationT
 Interface for enumeration properties.
 
interface SPINNAKER_API_ABSTRACT virtual public IEnumReference
 Interface to construct an enum reference.