All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
GenApi::IInteger Struct Referenceabstract

Interface for integer properties. More...

#include <GenApi/IInteger.h>

Inheritance diagram for GenApi::IInteger:
Inheritance graph
[legend]

Public Member Functions

virtual void SetValue (int64_t Value, bool Verify=true)=0
 Set node value. More...
 
virtual IIntegeroperator= (int64_t Value)=0
 Set node value.
 
virtual int64_t GetValue (bool Verify=false, bool IgnoreCache=false)=0
 Get node value. More...
 
virtual int64_t operator() ()=0
 Get node value.
 
virtual int64_t operator* ()=0
 Get node value.
 
virtual int64_t GetMin ()=0
 Get minimum value allowed.
 
virtual int64_t GetMax ()=0
 Get maximum value allowed.
 
virtual EIncMode GetIncMode ()=0
 Get increment mode.
 
virtual int64_t GetInc ()=0
 Get increment.
 
virtual int64_autovector_t GetListOfValidValues (bool bounded=true)=0
 Get list of valid value.
 
virtual ERepresentation GetRepresentation ()=0
 Get recommended representation.
 
virtual GenICam::gcstring GetUnit ()=0
 Get the physical unit name.
 
virtual void ImposeMin (int64_t Value)=0
 Restrict minimum value.
 
virtual void ImposeMax (int64_t Value)=0
 Restrict maximum value.
 
virtual INodeGetNode ()
 Get the INode interface of the node.
 
virtual GenICam::gcstring ToString (bool Verify=false, bool IgnoreCache=false)=0
 Get content of the node as string. More...
 
virtual void FromString (const GenICam::gcstring &ValueStr, bool Verify=true)=0
 Set content of the node as string. More...
 
virtual bool IsValueCacheValid () const =0
 Checks if the value comes from cache or is requested from another node.
 
virtual EAccessMode GetAccessMode () const =0
 Get the access mode of the node.
 

Detailed Description

Interface for integer properties.

Member Function Documentation

virtual void GenApi::IValue::FromString ( const GenICam::gcstring ValueStr,
bool  Verify = true 
)
pure virtualinherited

Set content of the node as string.

Parameters
ValueStrThe value to set
VerifyEnables AccessMode and Range verification (default = true)
virtual int64_t GenApi::IInteger::GetValue ( bool  Verify = false,
bool  IgnoreCache = false 
)
pure virtual

Get node value.

Parameters
VerifyEnables Range verification (default = false). The AccessMode is always checked
IgnoreCacheIf true the value is read ignoring any caches (default = false)
Returns
The value read
virtual void GenApi::IInteger::SetValue ( int64_t  Value,
bool  Verify = true 
)
pure virtual

Set node value.

Parameters
ValueThe value to set
VerifyEnables AccessMode and Range verification (default = true)
virtual GenICam::gcstring GenApi::IValue::ToString ( bool  Verify = false,
bool  IgnoreCache = false 
)
pure virtualinherited

Get content of the node as string.

Parameters
VerifyEnables Range verification (default = false). The AccessMode is always checked
IgnoreCacheIf true the value is read ignoring any caches (default = false)
Returns
The value read

The documentation for this struct was generated from the following file:

pylon 5.0.9
Copyright © 2006-2017 Basler AG (Tue May 30 2017 17:24:58)