DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ESynchString.h
Go to the documentation of this file.
1 #ifndef _ESYNCHSTRING_H_
2 #define _ESYNCHSTRING_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  {
13  class DATAIO_API ESynchString : public EAbstraktnyZaznam
14  {
15  public:
16  ESynchString();
17  virtual ~ESynchString();
18 
19  char *GetIdentStr();
20  unsigned short GetOdpocetNumber();
21 
22  void SetIdentStr( const char *newVal );
23  void SetOdpocetNumber( unsigned short newVal );
24 
25  virtual short getChksum();
26 
27  bool write();
28  bool read();
29 
30  private:
31  unsigned short mOdpocetNumber;
32  char mIdentStr[6];
33  };
34  }
35  }
36 }
37 
38 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10