superkaramba
uptimesensor.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UPTIMESENSOR_H
00011 #define UPTIMESENSOR_H
00012 #include "sensor.h"
00013
00014 #include <tqfile.h>
00015 #include <tqtextstream.h>
00016 #include <tqstring.h>
00017 #include <tqregexp.h>
00018 #include <tqdatetime.h>
00019
00020 class UptimeSensor : public Sensor
00021 {
00022
00023 public:
00024 UptimeSensor(int interval);
00025 ~UptimeSensor();
00026 void update();
00027
00028 };
00029
00030 #endif // UPTIMESENSOR_H