Classes | Public Member Functions | Protected Attributes | Private Types | Private Member Functions | Static Private Attributes
GENAPI_NAMESPACE::CNodeImpl Class Reference

Standard implementation for the INode and the ISelector interface. More...

#include <Node.h>

Inheritance diagram for GENAPI_NAMESPACE::CNodeImpl:
Inheritance graph
[legend]

List of all members.

Classes

class  EntryMethodFinalizer
 Used to ensure that PostSetValue() is called in any case. More...
class  PostSetValueFinalizer
 Used to ensure that PostSetValue() is called in any case. More...

Public Member Functions

void add_child (CPropertyID::EProperty_ID_t PropertyID, CProperty &, INodePrivate *pNode)
void add_orphan_child (CPropertyID::EProperty_ID_t PropertyID, CProperty &, INodePrivate *pNode)
INodeMapPrivateGetNodeMapPrivate ()
 Retrieves the INodeMapPrivate interface.
void SetParent (INodePrivate *pParent)
 Sets a parent : CAVE : for internal use only...
Constructor / destructor
 CNodeImpl ()
 Constructor.
virtual ~CNodeImpl ()
 Destructor.
Interface INodePrivate
virtual void Initialize (GENAPI_NAMESPACE::INodeMapPrivate *const pNodeMap, CNodeData::ENodeType_t NodeType, NodeID_t &NodeID)
virtual CNodeData::ENodeType_t GetNodeType ()
virtual NodeID_t GetNodeID ()
virtual void FinalConstruct ()
virtual void SetProperty (CProperty &Property)
virtual bool GetProperty (CNodeDataMap *pNodeDataMap, CPropertyID::EProperty_ID_t PropertyID, CNodeData::PropertyVector_t &PropertyList) const
virtual void SetInvalid (ESetInvalidMode simMode)
virtual void CollectCallbacksToFire (std::list< CNodeCallback * > &CallbacksToFire, bool allDependents=false)
virtual bool IsTerminalNode () const
virtual void GetTerminalNodes (GENAPI_NAMESPACE::NodeList_t &Terminals) const
virtual bool Poll (int64_t ElapsedTime)
Interface ISelector
virtual bool IsSelector () const
virtual void GetSelectedFeatures (FeatureList_t &list) const
virtual void GetSelectingFeatures (FeatureList_t &) const

Protected Member Functions

Interface IBase (methods are called by the BaseT class)
virtual EAccessMode InternalGetAccessMode () const
 Get the access mode of the node.
virtual EInterfaceType InternalGetPrincipalInterfaceType () const
 Implementation of IBase::GetPrincipalInterfaceType()
EAccessMode InternalGetAccessMode (IBase *pValue) const
 Default implementation of GetAccessMode taking into account another node.
Interface INode (methods are called by the NodeT class)
virtual GENICAM_NAMESPACE::gcstring InternalGetName (bool FullQualified=false) const
 Get node name.
virtual
GENAPI_NAMESPACE::ENameSpace 
InternalGetNameSpace () const
 Get name space.
virtual EVisibility InternalGetVisibility () const
 Get the recommended visibility of the node.
virtual void InternalInvalidateNode (std::list< CNodeCallback * > &CallbacksToFire)
virtual bool InternalIsCachable () const
 Is the node value cachable.
virtual ECachingMode InternalGetCachingMode () const
 Get Caching Mode.
virtual int64_t InternalGetPollingTime () const
 recommended polling time (for not cachable nodes)
virtual GENICAM_NAMESPACE::gcstring InternalGetToolTip () const
 Get a short description of the node.
virtual GENICAM_NAMESPACE::gcstring InternalGetDescription () const
 Get a long description of the node.
virtual GENICAM_NAMESPACE::gcstring InternalGetDisplayName () const
virtual GENICAM_NAMESPACE::gcstring InternalGetDeviceName () const
 Get a name of the device.
virtual void InternalGetChildren (GENAPI_NAMESPACE::NodeList_t &Children, ELinkType LinkType) const
 Get all children of the node.
virtual CallbackHandleType InternalRegisterCallback (CNodeCallback *pCallback)
 Register change callback.
virtual bool InternalDeregisterCallback (CallbackHandleType hCallback)
 Deregister change callback.
virtual INodeMap * InternalGetNodeMap () const
 Retrieves the node map.
virtual GENICAM_NAMESPACE::gcstring GetEventID () const
 Get the EventId of the node.
virtual bool IsStreamable () const
 True if the node is streamable.
virtual void GetParents (GENAPI_NAMESPACE::NodeList_t &Parents) const
virtual void GetPropertyNames (GENICAM_NAMESPACE::gcstring_vector &PropertyNames) const
 Returns a list of the names all properties set during initialization.
virtual bool GetProperty (const GENICAM_NAMESPACE::gcstring &PropertyName, GENICAM_NAMESPACE::gcstring &ValueStr, GENICAM_NAMESPACE::gcstring &AttributeStr) const
 Retrieves a property plus an additional attribute by name.
virtual void ImposeAccessMode (EAccessMode ImposedAccessMode)
 Imposes an access mode to the natural access mode of the node.
virtual void ImposeVisibility (EVisibility ImposedVisibility)
 Imposes a visibility to the natural visibility of the node.
virtual INodeGetAlias () const
 Retrieves the a node which describes the same feature in a different way.
virtual INodeGetCastAlias () const
 Retrieves the a node which describes the same feature so that it can be casted.
virtual void InternalCheckError () const
 Checks for an explicitly via the <pError> element defined error.
virtual GENICAM_NAMESPACE::gcstring InternalGetDocuURL () const
 Gets a URL pointing to the documentation of that feature.
virtual bool InternalIsDeprecated () const
 True if the node should not be used any more.
virtual bool IsFeature () const
 True if the node can be reached via category nodes from a category node named "Std::Root".
virtual EYesNo InternalIsAccessModeCacheable () const
 True if the AccessMode can be cached.
bool IsAccessModeCached () const
 returns true, if the AccessModeCache is valid

Protected Attributes

EYesNo m_ExposeStatic
NodeID_t m_NodeID
 The node's ID.
CNodeData::ENodeType_t m_NodeTypeEnum
UserData_t m_pUserData
 Storage of user defined data.
Implementation of the node dependency handling
NodePrivateVector_t m_Parents
 All nodes for which this node is at least a DependecyChild.
NodePrivateVector_t m_ReadingChildren
 all nodes which can be read from For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies
NodePrivateVector_t m_WritingChildren
 all nodes which can write a value further down the node stack For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies
NodePrivateVector_t m_InvalidatingChildren
 All directly connected nodes which invalidate this node For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies.
NodePrivateVector_t m_AllDependingNodes
 All directly or indirectly connected nodes which are invalidated by this nodes (i.e.
NodePrivateVector_t m_AllTerminalNodes
 All indirectly connected terminal nodes For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies.
NodePrivateVector_t m_VariableChildren
 All node use as variable by this node.
Implementation of the loggers
LOG4CPP_NS::Categorym_pAccessLog
 Logger for messages concerning the AccessMode.
LOG4CPP_NS::Categorym_pValueLog
 Logger for messages concerning the getting and setting values.
LOG4CPP_NS::Categorym_pRangeLog
 Logger for messages concerning the range check.
LOG4CPP_NS::Categorym_pPortLog
 Logger for messages concerning the port access.
LOG4CPP_NS::Categorym_pCacheLog
 Logger for messages concerning the caching access.
LOG4CPP_NS::Categorym_pPreProcLog
 Logger for things done during pre-processing of the node map, e.g. determining dependencies.
LOG4CPP_NS::Categorym_pMiscLog
 Logger for messages concerning miscellaneous access which does not fit to the other categories.

Private Types

typedef char char_t
typedef std::ostringstream ostringstream_t
typedef std::string::size_type size_type
typedef std::string string_t

Private Member Functions

void GetModelName (string_t &VariableContent) const
void GetNodeName (string_t &VariableContent) const
void GetNodeValue (const CValuePtr &ptrValue, CNodeImpl::string_t &VariableContent) const
void GetStandardNameSpace (string_t &VariableContent) const
void GetStringStreamContent (const ostringstream_t &Content, string_t &VariableContent) const
void GetVendorName (string_t &VariableContent) const
UserData_t GetUserData () const
UserData_t SetUserData (UserData_t userdata)

Static Private Attributes

static const size_t MaxPath

Members properties and helpers

enum  ETerminalPropagationState { eNotVisited, eBeingVisited, eTerminalPropagationDone }
 States when propagating terminals. More...
GENICAM_NAMESPACE::gcstring m_Name
 The name of the node.
GENICAM_NAMESPACE::gcstring m_Extension
 The metadata from the extension.
ENameSpace m_NameSpace
 The namespace of the node.
GENICAM_NAMESPACE::gcstring m_DeviceName
 The device name of the node tree.
GENICAM_NAMESPACE::gcstring m_DisplayName
 The display name string of the node.
GENICAM_NAMESPACE::gcstring m_ToolTip
 The ToolTip for the node.
GENICAM_NAMESPACE::gcstring m_Description
 The Description of the node.
EVisibility m_Visibility
 recommended visibility;
CBooleanPolyRef m_IsImplemented
 Reference to a Node, which indicates if the node is implemented.
CBooleanPolyRef m_IsAvailable
 Reference to a Node, which indicates if the node is available.
CBooleanPolyRef m_IsLocked
 Reference to a Node, which indicates if the node is locked (i.e. not writable)
CBooleanPolyRef m_BlockPolling
 Reference to a Node, which indicates if the node is not cached.
IEnumerationm_pError
 Pointer to a Error class.
INodem_pAlias
 Pointer to a Node, which describes the same feature as this one.
INodem_pCastAlias
 Pointer to a Node, which describes the same feature as this one so that it can be casted.
ECachingMode m_CachingMode
 indicates that the node has changed
FeatureList_t m_Selected
 List of selected features.
FeatureList_t m_Selecting
 List of selecting features.
GENICAM_NAMESPACE::gcstring m_EventID
 The EventID.
EYesNo m_IsStreamable
 indicates if the node is streamable
EAccessMode m_ImposedAccessMode
 Access mode imposed on the natural access mode of the node.
EVisibility m_ImposedVisibility
 Visibility imposed to the natural visibility of the node.
int64_t m_PollingTime
 recommended polling time in [ms]
ETerminalPropagationState m_propagationState
 Current state for propagating terminals.
NodeList_t m_Invalidators
 List of references to nodes which may invalidate this node.
GENICAM_NAMESPACE::gcstring m_DocuURL
 A URL pointing or the documentation of this featrues.
EYesNo m_IsDeprecated
 indicates that the feature should not be used any more
GENICAM_NAMESPACE::gcstring_vector m_PropertyNames
 Helper: A list of all properties belonging to this node.
EYesNo m_IsFeature
 indicates that the node is a feature that is reachable from the Root node via categories
GENICAM_NAMESPACE::gcstring GetNodeType () const

Implementation of the cache

ECachingMode m_CachingModeCache
 stores the cached value of the CachingMode
EAccessMode m_AccessModeCache
 cache access mode
bool m_ValueCacheValid
 true if the value cache is valid
bool m_ListOfValidValuesCacheValid
 true if the list of valid value is cached
EYesNo m_AccessModeCacheability
 indicates if the AccessMode is cacheable
void CacheAccessModeIfPossible (EAccessMode AccessMode) const
virtual bool InternalIsValueCacheValid () const
 Checks if the value comes from cache or is requested from another node.

Implementation members and methods

typedef AutoLock Lock
 shortcut for the lock type
INodeMapPrivatem_pNodeMap
 Pointer to the node map.
int64_t m_ElapsedTime
 time elapsed since the last poll
bool m_DontDeleteThisCache
 indicates that the cache has been filled and should not be cleared at the end of the operation
std::list< CNodeCallback * > m_Callbacks
 List of callbacks.
CLockGetLock () const
 Acquire central lock.
CounterGetBathometer () const
 The bathometer is a counter used to measure the depth of SetValue-like call chains.
void PreSetValue ()
 Invalidates all nodes which will become affected by a SetValue call into the node tree.
void PostSetValue (std::list< CNodeCallback * > &CallbacksToFire)
 Fires callback on all nodes which became affected by a SetValue call into the node tree.
GENICAM_NAMESPACE::gcstring GetQualifiedName (GENICAM_NAMESPACE::gcstring Name, ENameSpace NameSpace) const
 Creates the full qualified name.

Detailed Description

Standard implementation for the INode and the ISelector interface.

Definition at line 85 of file Node.h.


Member Typedef Documentation

typedef char GENAPI_NAMESPACE::CNodeImpl::char_t [private]

Definition at line 670 of file Node.h.

shortcut for the lock type

Definition at line 536 of file Node.h.

Definition at line 669 of file Node.h.

typedef std::string::size_type GENAPI_NAMESPACE::CNodeImpl::size_type [private]

Definition at line 668 of file Node.h.

typedef std::string GENAPI_NAMESPACE::CNodeImpl::string_t [private]

Definition at line 667 of file Node.h.


Member Enumeration Documentation

States when propagating terminals.

Enumerator:
eNotVisited 

PropagateTerminals not run for node.

eBeingVisited 

PropagateTerminals is in progress for node, used for detecting cycles.

eTerminalPropagationDone 

PropagateTerminals is done for node, can just copy from m_AllTerminalNodes.

Definition at line 438 of file Node.h.


Constructor & Destructor Documentation

Constructor.

Destructor.


Member Function Documentation

void GENAPI_NAMESPACE::CNodeImpl::add_child ( CPropertyID::EProperty_ID_t  PropertyID,
CProperty &  ,
INodePrivate pNode 
) [inline]

Definition at line 317 of file Node.h.

void GENAPI_NAMESPACE::CNodeImpl::add_orphan_child ( CPropertyID::EProperty_ID_t  PropertyID,
CProperty &  ,
INodePrivate pNode 
) [inline]

Definition at line 334 of file Node.h.

void GENAPI_NAMESPACE::CNodeImpl::CacheAccessModeIfPossible ( EAccessMode  AccessMode) const [inline, protected]

Definition at line 506 of file Node.h.

virtual void GENAPI_NAMESPACE::CNodeImpl::CollectCallbacksToFire ( std::list< CNodeCallback * > &  CallbacksToFire,
bool  allDependents = false 
) [virtual]
virtual void GENAPI_NAMESPACE::CNodeImpl::FinalConstruct ( ) [virtual]
virtual INode* GENAPI_NAMESPACE::CNodeImpl::GetAlias ( ) const [protected, virtual]

Retrieves the a node which describes the same feature in a different way.

The bathometer is a counter used to measure the depth of SetValue-like call chains.

virtual INode* GENAPI_NAMESPACE::CNodeImpl::GetCastAlias ( ) const [protected, virtual]

Retrieves the a node which describes the same feature so that it can be casted.

Acquire central lock.

void GENAPI_NAMESPACE::CNodeImpl::GetModelName ( string_t VariableContent) const [private]
virtual NodeID_t GENAPI_NAMESPACE::CNodeImpl::GetNodeID ( ) [virtual]

Retrieves the INodeMapPrivate interface.

Definition at line 259 of file Node.h.

void GENAPI_NAMESPACE::CNodeImpl::GetNodeName ( string_t VariableContent) const [private]
virtual CNodeData::ENodeType_t GENAPI_NAMESPACE::CNodeImpl::GetNodeType ( ) [virtual]

Definition at line 361 of file Node.h.

void GENAPI_NAMESPACE::CNodeImpl::GetNodeValue ( const CValuePtr ptrValue,
CNodeImpl::string_t VariableContent 
) const [private]
virtual void GENAPI_NAMESPACE::CNodeImpl::GetParents ( GENAPI_NAMESPACE::NodeList_t Parents) const [protected, virtual]
virtual bool GENAPI_NAMESPACE::CNodeImpl::GetProperty ( const GENICAM_NAMESPACE::gcstring PropertyName,
GENICAM_NAMESPACE::gcstring ValueStr,
GENICAM_NAMESPACE::gcstring AttributeStr 
) const [protected, virtual]

Retrieves a property plus an additional attribute by name.

If a property has multiple values/attribute they come with Tabs as delimiters

virtual bool GENAPI_NAMESPACE::CNodeImpl::GetProperty ( CNodeDataMap *  pNodeDataMap,
CPropertyID::EProperty_ID_t  PropertyID,
CNodeData::PropertyVector_t &  PropertyList 
) const [virtual]
virtual void GENAPI_NAMESPACE::CNodeImpl::GetPropertyNames ( GENICAM_NAMESPACE::gcstring_vector &  PropertyNames) const [protected, virtual]

Creates the full qualified name.

virtual void GENAPI_NAMESPACE::CNodeImpl::GetSelectedFeatures ( FeatureList_t &  list) const [virtual]
virtual void GENAPI_NAMESPACE::CNodeImpl::GetSelectingFeatures ( FeatureList_t &  ) const [virtual]
void GENAPI_NAMESPACE::CNodeImpl::GetStandardNameSpace ( string_t VariableContent) const [private]
void GENAPI_NAMESPACE::CNodeImpl::GetStringStreamContent ( const ostringstream_t Content,
string_t VariableContent 
) const [private]
virtual void GENAPI_NAMESPACE::CNodeImpl::GetTerminalNodes ( GENAPI_NAMESPACE::NodeList_t Terminals) const [virtual]
void GENAPI_NAMESPACE::CNodeImpl::GetVendorName ( string_t VariableContent) const [private]
virtual void GENAPI_NAMESPACE::CNodeImpl::ImposeAccessMode ( EAccessMode  ImposedAccessMode) [protected, virtual]

Imposes an access mode to the natural access mode of the node.

virtual void GENAPI_NAMESPACE::CNodeImpl::ImposeVisibility ( EVisibility  ImposedVisibility) [protected, virtual]

Imposes a visibility to the natural visibility of the node.

virtual void GENAPI_NAMESPACE::CNodeImpl::Initialize ( GENAPI_NAMESPACE::INodeMapPrivate *const  pNodeMap,
CNodeData::ENodeType_t  NodeType,
NodeID_t &  NodeID 
) [virtual]
virtual void GENAPI_NAMESPACE::CNodeImpl::InternalCheckError ( ) const [protected, virtual]

Checks for an explicitly via the <pError> element defined error.

virtual bool GENAPI_NAMESPACE::CNodeImpl::InternalDeregisterCallback ( CallbackHandleType  hCallback) [protected, virtual]

Deregister change callback.

Destroys CNodeCallback object

Returns:
true if the callback handle was valid
virtual EAccessMode GENAPI_NAMESPACE::CNodeImpl::InternalGetAccessMode ( ) const [protected, virtual]
EAccessMode GENAPI_NAMESPACE::CNodeImpl::InternalGetAccessMode ( IBase *  pValue) const [protected]

Default implementation of GetAccessMode taking into account another node.

virtual ECachingMode GENAPI_NAMESPACE::CNodeImpl::InternalGetCachingMode ( ) const [protected, virtual]
virtual void GENAPI_NAMESPACE::CNodeImpl::InternalGetChildren ( GENAPI_NAMESPACE::NodeList_t Children,
ELinkType  LinkType 
) const [protected, virtual]

Get all children of the node.

Get a long description of the node.

Get a name of the device.

Gets a URL pointing to the documentation of that feature.

virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CNodeImpl::InternalGetName ( bool  FullQualified = false) const [protected, virtual]

Get node name.

Get name space.

virtual INodeMap* GENAPI_NAMESPACE::CNodeImpl::InternalGetNodeMap ( ) const [protected, virtual]

Retrieves the node map.

virtual int64_t GENAPI_NAMESPACE::CNodeImpl::InternalGetPollingTime ( ) const [protected, virtual]

recommended polling time (for not cachable nodes)

Get a short description of the node.

virtual EVisibility GENAPI_NAMESPACE::CNodeImpl::InternalGetVisibility ( ) const [protected, virtual]

Get the recommended visibility of the node.

virtual void GENAPI_NAMESPACE::CNodeImpl::InternalInvalidateNode ( std::list< CNodeCallback * > &  CallbacksToFire) [protected, virtual]

True if the AccessMode can be cached.

Reimplemented in GENAPI_NAMESPACE::CEnumerationImpl.

virtual bool GENAPI_NAMESPACE::CNodeImpl::InternalIsCachable ( ) const [protected, virtual]

Is the node value cachable.

virtual bool GENAPI_NAMESPACE::CNodeImpl::InternalIsDeprecated ( ) const [protected, virtual]

True if the node should not be used any more.

virtual bool GENAPI_NAMESPACE::CNodeImpl::InternalIsValueCacheValid ( ) const [protected, virtual]

Checks if the value comes from cache or is requested from another node.

Reimplemented in GENAPI_NAMESPACE::CEnumerationImpl, GENAPI_NAMESPACE::CStringNodeImpl, and GENAPI_NAMESPACE::CBooleanImpl.

Register change callback.

Takes ownership of the CNodeCallback object

bool GENAPI_NAMESPACE::CNodeImpl::IsAccessModeCached ( ) const [inline, protected]

returns true, if the AccessModeCache is valid

Handles silently the cycle breaker

Definition at line 214 of file Node.h.

virtual bool GENAPI_NAMESPACE::CNodeImpl::IsFeature ( ) const [protected, virtual]

True if the node can be reached via category nodes from a category node named "Std::Root".

virtual bool GENAPI_NAMESPACE::CNodeImpl::IsSelector ( ) const [virtual]
virtual bool GENAPI_NAMESPACE::CNodeImpl::IsStreamable ( ) const [protected, virtual]

True if the node is streamable.

virtual bool GENAPI_NAMESPACE::CNodeImpl::IsTerminalNode ( ) const [virtual]
virtual bool GENAPI_NAMESPACE::CNodeImpl::Poll ( int64_t  ElapsedTime) [virtual]
void GENAPI_NAMESPACE::CNodeImpl::PostSetValue ( std::list< CNodeCallback * > &  CallbacksToFire) [protected]

Fires callback on all nodes which became affected by a SetValue call into the node tree.

Invalidates all nodes which will become affected by a SetValue call into the node tree.

virtual void GENAPI_NAMESPACE::CNodeImpl::SetInvalid ( ESetInvalidMode  simMode) [virtual]

Sets a parent : CAVE : for internal use only...

Definition at line 265 of file Node.h.

virtual void GENAPI_NAMESPACE::CNodeImpl::SetProperty ( CProperty &  Property) [virtual]

Member Data Documentation

cache access mode

Definition at line 504 of file Node.h.

indicates if the AccessMode is cacheable

Definition at line 521 of file Node.h.

All directly or indirectly connected nodes which are invalidated by this nodes (i.e.

which are dependent on this node) For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies

Definition at line 486 of file Node.h.

All indirectly connected terminal nodes For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies.

Definition at line 490 of file Node.h.

Reference to a Node, which indicates if the node is not cached.

Definition at line 402 of file Node.h.

indicates that the node has changed

Definition at line 414 of file Node.h.

stores the cached value of the CachingMode

Definition at line 501 of file Node.h.

List of callbacks.

Definition at line 584 of file Node.h.

The Description of the node.

Definition at line 387 of file Node.h.

The device name of the node tree.

Definition at line 378 of file Node.h.

The display name string of the node.

Definition at line 381 of file Node.h.

A URL pointing or the documentation of this featrues.

Definition at line 452 of file Node.h.

indicates that the cache has been filled and should not be cleared at the end of the operation

Definition at line 551 of file Node.h.

time elapsed since the last poll

Definition at line 533 of file Node.h.

The EventID.

Definition at line 423 of file Node.h.

Definition at line 649 of file Node.h.

The metadata from the extension.

Definition at line 372 of file Node.h.

Access mode imposed on the natural access mode of the node.

Definition at line 429 of file Node.h.

Visibility imposed to the natural visibility of the node.

Definition at line 432 of file Node.h.

All directly connected nodes which invalidate this node For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies.

Definition at line 482 of file Node.h.

List of references to nodes which may invalidate this node.

Definition at line 449 of file Node.h.

Reference to a Node, which indicates if the node is available.

Definition at line 396 of file Node.h.

indicates that the feature should not be used any more

Definition at line 455 of file Node.h.

indicates that the node is a feature that is reachable from the Root node via categories

Definition at line 461 of file Node.h.

Reference to a Node, which indicates if the node is implemented.

Definition at line 393 of file Node.h.

Reference to a Node, which indicates if the node is locked (i.e. not writable)

Definition at line 399 of file Node.h.

indicates if the node is streamable

Definition at line 426 of file Node.h.

true if the list of valid value is cached

Definition at line 515 of file Node.h.

The name of the node.

Definition at line 369 of file Node.h.

The namespace of the node.

Definition at line 375 of file Node.h.

The node's ID.

Definition at line 645 of file Node.h.

CNodeData::ENodeType_t GENAPI_NAMESPACE::CNodeImpl::m_NodeTypeEnum [protected]

Definition at line 647 of file Node.h.

Logger for messages concerning the AccessMode.

Definition at line 621 of file Node.h.

Pointer to a Node, which describes the same feature as this one.

Definition at line 408 of file Node.h.

All nodes for which this node is at least a DependecyChild.

Definition at line 470 of file Node.h.

Logger for messages concerning the caching access.

Definition at line 633 of file Node.h.

Pointer to a Node, which describes the same feature as this one so that it can be casted.

Definition at line 411 of file Node.h.

Pointer to a Error class.

Definition at line 405 of file Node.h.

Logger for messages concerning miscellaneous access which does not fit to the other categories.

Definition at line 639 of file Node.h.

Pointer to the node map.

Definition at line 530 of file Node.h.

recommended polling time in [ms]

Definition at line 435 of file Node.h.

Logger for messages concerning the port access.

Definition at line 630 of file Node.h.

Logger for things done during pre-processing of the node map, e.g. determining dependencies.

Definition at line 636 of file Node.h.

Logger for messages concerning the range check.

Definition at line 627 of file Node.h.

Current state for propagating terminals.

Definition at line 446 of file Node.h.

GENICAM_NAMESPACE::gcstring_vector GENAPI_NAMESPACE::CNodeImpl::m_PropertyNames [protected]

Helper: A list of all properties belonging to this node.

Definition at line 458 of file Node.h.

Storage of user defined data.

Ownership remains by the user!. Use IUserData interface to access the data.

Definition at line 653 of file Node.h.

Logger for messages concerning the getting and setting values.

Definition at line 624 of file Node.h.

all nodes which can be read from For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies

Definition at line 474 of file Node.h.

FeatureList_t GENAPI_NAMESPACE::CNodeImpl::m_Selected [protected]

List of selected features.

Definition at line 417 of file Node.h.

FeatureList_t GENAPI_NAMESPACE::CNodeImpl::m_Selecting [protected]

List of selecting features.

Definition at line 420 of file Node.h.

The ToolTip for the node.

Definition at line 384 of file Node.h.

true if the value cache is valid

Definition at line 512 of file Node.h.

All node use as variable by this node.

Definition at line 493 of file Node.h.

recommended visibility;

Definition at line 390 of file Node.h.

all nodes which can write a value further down the node stack For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies

Definition at line 478 of file Node.h.

const size_t GENAPI_NAMESPACE::CNodeImpl::MaxPath [static, private]

Definition at line 677 of file Node.h.


The documentation for this class was generated from the following file:


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 18:42:49