StringDataWriter Class Reference
[String Built-in Type]

<<interface>> Instantiates DataWriter < String >. More...

Inheritance diagram for StringDataWriter:

DataWriter DomainEntity Entity

List of all members.

Public Member Functions

void write (String instance_data, InstanceHandle_t handle)
 Modifies the value of a string data instance.
void write_w_timestamp (String instance_data, InstanceHandle_t handle, Time_t source_timestamp)
 Performs the same function as com.rti.dds.type.builtin.StringDataWriter.write except that it also provides the value for the source_timestamp.


Detailed Description

<<interface>> Instantiates DataWriter < String >.

See also:
com.rti.dds.topic.example.FooDataWriter

com.rti.dds.publication.DataWriter


Member Function Documentation

void write ( String  instance_data,
InstanceHandle_t  handle 
)

Modifies the value of a string data instance.

See also:
com.rti.dds.topic.example.FooDataWriter.write

void write_w_timestamp ( String  instance_data,
InstanceHandle_t  handle,
Time_t  source_timestamp 
)

Performs the same function as com.rti.dds.type.builtin.StringDataWriter.write except that it also provides the value for the source_timestamp.

See also:
com.rti.dds.topic.example.FooDataWriter.write_w_timestamp


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc