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

◆ Node() [5/7]

DataStorm::Node::Node ( int & argc,
const wchar_t * argv[] )

Constructs a DataStorm node with an Ice communicator initialized from command line arguments.

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

Parameters
argcThe number of arguments in argv.
argvThe configuration arguments.
Remarks
Windows only.