Spinnaker SDK C++
4.3.0.189
 
Namespaces | Functions | Variables
IInteger.h File Reference

Namespaces

 Spinnaker
 
 Spinnaker::GenApi
 

Functions

virtual IInteger & operator= (int64_t Value)=0
 Set node value. More...
 
virtual bool GetValue (bool Verify=false, bool IgnoreCache=false)=0
 Get node value. More...
 
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 bool operator() ()
 Get node value. More...
 
virtual GenICam::gcstring operator* ()=0
 Get string node value. More...
 
virtual double GetMin ()=0
 Get minimum value allowed. More...
 
virtual double GetMax ()=0
 Get maximum value allowed. More...
 
virtual EIncMode GetIncMode ()=0
 Get increment mode. More...
 
virtual double GetInc ()=0
 Get the constant increment if there is any. More...
 
virtual double_autovector_t GetListOfValidValues (bool bounded=true)=0
 Get list of valid value. More...
 
virtual ERepresentation GetRepresentation ()=0
 Get recommended representation. More...
 
virtual GenICam::gcstring GetUnit () const =0
 Get the physical unit name. More...
 
virtual void ImposeMin (int64_t Value)=0
 Restrict minimum value. More...
 
virtual void ImposeMax (int64_t Value)=0
 Restrict maximum value. More...
 

Variables

interface SPINNAKER_API_ABSTRACT IInteger
 Interface for integer properties. More...