Spinnaker C++
3.1.0.78
Functions | Variables
IEnumeration Interface

Functions

virtual void GetEntries (NodeList_t &Entries)=0
 Get list of entry nodes. More...
 
virtual void SetIntValue (int64_t Value, bool Verify=true)=0
 Set integer node value. More...
 
virtual GenICam::gcstring operator* ()=0
 Get string node value. More...
 
virtual int64_t GetIntValue (bool Verify=false, bool IgnoreCache=false)=0
 Get integer node value. More...
 
virtual IEnumEntry * GetEntryByName (const GenICam::gcstring &Symbolic)=0
 Get an entry node by name. More...
 
virtual IEnumEntry * GetEntry (const int64_t IntValue)=0
 Get an entry node by its IntValue. More...
 
virtual IEnumEntry * GetCurrentEntry (bool Verify=false, bool IgnoreCache=false)=0
 Get the current entry. More...
 

Variables

interface SPINNAKER_API_ABSTRACT IEnumeration
 Interface for enumeration properties. More...
 

Detailed Description

Function Documentation

IEnumEntry * GetCurrentEntry ( bool  Verify = false,
bool  IgnoreCache = false 
)
pure virtual

Get the current entry.

virtual void Spinnaker::GenApi::GetEntries ( NodeList_t &  Entries)
pure virtual

Get list of entry nodes.

IEnumEntry * GetEntry ( const int64_t  IntValue)
pure virtual

Get an entry node by its IntValue.

virtual IEnumEntry* Spinnaker::GenApi::GetEntryByName ( const GenICam::gcstring &  Symbolic)
pure virtual

Get an entry node by name.

virtual int64_t Spinnaker::GenApi::GetIntValue ( bool  Verify = false,
bool  IgnoreCache = false 
)
pure virtual

Get integer node value.

Parameters
VerifyEnables Range verification (default = false). The AccessMode is always checked
IgnoreCacheIf true the value is read ignoring any caches (default = false)
Returns
The value read
GenICam::gcstring operator* ( )
pure virtual

Get string node value.

Get node value.

virtual void Spinnaker::GenApi::SetIntValue ( int64_t  Value,
bool  Verify = true 
)
pure virtual

Set integer node value.

Parameters
ValueThe value to set
VerifyEnables AccessMode and Range verification (default = true)

Variable Documentation

Interface for enumeration properties.

Contact Support Spinnaker® SDK Programmer's Guide and API Reference