Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
bool PeriodicEvent::enabled() const
96
{
97
ACE_Guard<ACE_Thread_Mutex> guard(mutex_);
98
return enabled_i();
99
}
100
101
RcHandle<EventBase> PeriodicEvent::event() const
102
{
Callers
1
TEST
Function · 0.80
Calls
1
enabled_i
Function · 0.85
Tested by
no test coverage detected