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

Method init_dispatchChecking

dds/InfoRepo/DCPSInfo_i.cpp:2501–2510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2499}
2500
2501bool
2502TAO_DDS_DCPSInfo_i::init_dispatchChecking(const ACE_Time_Value& delay)
2503{
2504 if (this->dispatch_check_timer_id_ != -1) return false; // already scheduled
2505
2506 ACE_Reactor* reactor = this->orb_->orb_core()->reactor();
2507
2508 this->dispatch_check_timer_id_ = reactor->schedule_timer(this, this, delay, delay);
2509 return this->dispatch_check_timer_id_ != -1;
2510}
2511
2512void
2513TAO_DDS_DCPSInfo_i::finalize()

Callers 1

initMethod · 0.80

Calls 1

reactorMethod · 0.45

Tested by

no test coverage detected