sensorfw
adaptors/magnetometeradaptor-ascii/magnetometeradaptor-asciiplugin.h
Go to the documentation of this file.
00001 
00031 #ifndef MAGNETOMETERADAPTOR_ASCII_PLUGIN_H
00032 #define MAGNETOMETERADAPTOR_ASCII_PLUGIN_H
00033 
00034 #include "plugin.h"
00035 
00036 class MagnetometerAdaptorAsciiPlugin : public Plugin
00037 {
00038 private:
00039     void Register(class Loader& l);
00040 };
00041 
00042 #endif