IEC61970 17v07
17v07
refactored
IEC61970
Base
Core
OperatingParticipant.h
1
// OperatingParticipant.h
3
// Implementation of the Class OperatingParticipant
4
// Original author: kdd
6
7
#ifndef OPERATINGPARTICIPANT_H
8
#define OPERATINGPARTICIPANT_H
9
10
#include "IEC61970/Base/Core/IdentifiedObject.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Core
17
{
24
class
OperatingParticipant
:
public
IEC61970::Base::Core::IdentifiedObject
25
{
26
27
public
:
28
OperatingParticipant
();
29
virtual
~
OperatingParticipant
();
30
31
};
32
33
}
34
35
}
36
37
}
38
#endif // OPERATINGPARTICIPANT_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Core::OperatingParticipant
Definition:
OperatingParticipant.h:24
IEC61970::Base::Core::IdentifiedObject
Definition:
IdentifiedObject.h:36
Generated by
1.8.13