IEC61970 16v29a - IEC61968 12v08
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  {
20  {
21 
22  public:
23  GenericAction();
24  virtual ~GenericAction();
25 
26  };
27 
28  }
29 
30 }
31 #endif // GENERICACTION_H
Definition: SwitchingStep.h:26
Definition: BusbarSectionInfo.h:14
Definition: GenericAction.h:19