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

Function to_hex_dds_string

dds/DCPS/SafetyProfileStreams.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119String to_hex_dds_string(
120 const unsigned char* data, const size_t size, const char delim, const size_t delim_every)
121{
122 return to_hex_dds_string(reinterpret_cast<const char*>(data), size, delim, delim_every);
123}
124
125static inline char nibble_to_hex_char(char nibble)
126{

Callers 9

to_stringFunction · 0.85
ctk_to_dds_stringFunction · 0.85
ctki_to_dds_stringFunction · 0.85
to_dds_stringFunction · 0.85
get_instance_nameMethod · 0.85
change_usernameMethod · 0.85
change_passwordMethod · 0.85
assert_DataViewFunction · 0.85
testFunction · 0.85

Calls 1

nibble_to_hex_charFunction · 0.85

Tested by 1

testFunction · 0.68