DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETripTransferTripStop.h
Go to the documentation of this file.
1 #ifndef E_TRIP_TRANSFERTRIPSTOP_H
2 #define E_TRIP_TRANSFERTRIPSTOP_H
3 
4 #include "dataio/datainput/ECPStructNew.h"
5 #include "dataio/DataIODefines.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace VstupneUdaje
12  {
13  namespace CestovnePoriadky
14  {
16  {
17  public:
20 
21  char *GetLineNumberText();
22  short GetTripNumber();
23  short GetTime();//cas prichodu spoja, zatial sa neplni bo treba DB zmenu
24 
25  bool GetFlagIsForWait() const;
26  void SetFlagIsForWait( const bool isForWait );
27 
28  private:
29  class DataClass;
30  DataClass *d;
31  };
32  }
33  }
34  }
35 }
36 
37 #endif //E_TRIP_TRANSFER_H
38 
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10