4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/ERootStatistika.h"
10 #define STATISTIKACFGFILE "statistikacfg.xml"
16 namespace StatistikaStrojcek
18 class ERootStatistika;
26 unsigned short GetCisloOdpoctu();
27 unsigned long GetCisloListka();
28 unsigned long GetDatumOdpoctu();
29 unsigned char GetOtvorenyOdpocet();
30 unsigned char GetOtvorenySubor();
31 unsigned long GetTicketNumberOnlineStat();
33 void SetCisloOdpoctu(
unsigned short newVal );
34 void SetCisloListka(
unsigned long newVal );
35 void SetDatumOdpoctu(
unsigned long newVal );
36 void SetOtvorenyOdpocet(
unsigned char newVal );
37 void SetOtvorenySubor(
unsigned char newVal );
38 void SetTicketNumberOnlineStat(
unsigned long newVal );
40 FILE *GetConfigFile();
42 EXMLConfig *GetEXMLConfig();
43 void SetEXMLConfig( EXMLConfig *newVal );
45 void IncCisloListka();
46 void IncCisloOdpoctu();
47 void IncTicketNumberOnlineStat();
49 bool IsCfgBackUpCorrect();
Definition: ERootStatistika.h:37
Definition: EConfig.cpp:16
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10