All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GENAPI_NAMESPACE::CIntegerRefT< T, I > Class Template Reference

#include <IInteger.h>

Inheritance diagram for GENAPI_NAMESPACE::CIntegerRefT< T, I >:

Public Member Functions

IFloatGetFloatAlias ()
 gets the interface of an alias node. More...
 
virtual int64_t GetInc ()
 Get increment. More...
 
virtual EIncMode GetIncMode ()
 Get increment. More...
 
virtual int64_autovector_t GetListOfValidValues (bool bounded=true)
 Implementation of IInteger::GetListOfValidValues. More...
 
virtual int64_t GetMax ()
 Get maximum value allowed. More...
 
virtual int64_t GetMin ()
 Get minimum value allowed. More...
 
virtual ERepresentation GetRepresentation ()
 Get recommended representation. More...
 
virtual GENICAM_NAMESPACE::gcstring GetUnit ()
 Get the physical unit name. More...
 
virtual int64_t GetValue (bool Verify=false, bool IgnoreCache=false)
 Get node value. More...
 
virtual void ImposeMax (int64_t Value)
 Restrict maximum value. More...
 
virtual void ImposeMin (int64_t Value)
 Restrict minimum value. More...
 
virtual int64_t operator() ()
 Get node value. More...
 
virtual int64_t operator* ()
 Get node value. More...
 
virtual IIntegeroperator= (int64_t Value)
 Set node value. More...
 
virtual void SetValue (int64_t Value, bool Verify=true)
 Set node value. More...
 
- Public Member Functions inherited from GENAPI_NAMESPACE::CValueRefT< T, T >
virtual void FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true)
 Set content of the node as string. More...
 
virtual INode * GetNode ()
 Get the INode interface of the node. More...
 
virtual bool IsValueCacheValid () const
 Checks if the value comes from cache or is requested from another node. More...
 
virtual GENICAM_NAMESPACE::gcstring ToString (bool Verify=false, bool IgnoreCache=false)
 Get content of the node as string. More...
 
- Public Member Functions inherited from GENAPI_NAMESPACE::CBaseRefT< T, T >
virtual EAccessMode GetAccessMode () const
 Get the access mode of the node. More...
 
- Public Member Functions inherited from GENAPI_NAMESPACE::CReferenceT< T, T >
 CReferenceT ()
 
virtual void SetReference (IBase *ptr)
 sets the implementation to the reference More...
 

Private Types

typedef CValueRefT< T, I > ref
 

Additional Inherited Members

- Protected Attributes inherited from GENAPI_NAMESPACE::CReferenceT< T, T >
T * m_Ptr
 Pointer to the implementation the reference references to. More...
 

Detailed Description

template<class T, class I = T>
class GENAPI_NAMESPACE::CIntegerRefT< T, I >

Definition at line 123 of file IInteger.h.

Member Typedef Documentation

◆ ref

template<class T , class I = T>
typedef CValueRefT<T, I> GENAPI_NAMESPACE::CIntegerRefT< T, I >::ref
private

Definition at line 125 of file IInteger.h.

Member Function Documentation

◆ GetFloatAlias()

template<class T , class I = T>
IFloat* GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetFloatAlias ( )
inline

gets the interface of an alias node.

Definition at line 230 of file IInteger.h.

◆ GetInc()

template<class T , class I = T>
virtual int64_t GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetInc ( )
inlinevirtual

Get increment.

Definition at line 198 of file IInteger.h.

◆ GetIncMode()

template<class T , class I = T>
virtual EIncMode GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetIncMode ( )
inlinevirtual

Get increment.

Definition at line 190 of file IInteger.h.

◆ GetListOfValidValues()

template<class T , class I = T>
virtual int64_autovector_t GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetListOfValidValues ( bool  bounded = true)
inlinevirtual

Implementation of IInteger::GetListOfValidValues.

Definition at line 206 of file IInteger.h.

◆ GetMax()

template<class T , class I = T>
virtual int64_t GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetMax ( )
inlinevirtual

Get maximum value allowed.

Definition at line 182 of file IInteger.h.

◆ GetMin()

template<class T , class I = T>
virtual int64_t GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetMin ( )
inlinevirtual

Get minimum value allowed.

Definition at line 174 of file IInteger.h.

◆ GetRepresentation()

template<class T , class I = T>
virtual ERepresentation GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetRepresentation ( )
inlinevirtual

Get recommended representation.

Definition at line 214 of file IInteger.h.

◆ GetUnit()

template<class T , class I = T>
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetUnit ( )
inlinevirtual

Get the physical unit name.

Definition at line 222 of file IInteger.h.

◆ GetValue()

template<class T , class I = T>
virtual int64_t GENAPI_NAMESPACE::CIntegerRefT< T, I >::GetValue ( bool  Verify = false,
bool  IgnoreCache = false 
)
inlinevirtual

Get node value.

Definition at line 150 of file IInteger.h.

◆ ImposeMax()

template<class T , class I = T>
virtual void GENAPI_NAMESPACE::CIntegerRefT< T, I >::ImposeMax ( int64_t  Value)
inlinevirtual

Restrict maximum value.

Definition at line 246 of file IInteger.h.

◆ ImposeMin()

template<class T , class I = T>
virtual void GENAPI_NAMESPACE::CIntegerRefT< T, I >::ImposeMin ( int64_t  Value)
inlinevirtual

Restrict minimum value.

Definition at line 238 of file IInteger.h.

◆ operator()()

template<class T , class I = T>
virtual int64_t GENAPI_NAMESPACE::CIntegerRefT< T, I >::operator() ( )
inlinevirtual

Get node value.

Definition at line 158 of file IInteger.h.

◆ operator*()

template<class T , class I = T>
virtual int64_t GENAPI_NAMESPACE::CIntegerRefT< T, I >::operator* ( )
inlinevirtual

Get node value.

Definition at line 166 of file IInteger.h.

◆ operator=()

template<class T , class I = T>
virtual IInteger& GENAPI_NAMESPACE::CIntegerRefT< T, I >::operator= ( int64_t  Value)
inlinevirtual

Set node value.

Definition at line 141 of file IInteger.h.

◆ SetValue()

template<class T , class I = T>
virtual void GENAPI_NAMESPACE::CIntegerRefT< T, I >::SetValue ( int64_t  Value,
bool  Verify = true 
)
inlinevirtual

Set node value.

Definition at line 133 of file IInteger.h.


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:13