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

Method write

tests/DCPS/ContentFilteredTopic/ContentFilteredTopicTest.cpp:191–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 ReturnCode_t write(const Message& sample, InstanceHandle_t ih = HANDLE_NIL)
192 {
193 if (msg_writer_) {
194 return msg_writer_->write(sample, ih);
195 }
196 DynamicData_var dyn = copy(sample, type_support_);
197 return dyn_writer_->write(dyn, ih);
198 }
199
200 ReturnCode_t dispose(const Message& sample, InstanceHandle_t ih = HANDLE_NIL)
201 {

Callers 7

pushMethod · 0.45
run_testMethod · 0.45
svcMethod · 0.45
ACE_TMAINFunction · 0.45

Calls 1

copyFunction · 0.70

Tested by

no test coverage detected