sensorfw
sensors/gyroscopesensor/gyroscopeplugin.h
Go to the documentation of this file.
00001 
00027 #ifndef GYROSCOPEPLUGIN_H
00028 #define GYROSCOPEPLUGIN_H
00029 
00030 #include "plugin.h"
00031 
00032 class GyroscopePlugin : public Plugin
00033 {
00034 private:
00035     void Register(class Loader& l);
00036     QStringList Dependencies();
00037 };
00038 
00039 #endif