Interface SpinnakerNET::GenApi::INodeMap¶
ClassList > SpinnakerNET > GenApi > INodeMap
#include <NodeMap.h>
Inherits the following classes: IDictionary< System::String^, INode^>
Inherited by the following classes: SpinnakerNET::GenApi::NodeMap
Public Attributes¶
| Type | Name |
|---|---|
| where | NodeType Gets the INode with the given__name and casts it toNodeType . |
Public Functions¶
| Type | Name |
|---|---|
| void __clrcall | Connect (Port ^ port) Connects the given port to the node with the name 'Device'. |
| void __clrcall | Connect (Port ^ port, System::String ^ name) Connects the given port to the node with the given__name . |
| void __clrcall | InvalidateNodes (void) Invalidate all nodes. |
| void __clrcall | Poll (__int64 elapsedTime) Invalidates all due pollable nodes. |
Public Attributes Documentation¶
variable NodeType¶
Gets the INode with the given__name and casts it toNodeType .
Parameters:
nameName of theINodeto be retrieved.
Public Functions Documentation¶
function Connect [1/2]¶
Connects the given port to the node with the name 'Device'.
Parameters:
portPortobject to be connected to device node.
function Connect [2/2]¶
Connects the given port to the node with the given__name .
Parameters:
portPortobject to be connected.nameName of the portNodeto be connected.
function InvalidateNodes¶
Invalidate all nodes.
function Poll¶
Invalidates all due pollable nodes.
Parameters:
elapsedTimeElapsed time since last call in ms.
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/NodeMap.h