Group IValue_h¶
Public Attributes¶
| Type | Name |
|---|---|
| interface SPINNAKER_API_ABSTRACT | IValue Interface for value properties. |
Public Functions¶
| Type | Name |
|---|---|
| virtual void | FromString (const GenICam::gcstring & ValueStr, bool Verify=true) = 0 |
| virtual bool | IsValueCacheValid () const = 0 |
| virtual GenICam::gcstring | ToString (bool Verify=false, bool IgnoreCache=false) = 0 |
Public Attributes Documentation¶
variable IValue¶
Interface for value properties.
Public Functions Documentation¶
function FromString¶
Set content of the node as string
Parameters:
ValueStrThe value to setVerifyEnables AccessMode and Range verification (default = true)
function IsValueCacheValid¶
Checks if the value comes from cache or is requested from another node
function ToString¶
Get content of the node as string
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