DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETrezor.h
Go to the documentation of this file.
1 #ifndef _ETREZOR_H_
2 #define _ETREZOR_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 DATAIO_API ETrezor : public EAbstraktnyZaznam
15  {
16  public:
17  ETrezor();
18  virtual ~ETrezor();
19 
20  unsigned char *GetCisloTrezoru();
21  long GetSuma();
22  unsigned char GetTypTrezora();
23 
24  void SetCisloTrezoru( unsigned char *newVal );
25  void SetSuma( long newVal );
26  void SetTypTrezora( unsigned char newVal );
27 
28  virtual short getChksum();
29  VystupneData *SendTicket();
30  void ReceiveTicket( VystupneData *vstupneData );
31 
32  bool write();
33  bool read();
34 
35  private:
36  class DataClass;
37  DataClass *d;
38  };
39  }
40  }
41 }
42 
43 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10