IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
Assets
Manufacturer.h
1
// Manufacturer.h
3
// Implementation of the Class Manufacturer
4
// Original author: T. Kostic
6
7
#ifndef MANUFACTURER_H
8
#define MANUFACTURER_H
9
10
#include "IEC61968/Common/OrganisationRole.h"
11
12
namespace
IEC61968
13
{
14
namespace
Assets
15
{
19
class
Manufacturer
:
public
IEC61968::Common::OrganisationRole
20
{
21
22
public
:
23
Manufacturer
();
24
virtual
~
Manufacturer
();
25
26
};
27
28
}
29
30
}
31
#endif // MANUFACTURER_H
IEC61968
Definition:
BusbarSectionInfo.h:14
IEC61968::Common::OrganisationRole
Definition:
OrganisationRole.h:24
IEC61968::Assets::Manufacturer
Definition:
Manufacturer.h:19
Generated by
1.8.13