Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ to_any_encoding
Function
to_any_encoding
dds/DCPS/EncapsulationHeader.cpp:259–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
bool
260
to_any_encoding(Encoding& encoding,
261
const EncapsulationHeader& header)
262
{
263
return to_encoding_i(encoding, header, 0);
264
}
265
266
}
267
}
Callers
1
data_received
Method · 0.85
Calls
1
to_encoding_i
Function · 0.85
Tested by
no test coverage detected