CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
Sinergien
Communication
Interfaces
WLANInt.h
1
// WLANInt.h
3
// Implementation of the Class WLANInt
4
// Original author: Alper Tokel
6
7
#ifndef WLANINT_H
8
#define WLANINT_H
9
10
#include "Sinergien/Communication/Interfaces/WirelessInt.h"
11
12
namespace
Sinergien
13
{
14
namespace
Communication
15
{
16
namespace
Interfaces
17
{
18
class
WLANInt
:
public
Sinergien::Communication::Interfaces::WirelessInt
19
{
20
21
public
:
22
WLANInt
();
23
virtual
~
WLANInt
();
24
25
};
26
27
}
28
29
}
30
31
}
32
#endif // WLANINT_H
Sinergien::Communication::Interfaces::WirelessInt
Definition:
WirelessInt.h:18
Sinergien
Definition:
BPLCChannel.h:13
Sinergien::Communication::Interfaces::WLANInt
Definition:
WLANInt.h:18
Generated by
1.8.11