IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
Sinergien
Communication
Modems
WirelessMod.h
1
// WirelessMod.h
3
// Implementation of the Class WirelessMod
4
// Original author: Alper Tokel
6
7
#ifndef WIRELESSMOD_H
8
#define WIRELESSMOD_H
9
10
#include "Sinergien/Communication/Modems/ComMod.h"
11
12
namespace
Sinergien
13
{
14
namespace
Communication
15
{
16
namespace
Modems
17
{
18
class
WirelessMod
:
public
Sinergien::Communication::Modems::ComMod
19
{
20
21
public
:
22
WirelessMod
();
23
virtual
~
WirelessMod
();
24
25
};
26
27
}
28
29
}
30
31
}
32
#endif // WIRELESSMOD_H
Sinergien
Definition:
BPLCChannel.h:13
Sinergien::Communication::Modems::WirelessMod
Definition:
WirelessMod.h:18
Sinergien::Communication::Modems::ComMod
Definition:
ComMod.h:19
Generated by
1.8.13