Definition of the interface IValue. More...
#include <GenApi/GenApiDll.h>
#include <GenApi/Types.h>
#include <GenApi/IBase.h>
#include <GenApi/INode.h>
#include <Base/GCString.h>
#include <Base/GCException.h>
Namespaces | |
GenApi | |
Contains definitions of the types of GenICam GenApi modules. | |
Typedefs | |
typedef CValueRefT< IValue > | GenApi::CValueRef |
Functions | |
struct | GenApi::__attribute__ ((visibility("default"))) IBase |
Base interface common to all nodes. More... | |
virtual GenICam::gcstring | GenApi::ToString (bool Verify=false, bool IgnoreCache=false)=0 |
Get content of the node as string. More... | |
virtual void | GenApi::FromString (const GenICam::gcstring &ValueStr, bool Verify=true)=0 |
Set content of the node as string. More... | |
virtual bool | GenApi::IsValueCacheValid () const =0 |
Checks if the value comes from cache or is requested from another node. | |
Definition of the interface IValue.