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