Skip to content
Skip to link menu
Trinity API Reference
Trinity API Reference
superkaramba
superkaramba
superkaramba
src
uptimesensor.h
1
/***************************************************************************
2
* Copyright (C) 2003 by Hans Karlsson *
3
* karlsson.h@home.se *
4
* *
5
* This program is free software; you can redistribute it and/or modify *
6
* it under the terms of the GNU General Public License as published by *
7
* the Free Software Foundation; either version 2 of the License, or *
8
* (at your option) any later version. *
9
***************************************************************************/
10
#ifndef UPTIMESENSOR_H
11
#define UPTIMESENSOR_H
12
#include "sensor.h"
13
14
#include <tqfile.h>
15
#include <tqtextstream.h>
16
#include <tqstring.h>
17
#include <tqregexp.h>
18
#include <tqdatetime.h>
19
20
class
UptimeSensor :
public
Sensor
21
{
22
23
public
:
24
UptimeSensor(
int
interval);
25
~UptimeSensor();
26
void
update();
27
28
};
29
30
#endif // UPTIMESENSOR_H
superkaramba
Skip menu "superkaramba"
Main Page
Alphabetical List
Class List
File List
Class Members
superkaramba
Skip menu "superkaramba"
kcalc
knumber
superkaramba