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