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