Skip to content

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 .

where SpinnakerNET::GenApi::INodeMap::NodeType;

Parameters:

  • name Name of the INode to be retrieved.

Public Functions Documentation

function Connect [1/2]

Connects the given port to the node with the name 'Device'.

void  __clrcall SpinnakerNET::GenApi::INodeMap::Connect (
    Port ^ port
) 

Parameters:

  • port Port object to be connected to device node.

function Connect [2/2]

Connects the given port to the node with the given__name .

void  __clrcall SpinnakerNET::GenApi::INodeMap::Connect (
    Port ^ port,
    System::String ^ name
) 

Parameters:

  • port Port object to be connected.
  • name Name of the port Node to be connected.

function InvalidateNodes

Invalidate all nodes.

void  __clrcall SpinnakerNET::GenApi::INodeMap::InvalidateNodes (
    void
) 


function Poll

Invalidates all due pollable nodes.

void  __clrcall SpinnakerNET::GenApi::INodeMap::Poll (
    __int64 elapsedTime
) 

Parameters:

  • elapsedTime Elapsed time since last call in ms.


The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/NodeMap.h