IEC61970 16v29a - IEC61968 12v08
SwitchAction.h
1 // SwitchAction.h
3 // Implementation of the Class SwitchAction
4 // Original author: T. Kostic
6 
7 #ifndef SWITCHACTION_H
8 #define SWITCHACTION_H
9 
10 #include "IEC61968/Operations/SwitchActionKind.h"
11 #include "IEC61970/Base/Wires/Switch.h"
12 #include "IEC61968/Operations/SwitchingStep.h"
13 
14 namespace IEC61968
15 {
16  namespace Operations
17  {
22  {
23 
24  public:
25  SwitchAction();
26  virtual ~SwitchAction();
30  IEC61968::Operations::SwitchActionKind kind = IEC61968::Operations::SwitchActionKind::_undef;
35 
36  };
37 
38  }
39 
40 }
41 #endif // SWITCHACTION_H
IEC61968::Operations::SwitchActionKind kind
Definition: SwitchAction.h:30
Definition: SwitchingStep.h:26
Definition: SwitchAction.h:21
IEC61970::Base::Wires::Switch * OperatedSwitch
Definition: SwitchAction.h:34
Definition: BusbarSectionInfo.h:14
Definition: Switch.h:29