RTI Connext Java API  Version 5.3.1
 All Classes Namespaces Functions Variables Groups Pages
Foo Class Reference

A representative user-defined data type. More...

Inheritance diagram for Foo:
Copyable

Public Member Functions

Object copy_from (Object src)
 
- Public Member Functions inherited from Copyable
Object copy_from (Object src)
 Copy value of a data type from source.
 

Detailed Description

A representative user-defined data type.

Foo represents a user-defined data-type that is intended to be distributed using DDS.

The type Foo is usually defined using IDL syntax and placed in a ".idl" file that is then processed using rtiddsgen. The rtiddsgen utility generates the helper classes com.rti.dds.infrastructure.com.rti.dds.util.Sequence as well as the necessary code for DDS to manipulate the type (serialize it so that it can be sent over the network) as well as the implied com.rti.ndds.example.FooDataReader and com.rti.ndds.example.FooDataWriter types that allow the application to send and receive data of this type.

See Also
com.rti.dds.infrastructure.com.rti.dds.util.Sequence, com.rti.ndds.example.FooDataWriter, com.rti.ndds.example.FooDataReader, com.rti.ndds.example.FooTypeSupport, rtiddsgen

Member Function Documentation

Object copy_from ( Object  src)

This is the implementation of the Copyable interface. This method will perform a deep copy of src. This method could be placed into FooTypeSupport.

rather than here by using the -noCopyable option to rtiddsgen.

Parameters
srcThe Object which contains the data to be copied.
Returns
Returns this
Exceptions
NullPointerExceptionIf src is null.
ClassCastExceptionIf src is not the same type as this.
See Also
com.rti.dds.infrastructure.Copyable::copy_from(java.lang.Object)

RTI Connext Java API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc