IEC61970 17v23
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  {
24  {
25 
26  public:
27  Profile();
28  virtual ~Profile();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // PROFILE_H
Definition: AuxiliaryEquipment.h:13
Definition: IdentifiedObject.h:36