sensorfw
adaptors/pegatronaccelerometeradaptor/pegatronaccelerometeradaptorplugin.h
Go to the documentation of this file.
00001 #ifndef PEGATRONACCELEROMETERADAPTORPLUGIN_H
00002 #define PEGATRONACCELEROMETERADAPTORPLUGIN_H
00003 
00004 #include "plugin.h"
00005 
00006 class PegatronAccelerometerAdaptorPlugin : public Plugin
00007 {
00008 private:
00009     void Register(class Loader& l);
00010 };
00011 
00012 #endif