sensorfw
avgaccfilterplugin.h
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** Copyright (C) 2013 Jolla Ltd
4
5
This file is part of Sensord.
6
7
Sensord is free software; you can redistribute it and/or modify
8
it under the terms of the GNU Lesser General Public License
9
version 2.1 as published by the Free Software Foundation.
10
11
Sensord is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
Lesser General Public License for more details.
15
16
You should have received a copy of the GNU Lesser General Public
17
License along with Sensord. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
#ifndef AVGACCFILTERPLUGIN_H
20
#define AVGACCFILTERPLUGIN_H
21
22
#include "plugin.h"
23
24
class
AvgAccFilterPlugin
:
public
Plugin
25
{
26
Q_OBJECT
27
Q_PLUGIN_METADATA(IID
"com.nokia.SensorService.Plugin/1.0"
FILE
"plugin.json"
)
28
private
:
29
void
Register(
class
Loader& l);
30
};
31
32
#endif
// AVGACCFILTERPLUGIN_H
AvgAccFilterPlugin
Definition:
avgaccfilterplugin.h:25
filters
avgaccfilter
avgaccfilterplugin.h
Generated by
1.9.4