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