sensorfw
magnetometeradaptorplugin-ncdk.h
Go to the documentation of this file.
1
25#ifndef MAGNETOMETERADAPTORPLUGIN_NCDK_H
26#define MAGNETOMETERADAPTORPLUGIN_NCDK_H
27
28#include "plugin.h"
29
30class MagnetometerAdaptorPluginNCDK : public Plugin
31{
32private:
33 void Register(class Loader& l);
34};
35
36#endif // MAGNETOMETERADAPTORPLUGIN_NCDK_H