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