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

Function copy

tests/DCPS/ContentFilteredTopic/ContentFilteredTopicTest.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void copy(Message& out, DynamicData* in, const SampleInfo& info)
70{
71 if (info.valid_data) {
72 in->get_int32_value(out.key, in->get_member_id_by_name("key"));
73 in->get_uint64_value(out.ull, in->get_member_id_by_name("ull"));
74 }
75}
76
77void copy(MessageSeq& out, const DynamicDataSeq& in, const SampleInfoSeq& infos)
78{

Callers 3

takeMethod · 0.70
writeMethod · 0.70
disposeMethod · 0.70

Calls 8

get_uint64_valueMethod · 0.80
create_dataMethod · 0.80
set_int32_valueMethod · 0.80
set_uint64_valueMethod · 0.80
get_int32_valueMethod · 0.45
get_member_id_by_nameMethod · 0.45
lengthMethod · 0.45
get_typeMethod · 0.45

Tested by

no test coverage detected