19 #ifndef OPENXCPLUGIN_H
20 #define OPENXCPLUGIN_H
22 #include <abstractsource.h>
25 #include "serialport.hpp"
38 void subscribeToPropertyChanges(VehicleProperty::Property
property);
39 void unsubscribeToPropertyChanges(VehicleProperty::Property property);
40 PropertyList supported();
42 int supportedOperations();
45 void supportedChanged(PropertyList) {}
50 PropertyList mRequests;
52 bool translateOpenXCEvent(std::string json);
54 void testParseEngine();
55 std::map<std::string, std::string> openXC2AmbMap;
61 #endif // EXAMPLEPLUGIN_H