类 UBXListenerExample

java.lang.Object
net.sf.marineapi.example.UBXListenerExample

public class UBXListenerExample extends Object
Simple example application that takes a filename as command-line argument and prints the position as well as satellite data from UBX (Also called PUBX) sentences.
作者:
Gunnar Hillert
  • 构造器详细资料

    • UBXListenerExample

      public UBXListenerExample(File file) throws IOException
      Creates a new instance of the UBX Listener Example
      参数:
      file - File containing NMEA data
      抛出:
      IOException
  • 方法详细资料

    • main

      public static void main(String[] args)
      Main method takes one command-line argument, the name of the file to read.
      参数:
      args - Command-line arguments