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

Method set_float64

dds/DCPS/ConfigStoreImpl.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void
383ConfigStoreImpl::set_float64(const char* key,
384 DDS::Float64 value)
385{
386 set(key, to_dds_string(value));
387}
388
389DDS::Float64
390ConfigStoreImpl::get_float64(const char* key,

Callers 9

set_defaultsMethod · 0.80
utilization_limitMethod · 0.80
drop_messages_mMethod · 0.80
drop_messages_bMethod · 0.80
syn_backoffMethod · 0.80
quick_resend_ratioMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

setFunction · 0.85
to_dds_stringFunction · 0.70

Tested by

no test coverage detected