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

Method send_control

dds/DCPS/DataWriterImpl.cpp:2798–2811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2796}
2797
2798SendControlStatus
2799DataWriterImpl::send_control(const DataSampleHeader& header,
2800 Message_Block_Ptr msg)
2801{
2802 controlTracker.message_sent();
2803
2804 SendControlStatus status = TransportClient::send_control(header, OPENDDS_MOVE_NS::move(msg));
2805
2806 if (status != SEND_CONTROL_OK) {
2807 controlTracker.message_dropped();
2808 }
2809
2810 return status;
2811}
2812
2813WeakRcHandle<ICE::Endpoint>
2814DataWriterImpl::get_ice_endpoint()

Callers 3

end_coherent_changesMethod · 0.95
send_livelinessMethod · 0.95
testMethod · 0.45

Calls 3

moveFunction · 0.85
message_sentMethod · 0.80
message_droppedMethod · 0.80

Tested by

no test coverage detected