Enum Class TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy

java.lang.Object
java.lang.Enum<TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy>
com.luciad.format.asterix.TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy
All Implemented Interfaces:
Serializable, Comparable<TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy>, Constable
Enclosing class:
TLcdASTERIXLiveModelDecoder

public static enum TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy extends Enum<TLcdASTERIXLiveModelDecoder.LiveDecodingStrategy>
Enum to choose the strategy on how to decode live data.

You can choose to:

  • Buffer received data and decode the data on the AWT Event Dispatch Tread
  • Decode the live data directly on a background thread
You need to choose the strategy depending on the threading rules of LuciadLightspeed. See the Threads and locks documentation for more information.
Since:
2018.0