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

Diff of /smsdaemon/tester.cpp

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

revision 520 by torben, Sat Dec 26 23:01:01 2009 UTC revision 1011 by torben, Thu Aug 5 06:53:38 2010 UTC
# Line 19  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 56  int main() Line 57  int main()
57                  return 0;                  return 0;
58          */          */
59    
60          std::vector<TrainInfo>  info = GetTrainInfo( 10 );          Logger::logMessage( "Hello" );
61            /*std::vector<TrainInfo>        info = GetTrainInfo( 10 );
62    
63          for (unsigned int i=0; i<info.size(); ++i)          for (unsigned int i=0; i<info.size(); ++i)
64          {          {
65                  TrainInfo ti = info[i];                  TrainInfo ti = info[i];
66    
67                  cout << ti.time << ":" <<  ti.update << ":" << ti.destination  << endl;                  cout << ti.time << ":" <<  ti.update << ":" << ti.destination  << endl;
68          }          }*/
69    
70  /*  /*
71          DebugTransceiver trans(true);          DebugTransceiver trans(true);

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

  ViewVC Help
Powered by ViewVC 1.1.20