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