MCPcopy 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
1807void
1808Service_Participant::liveliness_factor(int factor)
1809{
1810 config_store_->set_int32(COMMON_DCPS_LIVELINESS_FACTOR, factor);
1811}
1812
1813int
1814Service_Participant::liveliness_factor() const

Callers 2

enableMethod · 0.80
ACE_TMAINFunction · 0.80

Calls 2

get_int32Method · 0.80
set_int32Method · 0.45

Tested by

no test coverage detected