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

Namespaces

 Spinnaker
 
 Spinnaker::GenApi
 

Functions

virtual IFloat & operator= (double 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 bool HasInc ()=0
 True if the float has a constant increment. 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 EDisplayNotation GetDisplayNotation () const =0
 Get the way the float should be converted to a string. More...
 
virtual int64_t GetDisplayPrecision () const =0
 Get the precision to be used when converting the float to a string. More...
 
virtual void ImposeMin (double Value)=0
 Restrict minimum value. More...
 
virtual void ImposeMax (double Value)=0
 Restrict maximum value. More...
 

Variables

interface SPINNAKER_API_ABSTRACT IFloat
 Interface for float properties. More...