Spinnaker SDK C++
4.3.0.189
 
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 IEnumEntryGetEntryByName (const GenICam::gcstring &Symbolic)=0
 Get an entry node by name. More...
 
virtual IEnumEntryGetEntry (const int64_t IntValue)=0
 Get an entry node by its IntValue. More...
 
virtual IEnumEntryGetCurrentEntry (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

◆ GetCurrentEntry()

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

Get the current entry.

◆ GetEntries()

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

Get list of entry nodes.

◆ GetEntry()

IEnumEntry * GetEntry ( const int64_t  IntValue)
pure virtual

Get an entry node by its IntValue.

◆ GetEntryByName()

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

Get an entry node by name.

◆ GetIntValue()

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

◆ operator*()

GenICam::gcstring operator* ( )
pure virtual

Get string node value.

Get node value.

◆ SetIntValue()

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

◆ IEnumeration

Interface for enumeration properties.