IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
Sinergien
Communication
Interfaces
FiberInt.h
1
// FiberInt.h
3
// Implementation of the Class FiberInt
4
// Original author: Alper Tokel
6
7
#ifndef FIBERINT_H
8
#define FIBERINT_H
9
10
#include "Sinergien/Communication/Interfaces/WiredInt.h"
11
12
namespace
Sinergien
13
{
14
namespace
Communication
15
{
16
namespace
Interfaces
17
{
18
class
FiberInt
:
public
Sinergien::Communication::Interfaces::WiredInt
19
{
20
21
public
:
22
FiberInt
();
23
virtual
~
FiberInt
();
24
25
};
26
27
}
28
29
}
30
31
}
32
#endif // FIBERINT_H
Sinergien
Definition:
BPLCChannel.h:13
Sinergien::Communication::Interfaces::FiberInt
Definition:
FiberInt.h:18
Sinergien::Communication::Interfaces::WiredInt
Definition:
WiredInt.h:18
Generated by
1.8.13