public class EndpointSet extends Parameter
Modifier and Type | Field and Description |
---|---|
static int |
BUILTIN_ENDPOINT_PARTICIPANT_MESSAGE_DATA_READER |
static int |
BUILTIN_ENDPOINT_PARTICIPANT_MESSAGE_DATA_WRITER |
static int |
DISC_BUILTIN_ENDPOINT_PARTICIPANT_ANNOUNCER |
static int |
DISC_BUILTIN_ENDPOINT_PARTICIPANT_DETECTOR |
static int |
DISC_BUILTIN_ENDPOINT_PARTICIPANT_PROXY_ANNOUNCER |
static int |
DISC_BUILTIN_ENDPOINT_PARTICIPANT_PROXY_DETECTOR |
static int |
DISC_BUILTIN_ENDPOINT_PARTICIPANT_STATE_ANNOUNCER |
static int |
DISC_BUILTIN_ENDPOINT_PARTICIPANT_STATE_DETECTOR |
static int |
DISC_BUILTIN_ENDPOINT_PUBLICATION_ANNOUNCER |
static int |
DISC_BUILTIN_ENDPOINT_PUBLICATION_DETECTOR |
static int |
DISC_BUILTIN_ENDPOINT_SUBSCRIPTION_ANNOUNCER |
static int |
DISC_BUILTIN_ENDPOINT_SUBSCRIPTION_DETECTOR |
Modifier | Constructor and Description |
---|---|
protected |
EndpointSet(ParameterId e,
int endpoints) |
Modifier and Type | Method and Description |
---|---|
int |
getEndpointSet()
Get the bitmap of the supported endpoints contained in participant.
|
boolean |
hasParticipantAnnouncer() |
boolean |
hasParticipantDetector() |
boolean |
hasParticipantMessageReader() |
boolean |
hasParticipantMessageWriter() |
boolean |
hasParticipantProxyAnnouncer() |
boolean |
hasParticipantProxyDetector() |
boolean |
hasParticipantStateAnnouncer() |
boolean |
hasParticipantStateDetector() |
boolean |
hasPublicationAnnouncer() |
boolean |
hasPublicationDetector() |
boolean |
hasSubscriptionAnnouncer() |
boolean |
hasSubscriptionDetector() |
void |
read(RTPSByteBuffer bb,
int length) |
String |
toString() |
void |
writeTo(RTPSByteBuffer bb)
Writes this Parameter into given RTPSByteBuffer
|
getBytes, getParameterId, readBytes, writeBytes
public static final int DISC_BUILTIN_ENDPOINT_PARTICIPANT_ANNOUNCER
public static final int DISC_BUILTIN_ENDPOINT_PARTICIPANT_DETECTOR
public static final int DISC_BUILTIN_ENDPOINT_PUBLICATION_ANNOUNCER
public static final int DISC_BUILTIN_ENDPOINT_PUBLICATION_DETECTOR
public static final int DISC_BUILTIN_ENDPOINT_SUBSCRIPTION_ANNOUNCER
public static final int DISC_BUILTIN_ENDPOINT_SUBSCRIPTION_DETECTOR
public static final int DISC_BUILTIN_ENDPOINT_PARTICIPANT_PROXY_ANNOUNCER
public static final int DISC_BUILTIN_ENDPOINT_PARTICIPANT_PROXY_DETECTOR
public static final int DISC_BUILTIN_ENDPOINT_PARTICIPANT_STATE_ANNOUNCER
public static final int DISC_BUILTIN_ENDPOINT_PARTICIPANT_STATE_DETECTOR
public static final int BUILTIN_ENDPOINT_PARTICIPANT_MESSAGE_DATA_WRITER
public static final int BUILTIN_ENDPOINT_PARTICIPANT_MESSAGE_DATA_READER
protected EndpointSet(ParameterId e, int endpoints)
public boolean hasParticipantAnnouncer()
public boolean hasParticipantDetector()
public boolean hasPublicationAnnouncer()
public boolean hasPublicationDetector()
public boolean hasSubscriptionAnnouncer()
public boolean hasSubscriptionDetector()
public boolean hasParticipantProxyAnnouncer()
public boolean hasParticipantProxyDetector()
public boolean hasParticipantStateAnnouncer()
public boolean hasParticipantStateDetector()
public boolean hasParticipantMessageReader()
public boolean hasParticipantMessageWriter()
public int getEndpointSet()
public void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameter
Copyright © 2016. All rights reserved.