Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ write_uint8_array
Method
write_uint8_array
dds/DCPS/ValueWriter.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
bool
57
ValueWriter::write_uint8_array(const ACE_CDR::UInt8* x, ACE_CDR::ULong length)
58
{
59
return write_array_common(x, length, &ValueWriter::write_uint8);
60
}
61
#endif
62
63
bool
Callers
3
operator<<
Function · 0.45
vwrite_primitive_collection
Function · 0.45
array_insertions
Function · 0.45
Calls
no outgoing calls
Tested by
1
array_insertions
Function · 0.36