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

Method write_to_reader

dds/DCPS/ReplayerImpl.cpp:1041–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039}
1040
1041DDS::ReturnCode_t
1042ReplayerImpl::write_to_reader (DDS::InstanceHandle_t subscription,
1043 const RawDataSample& sample )
1044{
1045 return write(&sample, 1, &subscription);
1046}
1047
1048DDS::ReturnCode_t
1049ReplayerImpl::write_to_reader (DDS::InstanceHandle_t subscription,

Callers 1

Calls 3

writeFunction · 0.70
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected