public abstract class LocatorParameter extends Parameter
| Modifier | Constructor and Description |
|---|---|
protected |
LocatorParameter(ParameterId pe)
Constructor
|
protected |
LocatorParameter(ParameterId pe,
Locator locator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
getLocator() |
void |
read(RTPSByteBuffer bb,
int length) |
String |
toString() |
void |
writeTo(RTPSByteBuffer bb)
Writes this Parameter into given RTPSByteBuffer
|
getBytes, getParameterId, readBytes, writeBytesprotected LocatorParameter(ParameterId pe)
pe - Must be one to define a locator. No check is made.protected LocatorParameter(ParameterId pe, Locator locator)
pe - Must be one to define a locator. No check is made.locator - Locatorpublic void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameterpublic Locator getLocator()
Copyright © 2016. All rights reserved.