Package | Description |
---|---|
net.sf.jrtps.builtin |
This package provides builtin topic support.
|
net.sf.jrtps.rtps |
RTPS entities are in this package
|
net.sf.jrtps.udds |
uDDS package provides a simple DDS implementation that utilizes jRTPS.
|
net.sf.jrtps.udds.security |
Implementation of DDS Security
|
Modifier and Type | Class and Description |
---|---|
class |
ParticipantDataMarshaller
Marshaller for builtin data for topic DCPSParticipant.
|
class |
ParticipantMessageMarshaller
Marshaller for builtin data for topic DCPSParticipantMessage.
|
class |
PublicationDataMarshaller
Marshaller for builtin data for topic DCPSPublication.
|
class |
SubscriptionDataMarshaller
Marshaller for builtin data for topic DCPSSubscription.
|
class |
TopicDataMarshaller
Marshaller for builtin data for topic DCPSTopic.
|
Constructor and Description |
---|
Sample(Guid writerGuid,
Marshaller<T> m,
long seqNum,
long timestamp,
ChangeKind kind,
T obj)
This constructor is used when adding Sample to UDDSWriterCache.
|
Sample(Guid writerGuid,
Marshaller<T> m,
long seqNum,
long timestamp,
long sourceTimestamp,
Data data)
This constructor is used when adding Sample to UDDSReaderCache.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
Participant.setMarshaller(Class<T> type,
Marshaller<T> m)
Sets a type specific Marshaller.
|
Modifier and Type | Class and Description |
---|---|
class |
ParticipantStatelessMessageMarshaller
ParticipantStatelessMessageMarshaller is used during authentication to marshall/unmarshall
ParticipantStatelessMessages
|
Copyright © 2016. All rights reserved.