Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ set_uint64
Method
set_uint64
dds/DCPS/ConfigStoreImpl.cpp:335–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
void
336
ConfigStoreImpl::set_uint64(const char* key,
337
DDS::UInt64 value)
338
{
339
set(key, to_dds_string(value));
340
}
341
342
DDS::UInt64
343
ConfigStoreImpl::get_uint64(const char* key,
Callers
6
set_defaults
Method · 0.80
admission_control_queue_size
Method · 0.80
max_ips_per_client
Method · 0.80
admission_max_participants_high_water
Method · 0.80
admission_max_participants_low_water
Method · 0.80
TEST
Function · 0.80
Calls
2
set
Function · 0.85
to_dds_string
Function · 0.70
Tested by
no test coverage detected