Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ set_enabled
Method
set_enabled
dds/DCPS/EntityImpl.cpp:39–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
DDS::ReturnCode_t
40
EntityImpl::set_enabled()
41
{
42
enabled_ = true;
43
44
return DDS::RETCODE_OK;
45
}
46
47
bool
48
EntityImpl::is_enabled() const
Callers
7
enable
Method · 0.80
enable
Method · 0.80
enable
Method · 0.80
enable
Method · 0.80
enable
Method · 0.80
enable
Method · 0.80
enable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected