22 #include <abstractsource.h>
40 void subscribeToPropertyChanges(VehicleProperty::Property
property);
41 void unsubscribeToPropertyChanges(VehicleProperty::Property
property);
42 PropertyList supported();
44 int supportedOperations();
48 map<string, string> getConfiguration() {
return configuration; }
50 PropertyInfo getPropertyInfo(
const VehicleProperty::Property &
property);
52 friend class WheelPrivate;
57 PropertySet mRequests;
60 #endif // WHEELPLUGIN_H