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