/[projects]/smsdaemon/plugins/EchoPlugin.cpp
ViewVC logotype

Contents of /smsdaemon/plugins/EchoPlugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations) (download)
Mon Jun 9 18:15:53 2008 UTC (15 years, 11 months ago) by torben
File size: 150 byte(s)
Added first basic edition of smsdaemon.

So far sending & receiving sms works and a basic sample plugin is implemented.

1 #include "EchoPlugin.h"
2 #include "GsmModem.h"
3
4
5 void EchoPlugin::Execute(GsmModem& modem, SMS& sms)
6 {
7 modem.SendSms(sms.sender, GetSmsData(sms) );
8 }

  ViewVC Help
Powered by ViewVC 1.1.20