DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPripojenySpoj.h
Go to the documentation of this file.
1 #ifndef EPRIPOJENYSPOJ_H
2 #define EPRIPOJENYSPOJ_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EAbstraktnyZaznam.h"
6 #include "dataio/dataoutput/ECestovnyListok.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace StatistikaStrojcek
13  {
14  class EPripojenySpojCol;
15  class EStatistikaFileSystem;
16 
18  {
19  public:
21  virtual ~EPripojenySpoj();
22 
23  char *getCisloLinkyText();
24  unsigned short getCisloSpoja();
25  unsigned long getPrvaZastavkaID();
26  unsigned long getPoslednaZastavkaID();
27 
28  void setCisloLinkyText( char *newVal );
29  void setCisloSpoja( unsigned short newVal );
30  void setPrvaZastavkaID( unsigned long newVal );
31  void setPoslednaZastavkaID( unsigned long newVal );
32 
33  EPripojenySpojCol *getOwner();
34  void setOwner( EPripojenySpojCol *newVal );
35 
36  bool write();
37  bool read();
38 
39  virtual short getChksum();
40  VystupneData* SendTicket();
41  void ReceiveTicket( VystupneData *vstupneData );
42 
43  private:
44  class DataClass;
45  DataClass *d;
46  };
47  }
48  }
49 }
50 
51 #endif
Definition: EPripojenySpojCol.h:16
Definition: ECestovnyListok.h:19
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
Definition: EAbstraktnyZaznam.h:16
#define DATAIO_API
Definition: DataIODefines.h:10