Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: TrainStat.h
- Revision:
- 4:acfd6fbf9f9e
- Parent:
- 2:58e7fabcba89
--- a/TrainStat.h Sun Jun 28 12:21:33 2015 +0000
+++ b/TrainStat.h Sun Jul 05 08:09:02 2015 +0000
@@ -11,6 +11,7 @@
public:
TrainStat(enum infoSource s) ;
~TrainStat();
+ bool watchList(string filename) ;
void setBuff(char *buff, int size) ;
bool setLine(string line) ;
bool getStat() ;