CIM++ Adapted CIM_SINERGIEN Codebase
BPLCInt.h
1 // BPLCInt.h
3 // Implementation of the Class BPLCInt
4 // Original author: Alper Tokel
6 
7 #ifndef BPLCINT_H
8 #define BPLCINT_H
9 
10 #include "Sinergien/Communication/Interfaces/WiredInt.h"
11 
12 namespace Sinergien
13 {
14  namespace Communication
15  {
16  namespace Interfaces
17  {
19  {
20 
21  public:
22  BPLCInt();
23  virtual ~BPLCInt();
24 
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // BPLCINT_H
Definition: BPLCChannel.h:13