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

◆ Node() [3/4]

template<typename ArgvT>
DataStorm::Node::Node ( int & argc,
ArgvT 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.

Template Parameters
ArgvTThe type of the argument vector, such as char**, const char**, or wchar_t** (on Windows).
Parameters
argcThe number of arguments in argv.
argvThe command-line arguments.

Definition at line 71 of file Node.h.