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

Function to_encoding

dds/DCPS/EncapsulationHeader.cpp:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251bool
252to_encoding(Encoding& encoding,
253 const EncapsulationHeader& header,
254 Extensibility expected_extensibility)
255{
256 return to_encoding_i(encoding, header, &expected_extensibility);
257}
258
259bool
260to_any_encoding(Encoding& encoding,

Callers 7

extract_common_nameFunction · 0.85
lookup_instanceFunction · 0.85
DataReaderImpl_T.hFile · 0.85
lookupMethod · 0.85
data_receivedMethod · 0.85
handle_inputMethod · 0.85
TESTFunction · 0.85

Calls 1

to_encoding_iFunction · 0.85

Tested by

no test coverage detected