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

Method start

tools/monitor/MonitorTask.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void
142Monitor::MonitorTask::start()
143{
144 // Add the guard condition to the wait set.
145 this->waiter_->attach_condition( this->guardCondition_);
146
147 this->open( 0);
148}
149
150void
151Monitor::MonitorTask::stop()

Callers

nothing calls this directly

Calls 2

openMethod · 0.95
attach_conditionMethod · 0.80

Tested by

no test coverage detected