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

Method enabled

dds/DCPS/PeriodicEvent.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool PeriodicEvent::enabled() const
96{
97 ACE_Guard<ACE_Thread_Mutex> guard(mutex_);
98 return enabled_i();
99}
100
101RcHandle<EventBase> PeriodicEvent::event() const
102{

Callers 1

TESTFunction · 0.80

Calls 1

enabled_iFunction · 0.85

Tested by

no test coverage detected