Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
382
void
383
ConfigStoreImpl::set_float64(const char* key,
384
DDS::Float64 value)
385
{
386
set(key, to_dds_string(value));
387
}
388
389
DDS::Float64
390
ConfigStoreImpl::get_float64(const char* key,
Callers
9
set_defaults
Method · 0.80
utilization_limit
Method · 0.80
drop_messages_m
Method · 0.80
drop_messages_b
Method · 0.80
syn_backoff
Method · 0.80
conn_retry_backoff_multiplier
Method · 0.80
quick_resend_ratio
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
2
set
Function · 0.85
to_dds_string
Function · 0.70
Tested by
no test coverage detected