CIM++ Adapted CIM_SINERGIEN Codebase
Einheitentyp.h
1 // Einheitentyp.h
3 // Implementation of the Class Einheitentyp
4 // Original author: rn
6 
7 #ifndef EINHEITENTYP_H
8 #define EINHEITENTYP_H
9 
10 #include "Sinergien/ProCom/BoFiT_IO.h"
11 
12 namespace Sinergien
13 {
14  namespace ProCom
15  {
17  {
18 
19  public:
20  Einheitentyp();
21  virtual ~Einheitentyp();
22 
23  };
24 
25  }
26 
27 }
28 #endif // EINHEITENTYP_H
Definition: BoFiT_IO.h:15
Definition: BPLCChannel.h:13
Definition: Einheitentyp.h:16