DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETripTransfer.h
Go to the documentation of this file.
1 #ifndef E_TRIP_TRANSFER_H
2 #define E_TRIP_TRANSFER_H
3 
4 #include "dataio/datainput/ECPStructNew.h"
5 #include "dataio/DataIODefines.h"
6 #include "core/common/Node.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace CestovnePoriadky
15  {
16  class ETripTransferCol;
17 
18  class DATAIO_API ETripTransfer : public ENode
19  {
20  public:
21  ETripTransfer( ETripTransferCol *owner );
22  ETripTransfer( const ETripTransfer& rhs );
23  virtual ~ETripTransfer();
24 
25  void FillFromStruct( TRIP_TRANSFER tripTransferStruct );
26 
27  unsigned short GetLinkaPoradie();
28  unsigned short GetSpojPoradie();
29  unsigned short GetZastavkaPoradie();
30  unsigned short GetLinkaPoradiePrestup();
31  unsigned short GetSpojPoradiePrestup();
32  short GetCasPrestup();
33  short GetCasOdchodu();
34  unsigned short GetZastavkaPoradieNaLinke();
35  unsigned short GetZastavkaPoradieNaLinkePrestup();
36  unsigned char GetSmer();
37  unsigned char GetSmerPrestup();
38  bool IsForPrice();//na vyhodnotenie prestupnej ceny
39  bool IsForWait();//na cakajuce spoje
40 
41  ETripTransferCol *GetOwner();
42  ETripTransfer *GetLeft();
43  ETripTransfer *GetRight();
44 
45  private:
46  class DataClass;
47  DataClass *d;
48  };
49  }
50  }
51  }
52 }
53 
54 #endif //E_TRIP_TRANSFER_H
55 
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10