RTI Connext Java API Version 7.1.0
|
Contains the class_id and message_size_max of an installed transport. More...
Inherits Struct.
Public Member Functions | |
TransportInfo_t () | |
Constructor with default values. More... | |
TransportInfo_t (TransportInfo_t src) | |
Copy constructor. More... | |
Public Attributes | |
int | class_id |
The class_id identifies the transport associated with the message_size_max. More... | |
int | message_size_max |
The maximum size of an RTPS message in bytes that can be sent or received by the transport plugin identified by the class_id. More... | |
Contains the class_id and message_size_max of an installed transport.
TransportInfo_t | ( | ) |
Constructor with default values.
TransportInfo_t | ( | TransportInfo_t | src | ) |
Copy constructor.
References TransportInfo_t.class_id, and TransportInfo_t.message_size_max.
int class_id |
The class_id identifies the transport associated with the message_size_max.
Referenced by TransportInfo_t.TransportInfo_t().
int message_size_max |
The maximum size of an RTPS message in bytes that can be sent or received by the transport plugin identified by the class_id.
Referenced by TransportInfo_t.TransportInfo_t().