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

◆ Node() [1/7]

DataStorm::Node::Node ( NodeOptions options = {})
explicit

Constructs a DataStorm node.

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

Parameters
optionsThe options to configure the node.
Remarks
This is the main Node constructor. All other constructors are convenience constructors that call this constructor.