1 #ifndef _ESERVISNYZASAH_H_
2 #define _ESERVISNYZASAH_H_
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EAbstraktnyZaznam.h"
12 namespace StatistikaStrojcek
17 class DATAIO_API EServisnyZasah :
public EAbstraktnyZaznam
21 virtual ~EServisnyZasah();
23 unsigned long GetSNR();
24 unsigned long GetOsobneCislo();
25 unsigned long GetDatumCas();
26 unsigned long GetCislo();
27 unsigned char GetTypZasahu();
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 );
35 EPocitadloCol *GetPocitadloCol();
36 ETrezorCol *GetTrezorCol();
38 virtual short getChksum();
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10