Package NMEA

Interface AISDataSet

All Known Implementing Classes:
ChannelAISData

public interface AISDataSet
A set of AIS data strings which can combined with simulated NMEA data for testing purposes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the NEXT AIS String from a simulator or list
    void
    Rest the simulator or list.
  • Method Details

    • getNext

      String getNext()
      Get the NEXT AIS String from a simulator or list
      Returns:
      an AIS String
    • reset

      void reset()
      Rest the simulator or list.