Namespaces | |
| Spinnaker | |
| Spinnaker::GenApi | |
Functions | |
| virtual IEnumeration & | operator= (const GenICam::gcstring &ValueStr)=0 |
| Set string node value. More... | |
| virtual bool | GetValue (bool Verify=false, bool IgnoreCache=false)=0 |
| Get node value. More... | |
| virtual bool | IsValueUpdated ()=0 |
| Checks if the content of the node has changed since the value was last cached by IsValueUpdated() or GetValue(). More... | |
| virtual bool | operator() () |
| Get node value. More... | |
| virtual GenICam::gcstring | operator* ()=0 |
| Get string node value. More... | |
| virtual int64_t | GetMaxLength ()=0 |
| Retrieves the maximum length of the string in bytes. More... | |
Variables | |
| interface SPINNAKER_API_ABSTRACT | IString |
| Interface for string properties. More... | |