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

Contents of /smsdaemon/plugins/TrainInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (show annotations) (download)
Wed Jun 11 08:25:34 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 363 byte(s)
Intermediate code sync.

TrainInfo.*
TogPlugin.*: plugin to get train departure info from bane.dk

SpamPlugin.*
ShellExecPlugin.*
EchoPlugin.*
Plugin.h
GsmModem.h: implemented IGsmModem in order to make offline Plugin testing easier.


1
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 std::vector<TrainInfo> GetTrainInfo(std::string stationcode, std::string stationname);

  ViewVC Help
Powered by ViewVC 1.1.20