DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ELogEP.h
Go to the documentation of this file.
1 #ifndef ELOGEP_H
2 #define ELOGEP_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EStatistikaStruct.h"
6 #include "core/common/eplatform.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace StatistikaStrojcek
13  {
15  {
16  public:
17  ELogEP();
18  ELogEP( ELogEP &logEP );
19  virtual ~ELogEP();
20 
21  unsigned long GetCisloListka();
22  unsigned long GetProviderID();
23  unsigned long GetCisloOperacie();
24  unsigned long GetCisloOperacieSAM();
25  unsigned long GetCisloSAM();
26  unsigned long GetCisloStrojceka();
27  unsigned long GetDatumCas();
28  long GetInitialValueState();
29  unsigned long GetSuma();
30  unsigned char GetTypTransakcie();
31  unsigned char GetChyba();
32 
33  void SetCisloListka( unsigned long cisloListka );
34  void SetProviderID( unsigned long providerID );
35  void SetCisloOperacie( unsigned long cisloOperacie );
36  void SetCisloOperacieSAM( unsigned long cisloOperacieSAM );
37  void SetCisloSAM( unsigned long cisloSAM );
38  void SetCisloStrojceka( unsigned long cisloStrojceka );
39  void SetDatumCas( unsigned long datumCas );
40  void SetInitialValueState( long initialValueState );
41  void SetSuma( unsigned long suma );
42  void SetTypTransakcie( unsigned char typTransakcie );
43  void SetChyba( unsigned char chyba );
44 
45  void fillInLOG_EP( LOG_EP &logEP );
46  void fillUpLOG_EP( LOG_EP &logEP );
47 
48  private:
49  class DataClass;
50  DataClass* d;
51  };
52  }
53  }
54 }
55 
56 #endif // ELOGEP_H
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
Definition: EStatistikaStruct.h:311
#define DATAIO_API
Definition: DataIODefines.h:10