24 #include <abstractsource.h>
27 #include <sys/types.h>
51 void setConfiguration(map<string, string> config);
59 bool testCoreSetSupported();
60 bool testCoreUpdateSupported();
62 bool testSubscription();
64 PropertyList m_supportedProperties;
65 int subscriptionsToSupportedCounter;
66 int subscriptionsToUnsupportedCounter;
67 int unsubscriptionsToSupportedCounter;
68 int unsubscriptionsToUnsupportedCounter;
70 int supportedPropertyChanges;
73 #endif // OBD2SOURCE_H