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