AppCore
Loading...
Searching...
No Matches
src
appcore
dispatching
ds_gpstimer.h
Go to the documentation of this file.
1
#ifndef DS_GPSTIMER_H
2
#define DS_GPSTIMER_H
3
4
#include <qobject.h>
5
#include "
ds_typedefs.h
"
6
7
// forward declaration
8
class
DS_GpsTimerData;
9
class
DispatchingModuleManager
;
10
11
class
DS_GpsTimer
:
public
QObject
12
{
13
Q_OBJECT
14
public
:
15
DS_GpsTimer
(
DispatchingModuleManager
*manager);
16
virtual
~DS_GpsTimer
();
21
void
SetFrequency
(
long
int
miliSeconds);
22
23
private
slots:
27
void
OnTimeout();
28
29
private
:
30
DS_GpsTimerData *d;
31
};
32
33
#endif
// DS_GPSTIMER_H
DS_GpsTimer
Definition
ds_gpstimer.h:12
DS_GpsTimer::SetFrequency
void SetFrequency(long int miliSeconds)
Definition
ds_gpstimer.cpp:36
DS_GpsTimer::~DS_GpsTimer
virtual ~DS_GpsTimer()
Definition
ds_gpstimer.cpp:31
DispatchingModuleManager
Definition
DispatchingModuleManager.h:27
ds_typedefs.h
Generated on Tue Mar 17 2026 23:25:59 for AppCore by
1.9.8