Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ Node() [2/7]

DataStorm::Node::Node ( Ice::CommunicatorPtr communicator)
explicit

Constructs a DataStorm node with the specified communicator.

A node is the main DataStorm object. It is required to construct topics.

Parameters
communicatorThe communicator used by the node. If nullptr, the node creates its own communicator.
Remarks
This constructor sets the nodeOwnsCommunicator option to false.