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