Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ liveliness_factor
Method
liveliness_factor
dds/DCPS/Service_Participant.cpp:1807–1811 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1805
}
1806
1807
void
1808
Service_Participant::liveliness_factor(int factor)
1809
{
1810
config_store_->set_int32(COMMON_DCPS_LIVELINESS_FACTOR, factor);
1811
}
1812
1813
int
1814
Service_Participant::liveliness_factor() const
Callers
2
enable
Method · 0.80
ACE_TMAIN
Function · 0.80
Calls
2
get_int32
Method · 0.80
set_int32
Method · 0.45
Tested by
no test coverage detected