DataWriter
< System::String >.
More...
#include <managed_stringwrapperSupport.h>
Public Member Functions | |
void | write (System::String^ instance_data, DDS::InstanceHandle_t% handle) |
Modifies the value of a string data instance. | |
void | write_w_timestamp (System::String^ instance_data, DDS::InstanceHandle_t% handle, DDS::Time_t% source_timestamp) |
Performs the same function as DDS::StringDataWriter::write except that it also provides the value for the source_timestamp . |
DataWriter
< System::String >.
void DDS::StringDataWriter::write | ( | System::String^ | instance_data, | |
DDS::InstanceHandle_t% | handle | |||
) | [inline] |
void DDS::StringDataWriter::write_w_timestamp | ( | System::String^ | instance_data, | |
DDS::InstanceHandle_t% | handle, | |||
DDS::Time_t% | source_timestamp | |||
) | [inline] |
Performs the same function as DDS::StringDataWriter::write except that it also provides the value for the source_timestamp
.