Package | Description |
---|---|
net.sf.jrtps.message.parameter |
Classes in this package are used with ParameterList encapsulation during message exchange
between participants.
|
net.sf.jrtps.rtps |
RTPS entities are in this package
|
Modifier and Type | Method and Description |
---|---|
ChangeKind |
StatusInfo.getKind()
Gets the Kind of change represented by this StatusInfo.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeKind> |
StatusInfo.getChangeKinds() |
Constructor and Description |
---|
StatusInfo(ChangeKind... changeKinds) |
Modifier and Type | Method and Description |
---|---|
ChangeKind |
Sample.getKind()
Get the ChangeKind of this Sample.
|
static ChangeKind |
ChangeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeKind[] |
ChangeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2016. All rights reserved.