Package | Description |
---|---|
net.sf.jrtps.builtin |
This package provides builtin topic support.
|
net.sf.jrtps.message |
This package contains Messages that are transferred on wire.
|
net.sf.jrtps.message.parameter |
Classes in this package are used with ParameterList encapsulation during message exchange
between participants.
|
Constructor and Description |
---|
ParticipantData(ParameterList parameterList)
Reads SPDPdiscoveredParticipantData.
|
PublicationData(ParameterList parameterList) |
SubscriptionData(ParameterList parameterList) |
TopicData(ParameterList paramterList) |
Modifier and Type | Method and Description |
---|---|
ParameterList |
Data.getInlineQos()
Gets the inlineQos parameters if present.
|
ParameterList |
ParameterListEncapsulation.getParameterList() |
Constructor and Description |
---|
Data(EntityId readerId,
EntityId writerId,
long seqNum,
ParameterList inlineQosParams,
DataEncapsulation dEnc)
Constructor for creating a Data message.
|
ParameterListEncapsulation(ParameterList parameters) |
Modifier and Type | Method and Description |
---|---|
ParameterList |
OriginalWriterInfo.getOriginalWriterQoS()
Gets the QoS of the writer that original wrote the Data.
|
Constructor and Description |
---|
OriginalWriterInfo(Guid originalWriterGuid,
SequenceNumber originalWriterSn,
ParameterList originalWriterQos) |
Copyright © 2016. All rights reserved.