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

Method read_instance

dds/DCPS/MultiTopicDataReader_T.cpp:453–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451
452template<typename Sample, typename TypedDataReader>
453DDS::ReturnCode_t
454MultiTopicDataReader_T<Sample, TypedDataReader>::read_instance(
455 SampleSeq& received_data, DDS::SampleInfoSeq& info_seq,
456 CORBA::Long max_samples, DDS::InstanceHandle_t a_handle,
457 DDS::SampleStateMask sample_states, DDS::ViewStateMask view_states,
458 DDS::InstanceStateMask instance_states)
459{
460 return typed_reader_->read_instance(received_data, info_seq, max_samples,
461 a_handle, sample_states, view_states, instance_states);
462}
463
464template<typename Sample, typename TypedDataReader>
465DDS::ReturnCode_t

Callers 15

readBuiltinTopicDataMethod · 0.45
hasMethod · 0.45
get_booleanMethod · 0.45
get_int32Method · 0.45
get_uint32Method · 0.45
get_int64Method · 0.45
get_uint64Method · 0.45
get_float64Method · 0.45
get_stringMethod · 0.45
get_durationMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected