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

Diff of /smsdaemon/tester.cpp

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

revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC revision 1011 by torben, Thu Aug 5 06:53:38 2010 UTC
# Line 1  Line 1 
1  /* using http://sourceforge.net/projects/libserial/  /* using http://sourceforge.net/projects/libserial/
2    
3   *   *
4   */   */
5    
# Line 18  Line 19 
19  #include "plugins/StatusPlugin.h"  #include "plugins/StatusPlugin.h"
20  #include "plugins/WeatherPlugin.h"  #include "plugins/WeatherPlugin.h"
21  #include "SmsPdu.h"  #include "SmsPdu.h"
22    #include "Logger.h"
23    
24  using namespace std;  using namespace std;
25  using namespace Util;  using namespace Util;
# Line 55  int main() Line 57  int main()
57                  return 0;                  return 0;
58          */          */
59    
60            Logger::logMessage( "Hello" );
61            /*std::vector<TrainInfo>        info = GetTrainInfo( 10 );
62    
63            for (unsigned int i=0; i<info.size(); ++i)
64            {
65                    TrainInfo ti = info[i];
66    
67                    cout << ti.time << ":" <<  ti.update << ":" << ti.destination  << endl;
68            }*/
69    
70    /*
71          DebugTransceiver trans(true);          DebugTransceiver trans(true);
72          WeatherPlugin pl;          WeatherPlugin pl;
73    
# Line 76  int main() Line 88  int main()
88    
89    
90          return 0;          return 0;
91    */
92          /*          /*
93              SerialPort port("/dev/ttyS1" );              SerialPort port("/dev/ttyS1" );
94              port.Open( SerialPort::BAUD_9600,              port.Open( SerialPort::BAUD_9600,

Legend:
Removed from v.196  
changed lines
  Added in v.1011

  ViewVC Help
Powered by ViewVC 1.1.20