IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
Sinergien
Communication
Modems
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
{
18
class
PLCModem
:
public
Sinergien::Communication::Modems::WiredMod
19
{
20
21
public
:
22
PLCModem
();
23
virtual
~
PLCModem
();
24
25
};
26
27
}
28
29
}
30
31
}
32
#endif // PLCMODEM_H
Sinergien
Definition:
BPLCChannel.h:13
Sinergien::Communication::Modems::PLCModem
Definition:
PLCModem.h:18
Sinergien::Communication::Modems::WiredMod
Definition:
WiredMod.h:18
Generated by
1.8.13