DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EServisnyZasah.h
Go to the documentation of this file.
1 #ifndef _ESERVISNYZASAH_H_
2 #define _ESERVISNYZASAH_H_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EAbstraktnyZaznam.h"
6 #include <vector>
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace StatistikaStrojcek
13  {
14  class EPocitadloCol;
15  class ETrezorCol;
16 
17  class DATAIO_API EServisnyZasah : public EAbstraktnyZaznam
18  {
19  public:
20  EServisnyZasah();
21  virtual ~EServisnyZasah();
22 
23  unsigned long GetSNR();
24  unsigned long GetOsobneCislo();
25  unsigned long GetDatumCas();
26  unsigned long GetCislo();
27  unsigned char GetTypZasahu();
28 
29  void SetSNR( unsigned long newVal );
30  void SetOsobneCislo( unsigned long newVal );
31  void SetDatumCas( unsigned long newVal );
32  void SetCislo( unsigned long newVal );
33  void SetTypZasahu( unsigned char newVal );
34 
35  EPocitadloCol *GetPocitadloCol();
36  ETrezorCol *GetTrezorCol();
37 
38  virtual short getChksum();
39 
40  bool write();
41  bool read();
42 
43  private:
44  class DataClass;
45  DataClass *d;
46  };
47  }
48  }
49 }
50 
51 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10