Implementation Detail: This class wraps programming interfaces that are generated from GenICam parameter description files to provide native parameter access. More...
#include <pylon/NodeMapProxy.h>
Public Member Functions | |
Construction | |
CNodeMapProxyT () | |
Creates a CNodeMapProxyT object that is not attached to a node map. Use the Attach() method to attach the pylon node map. | |
CNodeMapProxyT (GenApi::INodeMap *) | |
Creates a CNodeMapProxyT object and attaches it to a pylon node map. | |
virtual | ~CNodeMapProxyT () |
Destructor. | |
Some smart pointer functionality | |
virtual void | Attach (GenApi::INodeMap *, bool replace=false) |
Attach a pylon node map. | |
virtual bool | IsAttached () const |
Checks if a pylon node map is attached. | |
virtual GenApi::INodeMap * | GetNodeMap () const |
Returns the pylon node map interface pointer. | |
Partial implementation of the INodeMap interface | |
See GENAPI_NAMESPACE::INodeMap for more details | |
void | GetNodes (GenApi::NodeList_t &Nodes) const |
GenApi::INode * | GetNode (const GenICam::gcstring &Name) const |
void | InvalidateNodes () const |
void | Poll (int64_t ElapsedTime) |
Implementation Detail: This class wraps programming interfaces that are generated from GenICam parameter description files to provide native parameter access.
TParams | The specific parameter class (auto generated from the parameter xml file) |
|
inline |
|
inline |
|
inline |
|
inline |