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