Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
IBoolean Interface

Functions

virtual void operator= (bool Value)
 Set node value.
 
virtual bool GetValue (bool Verify=false, bool IgnoreCache=false) const =0
 Get node value.
 
virtual bool operator() () const
 Get node value.
 

Variables

interface SPINNAKER_API_ABSTRACT IBoolean
 Interface for Boolean properties.
 
interface SPINNAKER_API_ABSTRACT bool Verify = true) = 0
 

Detailed Description

Function Documentation

◆ GetValue()

virtual bool GetValue ( bool  Verify = false,
bool  IgnoreCache = false 
) const
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
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
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

◆ operator()()

virtual bool operator() ( ) const
virtual

Get node value.

Execute the command.

◆ operator=()

virtual void operator= ( bool  Value)
virtual

Set node value.

Variable Documentation

◆ IBoolean

Interface for Boolean properties.

◆ Verify

interface SPINNAKER_API_ABSTRACT bool Verify = true) = 0