Spinnaker SDK C++
4.3.0.189
 
Functions | Variables
ISelectorDigit Interface

Functions

virtual bool SetNext (bool Tick=true)=0
 Sets digit to next value. More...
 
virtual void Restore ()=0
 Restores the selectors' values found at creation. More...
 
virtual GenICam::gcstring ToString ()=0
 Returns a string representation of the digit. More...
 
virtual void GetSelectorList (FeatureList_t &SelectorList, bool Incremental=false)=0
 Retrieves an ordered list of selectors. More...
 

Variables

interface SPINNAKER_API_ABSTRACT ISelectorDigit
 Interface of a "digit" of the "counter" formed by the selector set. More...
 

Detailed Description

Function Documentation

◆ GetSelectorList()

virtual void Spinnaker::GenApi::GetSelectorList ( FeatureList_t &  SelectorList,
bool  Incremental = false 
)
pure virtual

Retrieves an ordered list of selectors.

Parameters
Incremental> List to contain the selector pointer> if true only seletor changed since the last GetNext are contained

◆ Restore()

virtual void Spinnaker::GenApi::Restore ( )
pure virtual

Restores the selectors' values found at creation.

◆ SetNext()

virtual bool Spinnaker::GenApi::SetNext ( bool  Tick = true)
pure virtual

Sets digit to next value.

Parameters
Tickif false the counter does not tick (but realize it could have)
Returns
true if the resulting value is valid

◆ ToString()

virtual GenICam::gcstring Spinnaker::GenApi::ToString ( )
pure virtual

Returns a string representation of the digit.

Variable Documentation

◆ ISelectorDigit

Initial value:
{
virtual bool SetFirst() = 0

Interface of a "digit" of the "counter" formed by the selector set.