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