Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/QNX4/Fred/TrainTracker.hpp

Go to the documentation of this file.
00001 #include "Const.hpp"
00002 
00003 class TrainTracker {
00004 
00005 public:
00006     int         train_id;
00007     double      speed;  
00008     bool        direction;
00009     int         current_track;
00010     bool        running;        // Running or sleeping ?
00011 
00012 protected:
00013     int         prev_track;
00014     int         next_track;
00015     int         initial_track;
00016     int         destination_track;
00017 
00018 };

Generated on Sun Oct 14 18:46:42 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001