Namespaces | |
| Spinnaker | |
| Spinnaker::GenApi | |
Functions | |
| virtual bool | IsValueUpdated ()=0 |
| Checks if the content of the node has changed since the value was last cached by IsValueUpdated() or GetValue(). More... | |
| virtual GenICam::gcstring | GetSymbolic () const =0 |
| Get symbolic enum value. More... | |
| virtual double | GetNumericValue ()=0 |
| Get double number associated with the entry. More... | |
| virtual bool | IsSelfClearing ()=0 |
| Indicates if the corresponding EnumEntry is self clearing. More... | |
Variables | |
| interface SPINNAKER_API_ABSTRACT | IEnumEntry |
| Interface of single enum value. More... | |