sensorfw
magnetometeradaptor-asciiplugin.h
Go to the documentation of this file.
1
31#ifndef MAGNETOMETERADAPTOR_ASCII_PLUGIN_H
32#define MAGNETOMETERADAPTOR_ASCII_PLUGIN_H
33
34#include "plugin.h"
35
36class MagnetometerAdaptorAsciiPlugin : public Plugin
37{
38private:
39 void Register(class Loader& l);
40};
41
42#endif