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