MCPcopy 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
56bool
57ValueWriter::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
63bool

Callers 3

operator<<Function · 0.45
array_insertionsFunction · 0.45

Calls

no outgoing calls

Tested by 1

array_insertionsFunction · 0.36