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

◆ Node() [4/7]

DataStorm::Node::Node ( int & argc,
char * 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.

Definition at line 69 of file Node.h.