DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZiackaPreukazkaTrasa.h
Go to the documentation of this file.
1 #if !defined(AFX_EZIACKAPREUKAZKATRASA_H__77F08028_82BF_4BE6_BF19_787674FF7AAF__INCLUDED_)
2 #define AFX_EZIACKAPREUKAZKATRASA_H__77F08028_82BF_4BE6_BF19_787674FF7AAF__INCLUDED_
3 
4 #include "dataio/datainput/LibEDataIO.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
12  namespace CestovnePoriadky
13  {
14  class ESpoj;
15  }
16 
17  using namespace CestovnePoriadky;
18 
19  namespace Ine
20  {
21 
22  class EZiackaPreukazkaTrasa
23  {
24  public:
25  EZiackaPreukazkaTrasa(ERootDataIO*RootDataIO);
26  virtual ~EZiackaPreukazkaTrasa();
27 
28  unsigned short *KorekciaUsekov(unsigned short* Useky,
29  char Pocet,ESpoj* Spoj,bool korigujDole);
30 
31  unsigned char NajdenieMoznejTrasy(unsigned short* Trasa,char Pocet,
32  ESpoj*Spoj,short int ZastavkaNastupPor);
33 
34  private:
35  class EZiackaPreukazkaTrasaPr;
36  EZiackaPreukazkaTrasaPr *mData;
37 
38  };
39 
40  }
41  }
42  }
43 }
44 
45 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15