|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.StatePortSerializer
public final class StatePortSerializer
Serializer for state port data.
| Method Summary | |
|---|---|
static Message |
createMessage(com.kuka.roboticsAPI.controllerModel.StatePortData.PropertyState state)
Creates a message containing the property state. |
static void |
fillMessage(Message message,
com.kuka.roboticsAPI.controllerModel.StatePortData statePort)
Fills a message with the given state port data. |
static byte[] |
serialize(com.kuka.roboticsAPI.controllerModel.StatePortData statePort)
Serializes the StatePort data as a blob. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] serialize(com.kuka.roboticsAPI.controllerModel.StatePortData statePort)
statePort - the statePort with the content to serialize.
public static void fillMessage(Message message,
com.kuka.roboticsAPI.controllerModel.StatePortData statePort)
message - the message to fill.statePort - the statePort with the content to serialize.public static Message createMessage(com.kuka.roboticsAPI.controllerModel.StatePortData.PropertyState state)
state - the statePort state with the content to serialize.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||