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

Method DynamicDataXcdrReadImpl

dds/DCPS/XTypes/DynamicDataXcdrReadImpl.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51using DCPS::retcode_to_string;
52
53DynamicDataXcdrReadImpl::DynamicDataXcdrReadImpl()
54 : chain_(0)
55 , encoding_(DCPS::Encoding::KIND_XCDR2)
56 , extent_(DCPS::Sample::Full)
57 , reset_align_state_(false)
58 , strm_(0, encoding_)
59 , item_count_(ITEM_COUNT_INVALID)
60{}
61
62DynamicDataXcdrReadImpl::DynamicDataXcdrReadImpl(ACE_Message_Block* chain,
63 const DCPS::Encoding& encoding,

Callers

nothing calls this directly

Calls 2

copyFunction · 0.70
duplicateMethod · 0.45

Tested by

no test coverage detected