Skip to content

Group ISelectorDigit_h

Modules > ISelectorDigit_h

Public Attributes

Type Name
interface SPINNAKER_API_ABSTRACT ISelectorDigit = /* multi line expression */

Public Functions

Type Name
virtual void GetSelectorList (FeatureList_t & SelectorList, bool Incremental=false) = 0
virtual void Restore () = 0
virtual bool SetNext (bool Tick=true) = 0
Sets digit to next value.
virtual GenICam::gcstring ToString () = 0

Public Attributes Documentation

variable ISelectorDigit

interface SPINNAKER_API_ABSTRACT Spinnaker::GenApi::ISelectorDigit;

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


Public Functions Documentation

function GetSelectorList

virtual void GetSelectorList (
    FeatureList_t & SelectorList,
    bool Incremental=false
) = 0

Retrieves an ordered list of selectors


function Restore

virtual void Restore () = 0

Restores the selectors' values found at creation


function SetNext

Sets digit to next value.

virtual bool SetNext (
    bool Tick=true
) = 0

Parameters:

  • Tick if false the counter does not tick (but realize it could have)

Returns:

true if the resulting value is valid


function ToString

virtual GenICam::gcstring ToString () = 0

Returns a string representation of the digit