DataWriter
< com.rti.dds.type.builtin.KeyedString >.
More...
Public Member Functions | |
InstanceHandle_t | register_instance (KeyedString instance_data) |
Informs RTI Connext that the application will be modifying a particular instance. | |
InstanceHandle_t | register_instance (String key) |
<<eXtension>> Informs RTI Connext that the application will be modifying a particular instance. | |
InstanceHandle_t | register_instance_w_timestamp (KeyedString instance_data, Time_t source_timestamp) |
Performs the same functions as com.rti.dds.type.builtin.KeyedStringDataWriter.register_instance except that the application provides the value for the source_timestamp . | |
InstanceHandle_t | register_instance_w_timestamp (String key, Time_t source_timestamp) |
<<eXtension>> Performs the same functions as KeyedStringDataWriter.register_instance except that the application provides the value for the source_timestamp . | |
void | unregister_instance (KeyedString instance_data, InstanceHandle_t handle) |
Reverses the action of com.rti.dds.type.builtin.KeyedStringDataWriter.register_instance. | |
void | unregister_instance (String key, InstanceHandle_t handle) |
<<eXtension>> Reverses the action of KeyedStringDataWriter.register_instance. | |
void | unregister_instance_w_timestamp (KeyedString instance_data, InstanceHandle_t handle, Time_t source_timestamp) |
Performs the same function as com.rti.dds.type.builtin.KeyedStringDataWriter.unregister_instance except that it also provides the value for the source_timestamp . | |
void | unregister_instance_w_timestamp (String key, InstanceHandle_t handle, Time_t source_timestamp) |
<<eXtension>> Performs the same function as KeyedStringDataWriter.unregister_instance except that it also provides the value for the source_timestamp . | |
void | write (KeyedString instance_data, InstanceHandle_t handle) |
Modifies the value of a com.rti.dds.type.builtin.KeyedString data instance. | |
void | write (String key, String str, InstanceHandle_t handle) |
<<eXtension>> Modifies the value of a com.rti.dds.type.builtin.KeyedString data instance. | |
void | write_w_timestamp (KeyedString instance_data, InstanceHandle_t handle, Time_t source_timestamp) |
Performs the same function as com.rti.dds.type.builtin.KeyedStringDataWriter.write except that it also provides the value for the source_timestamp . | |
void | write_w_timestamp (String key, String str, InstanceHandle_t handle, Time_t source_timestamp) |
<<eXtension>> Performs the same function as KeyedStringDataWriter.write except that it also provides the value for the source_timestamp . | |
void | dispose (KeyedString instance_data, InstanceHandle_t instance_handle) |
Requests the middleware to delete the data. | |
void | dispose (String key, InstanceHandle_t instance_handle) |
<<eXtension>> Requests the middleware to delete the data. | |
void | dispose_w_timestamp (KeyedString instance_data, InstanceHandle_t instance_handle, Time_t source_timestamp) |
Performs the same functions as com.rti.dds.type.builtin.KeyedStringDataWriter.dispose except that the application provides the value for the source_timestamp that is made available to com.rti.dds.subscription.DataReader objects by means of the source_timestamp attribute inside the com.rti.dds.subscription.SampleInfo. | |
void | dispose_w_timestamp (String key, InstanceHandle_t instance_handle, Time_t source_timestamp) |
<<eXtension>> Performs the same functions as KeyedStringDataWriter.dispose except that the application provides the value for the source_timestamp that is made available to com.rti.dds.subscription.DataReader objects by means of the source_timestamp attribute inside the com.rti.dds.subscription.SampleInfo. | |
void | get_key_value (KeyedString key_holder, InstanceHandle_t handle) |
Retrieve the instance key that corresponds to an instance handle . | |
String | get_key_value (InstanceHandle_t handle) |
<<eXtension>> Retrieve the instance key that corresponds to an instance handle . | |
InstanceHandle_t | lookup_instance (KeyedString key_holder) |
Retrieve the instance handle that corresponds to an instance key_holder . | |
InstanceHandle_t | lookup_instance (String key) |
<<eXtension>> Retrieve the instance handle that corresponds to an instance key . |
DataWriter
< com.rti.dds.type.builtin.KeyedString >.
InstanceHandle_t register_instance | ( | KeyedString | instance_data | ) |
Informs RTI Connext that the application will be modifying a particular instance.
InstanceHandle_t register_instance | ( | String | key | ) |
<<eXtension>> Informs RTI Connext that the application will be modifying a particular instance.
InstanceHandle_t register_instance_w_timestamp | ( | KeyedString | instance_data, | |
Time_t | source_timestamp | |||
) |
Performs the same functions as com.rti.dds.type.builtin.KeyedStringDataWriter.register_instance except that the application provides the value for the source_timestamp
.
InstanceHandle_t register_instance_w_timestamp | ( | String | key, | |
Time_t | source_timestamp | |||
) |
<<eXtension>> Performs the same functions as KeyedStringDataWriter.register_instance except that the application provides the value for the source_timestamp
.
void unregister_instance | ( | KeyedString | instance_data, | |
InstanceHandle_t | handle | |||
) |
Reverses the action of com.rti.dds.type.builtin.KeyedStringDataWriter.register_instance.
void unregister_instance | ( | String | key, | |
InstanceHandle_t | handle | |||
) |
<<eXtension>> Reverses the action of KeyedStringDataWriter.register_instance.
void unregister_instance_w_timestamp | ( | KeyedString | instance_data, | |
InstanceHandle_t | handle, | |||
Time_t | source_timestamp | |||
) |
Performs the same function as com.rti.dds.type.builtin.KeyedStringDataWriter.unregister_instance except that it also provides the value for the source_timestamp
.
void unregister_instance_w_timestamp | ( | String | key, | |
InstanceHandle_t | handle, | |||
Time_t | source_timestamp | |||
) |
<<eXtension>> Performs the same function as KeyedStringDataWriter.unregister_instance except that it also provides the value for the source_timestamp
.
void write | ( | KeyedString | instance_data, | |
InstanceHandle_t | handle | |||
) |
Modifies the value of a com.rti.dds.type.builtin.KeyedString data instance.
void write | ( | String | key, | |
String | str, | |||
InstanceHandle_t | handle | |||
) |
<<eXtension>> Modifies the value of a com.rti.dds.type.builtin.KeyedString data instance.
void write_w_timestamp | ( | KeyedString | instance_data, | |
InstanceHandle_t | handle, | |||
Time_t | source_timestamp | |||
) |
Performs the same function as com.rti.dds.type.builtin.KeyedStringDataWriter.write except that it also provides the value for the source_timestamp
.
void write_w_timestamp | ( | String | key, | |
String | str, | |||
InstanceHandle_t | handle, | |||
Time_t | source_timestamp | |||
) |
<<eXtension>> Performs the same function as KeyedStringDataWriter.write except that it also provides the value for the source_timestamp
.
void dispose | ( | KeyedString | instance_data, | |
InstanceHandle_t | instance_handle | |||
) |
Requests the middleware to delete the data.
void dispose | ( | String | key, | |
InstanceHandle_t | instance_handle | |||
) |
<<eXtension>> Requests the middleware to delete the data.
void dispose_w_timestamp | ( | KeyedString | instance_data, | |
InstanceHandle_t | instance_handle, | |||
Time_t | source_timestamp | |||
) |
Performs the same functions as com.rti.dds.type.builtin.KeyedStringDataWriter.dispose except that the application provides the value for the source_timestamp
that is made available to com.rti.dds.subscription.DataReader objects by means of the source_timestamp
attribute inside the com.rti.dds.subscription.SampleInfo.
void dispose_w_timestamp | ( | String | key, | |
InstanceHandle_t | instance_handle, | |||
Time_t | source_timestamp | |||
) |
<<eXtension>> Performs the same functions as KeyedStringDataWriter.dispose except that the application provides the value for the source_timestamp
that is made available to com.rti.dds.subscription.DataReader objects by means of the source_timestamp
attribute inside the com.rti.dds.subscription.SampleInfo.
void get_key_value | ( | KeyedString | key_holder, | |
InstanceHandle_t | handle | |||
) |
Retrieve the instance key
that corresponds to an instance handle
.
String get_key_value | ( | InstanceHandle_t | handle | ) |
<<eXtension>> Retrieve the instance key
that corresponds to an instance handle
.
InstanceHandle_t lookup_instance | ( | KeyedString | key_holder | ) |
Retrieve the instance handle
that corresponds to an instance key_holder
.
InstanceHandle_t lookup_instance | ( | String | key | ) |
<<eXtension>> Retrieve the instance handle
that corresponds to an instance key
.