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

Function keyFromSample

dds/DCPS/BuiltInTopicUtils.h:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236template<typename TopicType>
237DDS::BuiltinTopicKey_t keyFromSample(TopicType*)
238{
239 DDS::BuiltinTopicKey_t key;
240 std::memset(key.value, 0, sizeof(key.value));
241 return key;
242}
243
244class OpenDDS_Dcps_Export BitSubscriber : public RcObject {
245public:

Callers 1

store_instance_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected