Class CMConsistencyEvent


public class CMConsistencyEvent extends CMEvent
  • Field Details

  • Constructor Details

    • CMConsistencyEvent

      public CMConsistencyEvent()
    • CMConsistencyEvent

      public CMConsistencyEvent(ByteBuffer msg)
  • Method Details

    • setEventSource

      public void setEventSource(int src)
    • getEventSource

      public int getEventSource()
    • setTranslation

      public void setTranslation(float[] trans)
    • getTranslation

      public float[] getTranslation()
    • setRotation

      public void setRotation(float[] rotate)
    • getRotation

      public float[] getRotation()
    • getByteNum

      protected int getByteNum()
      Overrides:
      getByteNum in class CMEvent
    • marshallBody

      protected void marshallBody()
      Specified by:
      marshallBody in class CMEvent
    • unmarshallBody

      protected void unmarshallBody(ByteBuffer msg)
      Specified by:
      unmarshallBody in class CMEvent