/[projects]/smsdaemon/plugins/TrainInfo.h
ViewVC logotype

Annotation of /smsdaemon/plugins/TrainInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 323 - (hide annotations) (download)
Wed Sep 16 09:08:40 2009 UTC (14 years, 8 months ago) by torben
File MIME type: text/plain
File size: 417 byte(s)
First attempt at making TogPlugin use my xml service 

1 torben 44
2    
3     #include <string>
4     #include <vector>
5    
6    
7    
8    
9     struct TrainInfo
10     {
11     std::string time;
12     std::string update;
13     std::string type;
14     std::string destination;
15     std::string origin;
16     std::string current;
17     std::string status;
18     std::string note;
19     };
20    
21    
22     std::string ConvertUpdateInfo(char ch);
23    
24    
25 torben 323 std::vector<TrainInfo> GetTrainInfo(int stationID);
26     //std::vector<TrainInfo> GetTrainInfo(std::string stationcode, std::string stationname);

  ViewVC Help
Powered by ViewVC 1.1.20