Skip to content

Group IEnumEntry_h

Modules > IEnumEntry_h

Public Attributes

Type Name
interface SPINNAKER_API_ABSTRACT IEnumEntry
Interface of single enum value.

Public Functions

Type Name
virtual double GetNumericValue () = 0
virtual GenICam::gcstring GetSymbolic () const = 0
virtual bool IsSelfClearing () = 0

Public Attributes Documentation

variable IEnumEntry

Interface of single enum value.

interface SPINNAKER_API_ABSTRACT Spinnaker::GenApi::IEnumEntry;

Maps of Enum Values to symbolic values


Public Functions Documentation

function GetNumericValue

virtual double GetNumericValue () = 0

Get double number associated with the entry


function GetSymbolic

virtual GenICam::gcstring GetSymbolic () const = 0

Get symbolic enum value


function IsSelfClearing

virtual bool IsSelfClearing () = 0

Indicates if the corresponding EnumEntry is self clearing