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