Package | Description |
---|---|
nl.tno.imb |
Modifier and Type | Method and Description |
---|---|
TByteBuffer |
TByteBuffer.qReadByteBuffer()
Read a byte buffer this byte buffer without any checks
Read size and data and store as a whole WITHOUT size (size=length buffer)
|
TByteBuffer |
TByteBuffer.readByteBuffer()
Read new byte buffer contents from this byte buffer.
|
TByteBuffer |
TByteBuffer.readRestToByteBuffer()
Read all data available from the read cursor in this byte buffer to a newly created byte buffer
|
Modifier and Type | Method and Description |
---|---|
void |
TEventEntry.TOnChangeObjectData.dispatch(TEventEntry aEvent,
int aAction,
int aObjectID,
String aAttribute,
TByteBuffer aNewValues,
TByteBuffer aOldValues) |
void |
TEventEntry.TOnBuffer.dispatch(TEventEntry aEvent,
int aTick,
int aBufferID,
TByteBuffer aBuffer) |
void |
TEventEntry.TOnOtherEvent.dispatch(TEventEntry aEvent,
int aTick,
int aEventKind,
TByteBuffer aPayload) |
void |
TEventEntry.TOnNormalEvent.dispatch(TEventEntry aEvent,
TByteBuffer aPayload) |
protected void |
TConnection.handleCommandOther(int aCommand,
TByteBuffer aPayload) |
(package private) void |
TEventEntry.handleEvent(TByteBuffer aPayload) |
void |
TByteBuffer.prepare(TByteBuffer aValue)
Prepares the byte buffer for later writing of an other byte buffers readable data.
|
void |
TByteBuffer.qWrite(TByteBuffer aValue)
write, with no checking, all readable data from the given byte buffer to this prefixed WITH size
|
void |
TByteBuffer.readByteBuffer(TByteBuffer aValue)
Read size and data and store as a whole WITHOUT size (size=length buffer)
|
void |
TConnection.setVariableValue(String aVarName,
TByteBuffer aVarValue)
Set the value of a global framework variable
|
void |
TConnection.setVariableValue(String aVarName,
TByteBuffer aVarValue,
TConnection.TVarPrefix aVarPrefix)
Set the value of a global framework variable
|
int |
TConnection.signalEvent(String aEventName,
int aEventKind,
TByteBuffer aEventPayload)
Send an event to the framework.
|
int |
TConnection.signalEvent(String aEventName,
int aEventKind,
TByteBuffer aEventPayload,
boolean aUseFederationPrefix)
Send an event to the framework.
|
void |
TByteBuffer.write(TByteBuffer aValue)
Write the readable data in the specified byte buffer to this byte buffer.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.