MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / print_usage

Function print_usage

tools/dcpsinfo_dump/dump.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22void print_usage () {
23 std::cout << std::endl
24 << "USAGE: dcpsinfo_dump [-k ior] [-h]" << std::endl
25 << " -k <ior> use provided DCPSInfoRepo ior. default: "
26 << ior << std::endl
27 << " -h print help and exit" << std::endl;
28}
29
30int parse_args(int argc, ACE_TCHAR *argv[])
31{

Callers 1

parse_argsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected