DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPrenosCL.h
Go to the documentation of this file.
1 #ifndef EM_STROJCEK_STATISTIKASTROJCEKEPRENOSCL_H
2 #define EM_STROJCEK_STATISTIKASTROJCEKEPRENOSCL_H
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace StatistikaStrojcek
11  {
13  {
14  public:
15  EPrenosCL();
16  virtual ~EPrenosCL();
17 
18  unsigned long GetPovodneSNR();
19  void SetPovodneSNR( unsigned long newVal );
20 
21  private:
22  class DataClass;
23  DataClass *d;
24  };
25  }
26  }
27 }
28 
29 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10