Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GENAPI_NAMESPACE::CPortImplIntern Class Reference

Standard IPort implementation. More...

#include <Port.h>

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

Public Member Functions

virtual EYesNo CacheChunkData () const
 Indicates if the chunk a adapter must hold a cached version of the chunk data. More...
 
 CPortImplIntern ()
 Default constructor. More...
 
virtual void DisableStack ()
 Disable the write stack, all data in the stack will be lost. More...
 
virtual void EnabledStack ()
 Start stacking writes. More...
 
virtual void FlushStack ()
 Flush the write stack to the device. More...
 
virtual GENICAM_NAMESPACE::gcstring GetChunkID () const
 Get the Id of the chunk the port should be attached to. More...
 
virtual bool GetProperty (CNodeDataMap *pNodeDataMap, CPropertyID::EProperty_ID_t PropertyID, CNodeData::PropertyVector_t &PropertyList) const
 
virtual EYesNo GetSwapEndianess ()
 Determines if the port adapter must perform an endianess swap. More...
 
virtual CValueCacheGetValueCache () const
 Returns the value cache. More...
 
virtual void Read (void *pBuffer, int64_t Address, int64_t Length)
 Reads a chunk of bytes from the port. More...
 
virtual void Replay (IPortWriteList *pPortRecorder, bool Invalidate=true)
 Sends the commands to the camera. More...
 
void SetPortImpl (IPort *pPort)
 Sets pointer the real port implementation; this function may called only once. More...
 
void SetPortImpl (IPortStacked *pPort)
 Sets pointer the real port implementation; this function may called only once. More...
 
virtual void SetProperty (CProperty &Property)
 
virtual void StartRecording (IPortWriteList *pPortRecorder)
 Starts logging all WriteRegister commands to a list. More...
 
virtual void StopRecording ()
 Stops recording. More...
 
virtual void Write (const void *pBuffer, int64_t Address, int64_t Length)
 Writes a chunk of bytes to the port. More...
 
virtual ~CPortImplIntern ()
 Destructor. More...
 
- Public Member Functions inherited from GENAPI_NAMESPACE::CNodeImpl
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. More...
 
void SetParent (INodePrivate *pParent)
 Sets a parent : CAVE : for internal use only... More...
 
 CNodeImpl ()
 Constructor. More...
 
virtual ~CNodeImpl ()
 Destructor. More...
 
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 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)
 
virtual bool IsSelector () const
 
virtual void GetSelectedFeatures (FeatureList_t &list) const
 
virtual void GetSelectingFeatures (FeatureList_t &) const
 

Protected Member Functions

virtual EAccessMode InternalGetAccessMode () const
 Get the access mode of the node. More...
 
virtual EInterfaceType InternalGetPrincipalInterfaceType () const
 Implementation of IBase::GetPrincipalInterfaceType() More...
 
- Protected Member Functions inherited from GENAPI_NAMESPACE::CNodeImpl
EAccessMode InternalGetAccessMode (IBase *pValue) const
 Default implementation of GetAccessMode taking into account another node. More...
 
virtual GENICAM_NAMESPACE::gcstring InternalGetName (bool FullQualified=false) const
 Get node name. More...
 
virtual GENAPI_NAMESPACE::ENameSpace InternalGetNameSpace () const
 Get name space. More...
 
virtual EVisibility InternalGetVisibility () const
 Get the recommended visibility of the node. More...
 
virtual void InternalInvalidateNode (std::list< CNodeCallback * > &CallbacksToFire)
 
virtual bool InternalIsCachable () const
 Is the node value cachable. More...
 
virtual ECachingMode InternalGetCachingMode () const
 Get Caching Mode. More...
 
virtual int64_t InternalGetPollingTime () const
 recommended polling time (for not cachable nodes) More...
 
virtual GENICAM_NAMESPACE::gcstring InternalGetToolTip () const
 Get a short description of the node. More...
 
virtual GENICAM_NAMESPACE::gcstring InternalGetDescription () const
 Get a long description of the node. More...
 
virtual GENICAM_NAMESPACE::gcstring InternalGetDisplayName () const
 
virtual GENICAM_NAMESPACE::gcstring InternalGetDeviceName () const
 Get a name of the device. More...
 
virtual void InternalGetChildren (GENAPI_NAMESPACE::NodeList_t &Children, ELinkType LinkType) const
 Get all children of the node. More...
 
virtual CallbackHandleType InternalRegisterCallback (CNodeCallback *pCallback)
 Register change callback. More...
 
virtual bool InternalDeregisterCallback (CallbackHandleType hCallback)
 Deregister change callback. More...
 
virtual INodeMapInternalGetNodeMap () const
 Retrieves the node map. More...
 
virtual GENICAM_NAMESPACE::gcstring GetEventID () const
 Get the EventId of the node. More...
 
virtual bool IsStreamable () const
 True if the node is streamable. More...
 
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. More...
 
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. More...
 
virtual void ImposeAccessMode (EAccessMode ImposedAccessMode)
 Imposes an access mode to the natural access mode of the node. More...
 
virtual void ImposeVisibility (EVisibility ImposedVisibility)
 Imposes a visibility to the natural visibility of the node. More...
 
virtual INodeGetAlias () const
 Retrieves the a node which describes the same feature in a different way. More...
 
virtual INodeGetCastAlias () const
 Retrieves the a node which describes the same feature so that it can be casted. More...
 
virtual void InternalCheckError () const
 Checks for an explicitly via the <pError> element defined error. More...
 
virtual GENICAM_NAMESPACE::gcstring InternalGetDocuURL () const
 Gets a URL pointing to the documentation of that feature. More...
 
virtual bool InternalIsDeprecated () const
 True if the node should not be used any more. More...
 
virtual bool IsFeature () const
 True if the node can be reached via category nodes from a category node named "Std::Root". More...
 
virtual EYesNo InternalIsAccessModeCacheable () const
 True if the AccessMode can be cached. More...
 
bool IsAccessModeCached () const
 returns true, if the AccessModeCache is valid More...
 
GENICAM_NAMESPACE::gcstring GetNodeType () const
 
void CacheAccessModeIfPossible (EAccessMode AccessMode) const
 
virtual bool InternalIsValueCacheValid () const
 Checks if the value comes from cache or is requested from another node. More...
 
CLockGetLock () const
 Acquire central lock. More...
 
CounterGetBathometer () const
 The bathometer is a counter used to measure the depth of SetValue-like call chains. More...
 
void PreSetValue ()
 Invalidates all nodes which will become affected by a SetValue call into the node tree. More...
 
void PostSetValue (std::list< CNodeCallback * > &CallbacksToFire)
 Fires callback on all nodes which became affected by a SetValue call into the node tree. More...
 
GENICAM_NAMESPACE::gcstring GetQualifiedName (GENICAM_NAMESPACE::gcstring Name, ENameSpace NameSpace) const
 Creates the full qualified name. More...
 

Protected Attributes

EYesNo m_CacheChunkData
 Determines if the port adapter must cache the chunk data. More...
 
CStringPolyRef m_ChunkID
 The ChunkID. More...
 
bool m_isStackingEnabled
 Determines if write stacking is allowed. More...
 
IPortm_pPort
 Pointer to node giving access to the real port implementation. More...
 
IPortStackedm_pPortStack
 Pointer to node giving access to the real port implementation with stack. More...
 
IPortWriteListm_pPortWriteList
 Pointer to node giving access to the real port implementation. More...
 
GENAPI_NAMESPACE::CValueCachem_pValueCache
 Pointer the value cache. More...
 
EYesNo m_SwapEndianess
 Determines if the port adapter must perform an endianess swap. More...
 
std::vector< PORT_REGISTER_STACK_ENTRYm_writeStackData
 Write stack. More...
 
- Protected Attributes inherited from GENAPI_NAMESPACE::CNodeImpl
EYesNo m_ExposeStatic
 
NodeID_t m_NodeID
 The node's ID. More...
 
CNodeData::ENodeType_t m_NodeTypeEnum
 
UserData_t m_pUserData
 Storage of user defined data. Ownership remains by the user!. Use IUserData interface to access the data. More...
 
NodePrivateVector_t m_Parents
 All nodes for which this node is at least a DependecyChild. More...
 
NodePrivateVector_t m_ReadingChildren
 all nodes which can be read from For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies More...
 
NodePrivateVector_t m_WritingChildren
 all nodes which can write a value further down the node stack For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies More...
 
NodePrivateVector_t m_InvalidatingChildren
 All directly connected nodes which invalidate this node For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies. More...
 
NodePrivateVector_t m_AllDependingNodes
 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. More...
 
NodePrivateVector_t m_AllTerminalNodes
 All indirectly connected terminal nodes For details see GenICam wiki : GenApi/SoftwareArchitecture/NodeDependencies. More...
 
NodePrivateVector_t m_VariableChildren
 All node use as variable by this node. More...
 
GENICAM_NAMESPACE::ILoggerm_pAccessLog
 Logger for messages concerning the AccessMode. More...
 
GENICAM_NAMESPACE::ILoggerm_pValueLog
 Logger for messages concerning the getting and setting values. More...
 
GENICAM_NAMESPACE::ILoggerm_pRangeLog
 Logger for messages concerning the range check. More...
 
GENICAM_NAMESPACE::ILoggerm_pPortLog
 Logger for messages concerning the port access. More...
 
GENICAM_NAMESPACE::ILoggerm_pCacheLog
 Logger for messages concerning the caching access. More...
 
GENICAM_NAMESPACE::ILoggerm_pPreProcLog
 Logger for things done during pre-processing of the node map, e.g. determining dependencies. More...
 
GENICAM_NAMESPACE::ILoggerm_pMiscLog
 Logger for messages concerning miscellaneous access which does not fit to the other categories. More...
 
GENICAM_NAMESPACE::gcstring m_Name
 The name of the node. More...
 
GENICAM_NAMESPACE::gcstring m_Extension
 The metadata from the extension. More...
 
ENameSpace m_NameSpace
 The namespace of the node. More...
 
GENICAM_NAMESPACE::gcstring m_DeviceName
 The device name of the node tree. More...
 
GENICAM_NAMESPACE::gcstring m_DisplayName
 The display name string of the node. More...
 
GENICAM_NAMESPACE::gcstring m_ToolTip
 The ToolTip for the node. More...
 
GENICAM_NAMESPACE::gcstring m_Description
 The Description of the node. More...
 
EVisibility m_Visibility
 recommended visibility; More...
 
CBooleanPolyRef m_IsImplemented
 Reference to a Node, which indicates if the node is implemented. More...
 
CBooleanPolyRef m_IsAvailable
 Reference to a Node, which indicates if the node is available. More...
 
CBooleanPolyRef m_IsLocked
 Reference to a Node, which indicates if the node is locked (i.e. not writable) More...
 
CBooleanPolyRef m_BlockPolling
 Reference to a Node, which indicates if the node is not cached. More...
 
IEnumerationm_pError
 Pointer to a Error class. More...
 
INodem_pAlias
 Pointer to a Node, which describes the same feature as this one. More...
 
INodem_pCastAlias
 Pointer to a Node, which describes the same feature as this one so that it can be casted. More...
 
ECachingMode m_CachingMode
 indicates that the node has changed More...
 
FeatureList_t m_Selected
 List of selected features. More...
 
FeatureList_t m_Selecting
 List of selecting features. More...
 
GENICAM_NAMESPACE::gcstring m_EventID
 The EventID. More...
 
EYesNo m_IsStreamable
 indicates if the node is streamable More...
 
EAccessMode m_ImposedAccessMode
 Access mode imposed on the natural access mode of the node. More...
 
EVisibility m_ImposedVisibility
 Visibility imposed to the natural visibility of the node. More...
 
int64_t m_PollingTime
 recommended polling time in [ms] More...
 
ETerminalPropagationState m_propagationState
 Current state for propagating terminals. More...
 
NodeList_t m_Invalidators
 List of references to nodes which may invalidate this node. More...
 
GENICAM_NAMESPACE::gcstring m_DocuURL
 A URL pointing or the documentation of this featrues. More...
 
EYesNo m_IsDeprecated
 indicates that the feature should not be used any more More...
 
GENICAM_NAMESPACE::gcstring_vector m_PropertyNames
 Helper: A list of all properties belonging to this node. More...
 
EYesNo m_IsFeature
 indicates that the node is a feature that is reachable from the Root node via categories More...
 
ECachingMode m_CachingModeCache
 stores the cached value of the CachingMode More...
 
EAccessMode m_AccessModeCache
 cache access mode More...
 
bool m_ValueCacheValid
 true if the value cache is valid More...
 
bool m_ListOfValidValuesCacheValid
 true if the list of valid value is cached More...
 
EYesNo m_AccessModeCacheability
 indicates if the AccessMode is cacheable More...
 
INodeMapPrivatem_pNodeMap
 Pointer to the node map. More...
 
int64_t m_ElapsedTime
 time elapsed since the last poll More...
 
bool m_DontDeleteThisCache
 indicates that the cache has been filled and should not be cleared at the end of the operation More...
 
bool m_TerminalNodeWritten
 indicates that this terminal node was written and not yet invalidated. More...
 
std::list< CNodeCallback * > m_Callbacks
 List of callbacks. More...
 

Additional Inherited Members

- Protected Types inherited from GENAPI_NAMESPACE::CNodeImpl
enum  ETerminalPropagationState { eNotVisited, eBeingVisited, eTerminalPropagationDone }
 States when propagating terminals. More...
 
typedef AutoLock Lock
 shortcut for the lock type More...
 

Detailed Description

Standard IPort implementation.

Proxy forwarding all calls to the real implementation

Definition at line 58 of file Port.h.

Constructor & Destructor Documentation

GENAPI_NAMESPACE::CPortImplIntern::CPortImplIntern ( )

Default constructor.

virtual GENAPI_NAMESPACE::CPortImplIntern::~CPortImplIntern ( )
virtual

Destructor.

Member Function Documentation

virtual EYesNo GENAPI_NAMESPACE::CPortImplIntern::CacheChunkData ( ) const
virtual

Indicates if the chunk a adapter must hold a cached version of the chunk data.

virtual void GENAPI_NAMESPACE::CPortImplIntern::DisableStack ( )
virtual

Disable the write stack, all data in the stack will be lost.

virtual void GENAPI_NAMESPACE::CPortImplIntern::EnabledStack ( )
virtual

Start stacking writes.

virtual void GENAPI_NAMESPACE::CPortImplIntern::FlushStack ( )
virtual

Flush the write stack to the device.

virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CPortImplIntern::GetChunkID ( ) const
virtual

Get the Id of the chunk the port should be attached to.

virtual bool GENAPI_NAMESPACE::CPortImplIntern::GetProperty ( CNodeDataMap *  pNodeDataMap,
CPropertyID::EProperty_ID_t  PropertyID,
CNodeData::PropertyVector_t &  PropertyList 
) const
virtual

Reimplemented from GENAPI_NAMESPACE::CNodeImpl.

virtual EYesNo GENAPI_NAMESPACE::CPortImplIntern::GetSwapEndianess ( )
virtual

Determines if the port adapter must perform an endianess swap.

virtual CValueCache* GENAPI_NAMESPACE::CPortImplIntern::GetValueCache ( ) const
virtual

Returns the value cache.

virtual EAccessMode GENAPI_NAMESPACE::CPortImplIntern::InternalGetAccessMode ( ) const
protectedvirtual

Get the access mode of the node.

Reimplemented from GENAPI_NAMESPACE::CNodeImpl.

virtual EInterfaceType GENAPI_NAMESPACE::CPortImplIntern::InternalGetPrincipalInterfaceType ( ) const
inlineprotectedvirtual

Implementation of IBase::GetPrincipalInterfaceType()

Reimplemented from GENAPI_NAMESPACE::CNodeImpl.

Definition at line 82 of file Port.h.

virtual void GENAPI_NAMESPACE::CPortImplIntern::Read ( void *  pBuffer,
int64_t  Address,
int64_t  Length 
)
virtual

Reads a chunk of bytes from the port.

virtual void GENAPI_NAMESPACE::CPortImplIntern::Replay ( IPortWriteList pPortRecorder,
bool  Invalidate = true 
)
virtual

Sends the commands to the camera.

The default implementation just walks the list and issues each command using the WriteRegister method. Depending on the capabilities of the transport layer the implementation can however use a special command which sends all register write commands as one package.

void GENAPI_NAMESPACE::CPortImplIntern::SetPortImpl ( IPort pPort)

Sets pointer the real port implementation; this function may called only once.

void GENAPI_NAMESPACE::CPortImplIntern::SetPortImpl ( IPortStacked pPort)

Sets pointer the real port implementation; this function may called only once.

virtual void GENAPI_NAMESPACE::CPortImplIntern::SetProperty ( CProperty &  Property)
virtual

Reimplemented from GENAPI_NAMESPACE::CNodeImpl.

virtual void GENAPI_NAMESPACE::CPortImplIntern::StartRecording ( IPortWriteList pPortRecorder)
virtual

Starts logging all WriteRegister commands to a list.

virtual void GENAPI_NAMESPACE::CPortImplIntern::StopRecording ( )
virtual

Stops recording.

virtual void GENAPI_NAMESPACE::CPortImplIntern::Write ( const void *  pBuffer,
int64_t  Address,
int64_t  Length 
)
virtual

Writes a chunk of bytes to the port.

Member Data Documentation

EYesNo GENAPI_NAMESPACE::CPortImplIntern::m_CacheChunkData
protected

Determines if the port adapter must cache the chunk data.

Definition at line 191 of file Port.h.

CStringPolyRef GENAPI_NAMESPACE::CPortImplIntern::m_ChunkID
protected

The ChunkID.

Definition at line 182 of file Port.h.

bool GENAPI_NAMESPACE::CPortImplIntern::m_isStackingEnabled
protected

Determines if write stacking is allowed.

Definition at line 194 of file Port.h.

IPort* GENAPI_NAMESPACE::CPortImplIntern::m_pPort
protected

Pointer to node giving access to the real port implementation.

Definition at line 173 of file Port.h.

IPortStacked* GENAPI_NAMESPACE::CPortImplIntern::m_pPortStack
protected

Pointer to node giving access to the real port implementation with stack.

Definition at line 176 of file Port.h.

IPortWriteList* GENAPI_NAMESPACE::CPortImplIntern::m_pPortWriteList
protected

Pointer to node giving access to the real port implementation.

Definition at line 179 of file Port.h.

GENAPI_NAMESPACE::CValueCache* GENAPI_NAMESPACE::CPortImplIntern::m_pValueCache
mutableprotected

Pointer the value cache.

Definition at line 185 of file Port.h.

EYesNo GENAPI_NAMESPACE::CPortImplIntern::m_SwapEndianess
protected

Determines if the port adapter must perform an endianess swap.

Definition at line 188 of file Port.h.

std::vector<PORT_REGISTER_STACK_ENTRY> GENAPI_NAMESPACE::CPortImplIntern::m_writeStackData
protected

Write stack.

Definition at line 197 of file Port.h.


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Mar 17 2021 02:48:42