<SYPositionLogNMEAProvider> Protocol Reference

Protocol for objects which provide NMEA log as input for simulating current position. Used in SYLoggedPositionSource. Typically an object should read NMEA log file and return NMEA sentences one by one, when corresponding method is called. More...

#import <SYPositionDataSource.h>

Inheritance diagram for <SYPositionLogNMEAProvider>:
Collaboration diagram for <SYPositionLogNMEAProvider>:

Instance Methods

(nullable NSString *) - getNmeaSentence
 Get string which contains the next NMEA sentence. More...
 

Detailed Description

Protocol for objects which provide NMEA log as input for simulating current position. Used in SYLoggedPositionSource. Typically an object should read NMEA log file and return NMEA sentences one by one, when corresponding method is called.

Method Documentation

◆ getNmeaSentence

- (nullable NSString*) getNmeaSentence

Get string which contains the next NMEA sentence.


The documentation for this protocol was generated from the following file: