19 #ifndef GPSNMEAPLUGIN_H
20 #define GPSNMEAPLUGIN_H
22 #include <abstractsource.h>
26 #include <abstractio.hpp>
27 #include <ambpluginimpl.h>
33 class BluetoothDevice;
42 const string uuid()
const;
48 int supportedOperations()
const;
53 bool tryParse(std::string
data);
55 bool checksum(
string sentence);
57 PropertyList mRequests;
58 PropertyList mSupported;
67 std::shared_ptr<AbstractPropertyType> rawNmea;
76 #endif // EXAMPLEPLUGIN_H