Group IBoolean_h¶
Public Attributes¶
| Type | Name |
|---|---|
| interface SPINNAKER_API_ABSTRACT | IBoolean Interface for Boolean properties. |
| interface SPINNAKER_API_ABSTRACT bool | Verify = true) = 0 |
Public Functions¶
| Type | Name |
|---|---|
| virtual bool | GetValue (bool Verify=false, bool IgnoreCache=false) = 0 |
| virtual bool | IsValueUpdated () = 0 |
| virtual bool | operator() () |
| virtual void | operator= (bool Value) |
Public Attributes Documentation¶
variable IBoolean¶
Interface for Boolean properties.
variable Verify¶
Public Functions Documentation¶
function GetValue¶
Get node value
Parameters:
VerifyEnables Range verification (default = false). The AccessMode is always checkedIgnoreCacheIf true the value is read ignoring any caches (default = false)
Returns:
The value read
function IsValueUpdated¶
Checks if the content of the node has changed since the value was last cached by IsValueUpdated() or GetValue().
Returns:
true if the node value has changed, false otherwise.
function operator()¶
Get node value
Execute the command
function operator=¶
Set node value