/[projects]/smsdaemon/tester.cpp
ViewVC logotype

Diff of /smsdaemon/tester.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 149 by torben, Sun Dec 7 20:58:41 2008 UTC revision 151 by torben, Mon Dec 8 10:42:04 2008 UTC
# Line 9  Line 9 
9  #include "serialport/SerialPort.h"  #include "serialport/SerialPort.h"
10    
11  #include "DebugTransceiver.h"  #include "DebugTransceiver.h"
12    #include "SmsToolTransceiver.h"
13  #include "Sms.h"  #include "Sms.h"
14  #include "plugins/TogPlugin.h"  #include "plugins/TogPlugin.h"
15  #include "plugins/TrainInfo.h"  #include "plugins/TrainInfo.h"
# Line 51  int main() Line 52  int main()
52          cout << end << endl;          cout << end << endl;
53          return 0;          return 0;
54  */  */
55    
56            SmsToolTransceiver trans;
57    
58            trans.ReadSms();
59    
60            return 0;
61          string start = "hej ������";          string start = "hej ������";
62          string mid = str_latin2gsm(start);          string mid = str_latin2gsm(start);
63          string final = str_gsm2latin(mid);          string final = str_gsm2latin(mid);

Legend:
Removed from v.149  
changed lines
  Added in v.151

  ViewVC Help
Powered by ViewVC 1.1.20