Spinnaker SDK C++
4.3.0.189
 
Functions | Variables

Functions

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. More...
 

Variables

interface SPINNAKER_API_ABSTRACT IValue
 Interface for value properties. More...
 

Detailed Description

Function Documentation

◆ FromString()

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

Set content of the node as string.

Parameters
ValueStrThe value to set
VerifyEnables AccessMode and Range verification (default = true)

◆ IsValueCacheValid()

virtual bool Spinnaker::GenApi::IsValueCacheValid ( ) const
pure virtual

Checks if the value comes from cache or is requested from another node.

◆ ToString()

virtual GenICam::gcstring Spinnaker::GenApi::ToString ( bool  Verify = false,
bool  IgnoreCache = false 
)
pure virtual

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

Variable Documentation

◆ IValue

Interface for value properties.