Class NmeaSaver


  • public class NmeaSaver
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NmeaSaver​(rx.Observable<java.lang.String> nmea, FileFactory factory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()  
      void start​(rx.Scheduler scheduler)  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NmeaSaver

        public NmeaSaver​(rx.Observable<java.lang.String> nmea,
                         FileFactory factory)
    • Method Detail

      • start

        public void start()
      • start

        public void start​(rx.Scheduler scheduler)
      • stop

        public void stop()