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

Method run

tests/transport/simple/PubDriver.cpp:40–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40void
41PubDriver::run(int& argc, ACE_TCHAR* argv[])
42{
43 DBG_ENTRY_LVL("PubDriver","run",6);
44
45 DDS::DomainParticipantFactory_var dpf =
46 TheParticipantFactoryWithArgs(argc, argv);
47
48 this->parse_args(argc, argv);
49 this->init();
50 this->run();
51}
52
53
54void

Callers

nothing calls this directly

Calls 12

parse_argsMethod · 0.95
initMethod · 0.95
enable_transportMethod · 0.80
lengthMethod · 0.45
closeMethod · 0.45
sizeMethod · 0.45
get_bufferMethod · 0.45
associatedMethod · 0.45
disassociateMethod · 0.45
shutdownMethod · 0.45

Tested by

no test coverage detected