/[projects]/smsdaemon/SmsDaemon.h
ViewVC logotype

Annotation of /smsdaemon/SmsDaemon.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 114 - (hide annotations) (download)
Sun Nov 2 20:14:20 2008 UTC (15 years, 6 months ago) by torben
File MIME type: text/plain
File size: 319 byte(s)
Enable compilation 4.3

1 torben 88
2     #include "GsmModem.h"
3    
4     #include "Sms.h"
5 torben 95 #include <time.h>
6 torben 114 #include <sys/time.h>
7 torben 88
8    
9     class SmsDaemon
10     {
11     public:
12     SmsDaemon(GsmModem& modem)
13     : _modem(modem) {}
14    
15    
16     void Start();
17     private:
18    
19     void CreateLogMessage(SMS& sms,bool hasPlugin);
20    
21     void CheckSms();
22    
23     void MainLoop();
24    
25     GsmModem& _modem;
26 torben 95 timeval _lastSmsCheck;
27 torben 88 };

  ViewVC Help
Powered by ViewVC 1.1.20