IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
IEC61970
Base
Meas
DiscreteCommand.h
1
// DiscreteCommand.h
3
// Implementation of the Class DiscreteCommand
4
// Original author: selaost1
6
7
#ifndef DISCRETECOMMAND_H
8
#define DISCRETECOMMAND_H
9
10
#include "IEC61970/Base/Meas/Command.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Meas
17
{
18
class
DiscreteCommand
:
public
IEC61970::Base::Meas::Command
19
{
20
21
public
:
22
DiscreteCommand
();
23
virtual
~
DiscreteCommand
();
24
25
};
26
27
}
28
29
}
30
31
}
32
#endif // DISCRETECOMMAND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Meas::DiscreteCommand
Definition:
DiscreteCommand.h:18
IEC61970::Base::Meas::Command
Definition:
Command.h:22
Generated by
1.8.13