GenApi  3.5.1
Public Member Functions | List of all members

Smartpointer for NodeMaps with create function. More...

Inherits CNodeMapRefT< GENAPI_NAMESPACE::CGeneric_XMLLoaderParams >.

Public Member Functions

 CNodeMapRef (const GENICAM_NAMESPACE::gcstring &DeviceName="Device")
 Constructor.
 
 CNodeMapRef (INodeMap *pNodeMap, const GENICAM_NAMESPACE::gcstring &DeviceName="Device")
 Constructor.
 
 CNodeMapRef (const CNodeMapRef &Them)
 Copy constructor.
 
CNodeMapRefoperator= (const CNodeMapRef &Them)
 Assignment.
 
CNodeMapRefoperator= (INodeMap *pNodeMap)
 Assignment of an INodeMap*.
 
- Public Member Functions inherited from CNodeMapRefT< GENAPI_NAMESPACE::CGeneric_XMLLoaderParams >
 CNodeMapRefT (const GENICAM_NAMESPACE::gcstring &DeviceName="Device")
 Constructor.
 
 CNodeMapRefT (INodeMap *pNodeMap, const GENICAM_NAMESPACE::gcstring &DeviceName="Device")
 Constructor.
 
 CNodeMapRefT (const CNodeMapRefT &Them)
 Copy constructor.
 
CNodeMapRefToperator= (const CNodeMapRefT &Them)
 Assignment.
 
CNodeMapRefToperator= (INodeMap *pNodeMap)
 Assignment of an INodeMap*.
 
virtual ~CNodeMapRefT ()
 Destructor.
 
void _Destroy ()
 Destroys the node map.
 
void _LoadXMLFromFile (const GENICAM_NAMESPACE::gcstring &FileName)
 Creates the object from a XML file with given file name.
 
void _LoadXMLFromZIPFile (const GENICAM_NAMESPACE::gcstring &ZipFileName)
 Creates the object from a ZIP'd XML file with given file name.
 
void _LoadXMLFromZIPData (const void *zipData, size_t zipSize)
 Creates the object from a ZIP'd XML file given in a string.
 
void _LoadXMLFromFileInject (const GENICAM_NAMESPACE::gcstring &TargetFileName, const GENICAM_NAMESPACE::gcstring &InjectFileName)
 Creates the object from a XML target and an inject file with given file name.
 
void _LoadXMLFromString (const GENICAM_NAMESPACE::gcstring &XMLData)
 Creates the object from XML data given in a string.
 
void _LoadXMLFromStringInject (const GENICAM_NAMESPACE::gcstring &TargetXMLDataconst, const GENICAM_NAMESPACE::gcstring &InjectXMLData)
 Creates the object from XML data given in a string with injection.
 
virtual void _GetSupportedSchemaVersions (GENICAM_NAMESPACE::gcstring_vector &SchemaVersions) const
 Gets a list of supported schema versions. More...
 
virtual GENICAM_NAMESPACE::gcstring _GetDeviceName () const
 Get device name.
 
virtual void _Poll (int64_t ElapsedTime)
 Fires nodes which have a polling time.
 
virtual void _GetNodes (NodeList_t &Nodes) const
 Retrieves all nodes in the node map.
 
virtual INode * _GetNode (const GENICAM_NAMESPACE::gcstring &key) const
 Retrieves the node from the central map by name.
 
virtual void _SetSuppressCallbackMode (ECallbackSuppressMode) const
 Set suppress callback mode.
 
virtual CNodeWriteConcatenator * _NewNodeWriteConcatenator () const
 Create a new write concatenator object.
 
virtual bool _ConcatenatedWrite (CNodeWriteConcatenator *, bool featureStreaming=true, GENICAM_NAMESPACE::gcstring_vector *pErrorList=NULL)
 Execute the transaction.
 
virtual void _InvalidateNodes () const
 Invalidates all nodes.
 
virtual bool _Connect (IPort *pPort, const GENICAM_NAMESPACE::gcstring &PortName) const
 Connects a port to a port node with given name.
 
virtual bool _Connect (IPort *pPort) const
 Connects a port to the standard port "Device".
 
virtual bool _Connect (IPortStacked *pPort, const GENICAM_NAMESPACE::gcstring &PortName) const
 Connects a port to a port node with given name.
 
virtual bool _Connect (IPortStacked *pPort) const
 Connects a port to the standard port "Device".
 
virtual bool _ParseSwissKnifes (GENICAM_NAMESPACE::gcstring_vector *pErrorList=NULL) const
 Parse all Swissknife equations.
 

Additional Inherited Members

- Static Public Member Functions inherited from CNodeMapRefT< GENAPI_NAMESPACE::CGeneric_XMLLoaderParams >
static bool _ClearXMLCache ()
 Clears the cache of the camera description files.
 
- Public Attributes inherited from CNodeMapRefT< GENAPI_NAMESPACE::CGeneric_XMLLoaderParams >
INodeMap * _Ptr
 Pointer to the NodeMap.
 

Detailed Description

Note
This class is a simple typedef definition. The class syntax is only used, because Doxygen has to generate a useful documentation.