DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SAM.h
Go to the documentation of this file.
1 #ifndef SAM_H
2 #define SAM_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EAbstraktnyZaznam.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace StatistikaStrojcek
12  {
14  {
15  public:
16  SAM();
17  virtual ~SAM();
18 
19  virtual short getChksum();
20 
21  long long GetSAMNumber();
22  unsigned long GetTerminalNumber();
23 
24  void SetSAMNumber( long long samNumber );
25  void SetTerminalNumber( unsigned long terminalNumber );
26 
27  bool write();
28  bool read();
29 
30  private:
31  class DataClass;
32  DataClass *d;
33  };
34  }
35  }
36 }
37 
38 #endif // SAM_H
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
Definition: EAbstraktnyZaznam.h:16
#define DATAIO_API
Definition: DataIODefines.h:10