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

Method msg

dds/DCPS/transport/framework/TransportSendControlElement.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136const ACE_Message_Block*
137TransportSendControlElement::msg() const
138{
139 DBG_ENTRY_LVL("TransportSendControlElement", "msg", 6);
140 if (dcps_elem_) {
141 return dcps_elem_->get_sample();
142 }
143 return msg_.get();
144}
145
146const ACE_Message_Block*
147TransportSendControlElement::msg_payload() const

Callers

nothing calls this directly

Calls 2

get_sampleMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected