DataReader
< DDS_KeyedString >.
More...
DataReader
< DDS_KeyedString >.
When reading or taking data with this reader, if you request a copy of the samples instead of a loan, and a string in a destination data sample is NULL, the middleware will allocate a new string for you of sufficient length to hold the received string. The new string will be allocated with DDS_String_alloc; the sample's destructor will delete it.
A non- NULL string is assumed to be allocated to sufficient length to store the incoming data. It will not be reallocated.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::read | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
DDS_SampleStateMask | sample_states = DDS_ANY_SAMPLE_STATE , |
|||
DDS_ViewStateMask | view_states = DDS_ANY_VIEW_STATE , |
|||
DDS_InstanceStateMask | instance_states = DDS_ANY_INSTANCE_STATE | |||
) | [virtual] |
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::take | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
DDS_SampleStateMask | sample_states = DDS_ANY_SAMPLE_STATE , |
|||
DDS_ViewStateMask | view_states = DDS_ANY_VIEW_STATE , |
|||
DDS_InstanceStateMask | instance_states = DDS_ANY_INSTANCE_STATE | |||
) | [virtual] |
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::read_w_condition | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples, | |||
DDSReadCondition * | condition | |||
) | [virtual] |
Accesses via DDSKeyedStringDataReader::read the samples that match the criteria specified in the DDSReadCondition.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::take_w_condition | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples, | |||
DDSReadCondition * | condition | |||
) | [virtual] |
Analogous to DDSKeyedStringDataReader::read_w_condition except it accesses samples via the DDSKeyedStringDataReader::take operation.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::read_next_sample | ( | DDS_KeyedString & | received_data, | |
DDS_SampleInfo & | sample_info | |||
) | [virtual] |
Copies the next not-previously-accessed data value from the DDSDataReader.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::take_next_sample | ( | DDS_KeyedString & | received_data, | |
DDS_SampleInfo & | sample_info | |||
) | [virtual] |
Copies the next not-previously-accessed data value from the DDSDataReader.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::read_instance | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | a_handle = DDS_HANDLE_NIL , |
|||
DDS_SampleStateMask | sample_states = DDS_ANY_SAMPLE_STATE , |
|||
DDS_ViewStateMask | view_states = DDS_ANY_VIEW_STATE , |
|||
DDS_InstanceStateMask | instance_states = DDS_ANY_INSTANCE_STATE | |||
) | [virtual] |
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::take_instance | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | a_handle = DDS_HANDLE_NIL , |
|||
DDS_SampleStateMask | sample_states = DDS_ANY_SAMPLE_STATE , |
|||
DDS_ViewStateMask | view_states = DDS_ANY_VIEW_STATE , |
|||
DDS_InstanceStateMask | instance_states = DDS_ANY_INSTANCE_STATE | |||
) | [virtual] |
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::read_instance_w_condition | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | a_handle = DDS_HANDLE_NIL , |
|||
DDSReadCondition * | condition = NULL | |||
) | [virtual] |
Accesses via DDSKeyedStringDataReader::read_instance the samples that match the criteria specified in the DDSReadCondition.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::take_instance_w_condition | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | a_handle = DDS_HANDLE_NIL , |
|||
DDSReadCondition * | condition = NULL | |||
) | [virtual] |
Accesses via DDSKeyedStringDataReader::take_instance the samples that match the criteria specified in the DDSReadCondition.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::read_next_instance | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | previous_handle = DDS_HANDLE_NIL , |
|||
DDS_SampleStateMask | sample_states = DDS_ANY_SAMPLE_STATE , |
|||
DDS_ViewStateMask | view_states = DDS_ANY_VIEW_STATE , |
|||
DDS_InstanceStateMask | instance_states = DDS_ANY_INSTANCE_STATE | |||
) | [virtual] |
Access a collection of data samples from the DDSDataReader.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::take_next_instance | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | previous_handle = DDS_HANDLE_NIL , |
|||
DDS_SampleStateMask | sample_states = DDS_ANY_SAMPLE_STATE , |
|||
DDS_ViewStateMask | view_states = DDS_ANY_VIEW_STATE , |
|||
DDS_InstanceStateMask | instance_states = DDS_ANY_INSTANCE_STATE | |||
) | [virtual] |
Access a collection of data samples from the DDSDataReader.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::read_next_instance_w_condition | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | previous_handle = DDS_HANDLE_NIL , |
|||
DDSReadCondition * | condition = NULL | |||
) | [virtual] |
Accesses via DDSKeyedStringDataReader::read_next_instance the samples that match the criteria specified in the DDSReadCondition.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::take_next_instance_w_condition | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq, | |||
DDS_Long | max_samples = DDS_LENGTH_UNLIMITED , |
|||
const DDS_InstanceHandle_t & | previous_handle = DDS_HANDLE_NIL , |
|||
DDSReadCondition * | condition = NULL | |||
) | [virtual] |
Accesses via DDSKeyedStringDataReader::take_next_instance the samples that match the criteria specified in the DDSReadCondition.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::return_loan | ( | DDS_KeyedStringSeq & | received_data, | |
DDS_SampleInfoSeq & | info_seq | |||
) | [virtual] |
Indicates to the DDSDataReader that the application is done accessing the collection of received_data
and info_seq
obtained by some earlier invocation of read or take on the DDSDataReader.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::get_key_value | ( | DDS_KeyedString & | key_holder, | |
const DDS_InstanceHandle_t & | handle | |||
) | [virtual] |
Retrieve the instance key
that corresponds to an instance handle
.
virtual DDS_ReturnCode_t DDSKeyedStringDataReader::get_key_value | ( | char * | key, | |
const DDS_InstanceHandle_t & | handle | |||
) | [virtual] |
<<eXtension>> Retrieve the instance key
that corresponds to an instance handle
.
virtual DDS_InstanceHandle_t DDSKeyedStringDataReader::lookup_instance | ( | const DDS_KeyedString & | key_holder | ) | [virtual] |
Retrieve the instance handle
that corresponds to an instance key_holder
.
virtual DDS_InstanceHandle_t DDSKeyedStringDataReader::lookup_instance | ( | const char * | key | ) | [virtual] |
<<eXtension>> Retrieve the instance handle
that corresponds to an instance key
.
static DDSKeyedStringDataReader* DDSKeyedStringDataReader::narrow | ( | DDSDataReader * | reader | ) | [static] |
Narrow the given DDSDataReader pointer to a DDSKeyedStringDataReader pointer.