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

◆ Node() [6/7]

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

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.

Definition at line 78 of file Node.h.