sensorfw
adaptors/mrstaccelerometer/mrstaccelerometeradaptorplugin.h
Go to the documentation of this file.
00001 
00025 #ifndef MRSTACCELEROMETERADAPTORPLUGIN_H
00026 #define MRSTACCELEROMETERADAPTORPLUGIN_H
00027 
00028 #include "plugin.h"
00029 
00030 class MRSTAccelerometerAdaptorPlugin : public Plugin
00031 {
00032 private:
00033     void Register(class Loader& l);
00034 };
00035 
00036 #endif