Klasse MessageTyp

java.lang.Object
de.wenzlaff.twflug.be.MessageTyp

public class MessageTyp extends Object
Die Möglichen 6 Message Typen. Message types There are six message types - MSG, SEL, ID, AIR, STA, CLK. Most data from aircraft is contained in the MSG lines whilst the other types are triggered by user input or system settings. The MSG data was inhibited with a five minute delay in BaseStation versions prior to 1.2.3.145 but from this version onwards is in real time.
Seit:
11.11.2014
Version:
0.1
Autor:
Thomas Wenzlaff
  • Konstruktordetails

    • MessageTyp

      public MessageTyp(String id)
  • Methodendetails

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • isTransmissionMessage

      public boolean isTransmissionMessage()