IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
Sinergien
ProCom
Auswahloption.h
1
// Auswahloption.h
3
// Implementation of the Class Auswahloption
4
// Original author: rn
6
7
#ifndef AUSWAHLOPTION_H
8
#define AUSWAHLOPTION_H
9
#include "BaseClass.h"
10
11
namespace
Sinergien
12
{
13
namespace
ProCom
14
{
15
class
Auswahloption
:
public
BaseClass
16
{
17
18
public
:
19
Auswahloption
();
20
virtual
~
Auswahloption
();
21
22
};
23
24
}
25
26
}
27
#endif // AUSWAHLOPTION_H
Sinergien
Definition:
BPLCChannel.h:13
BaseClass
Definition:
BaseClass.h:6
Sinergien::ProCom::Auswahloption
Definition:
Auswahloption.h:15
Generated by
1.8.13