IEC61970 17v07
17v07
refactored
IEC61970
Base
LoadModel
StationSupply.h
1
// StationSupply.h
3
// Implementation of the Class StationSupply
5
6
#ifndef STATIONSUPPLY_H
7
#define STATIONSUPPLY_H
8
9
#include "IEC61970/Base/Wires/EnergyConsumer.h"
10
11
namespace
IEC61970
12
{
13
namespace
Base
14
{
15
namespace
LoadModel
16
{
20
class
StationSupply
:
public
IEC61970::Base::Wires::EnergyConsumer
21
{
22
23
public
:
24
StationSupply
();
25
virtual
~
StationSupply
();
26
27
};
28
29
}
30
31
}
32
33
}
34
#endif // STATIONSUPPLY_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::EnergyConsumer
Definition:
EnergyConsumer.h:30
IEC61970::Base::LoadModel::StationSupply
Definition:
StationSupply.h:20
Generated by
1.8.13