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>
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CValueRefT< T, I > |
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Typedefs | |
typedef CValueRefT< IValue > | GENAPI_NAMESPACE::CValueRef |
Reference to an IValue pointer. More... | |
Functions | |
virtual void | GENAPI_NAMESPACE::FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true)=0 |
Set content of the node as string. More... | |
virtual bool | GENAPI_NAMESPACE::IsValueCacheValid () const =0 |
Checks if the value comes from cache or is requested from another node. More... | |
virtual GENICAM_NAMESPACE::gcstring | GENAPI_NAMESPACE::ToString (bool Verify=false, bool IgnoreCache=false)=0 |
Get content of the node as string. More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::IValue |
Interface for value properties. More... | |
Definition of the interface IValue.
Definition in file IValue.h.