IEC61970 16v29a - IEC61968 12v08
PSREvent.h
1 // PSREvent.h
3 // Implementation of the Class PSREvent
5 
6 #ifndef PSREVENT_H
7 #define PSREVENT_H
8 
9 #include "IEC61968/Operations/PSREventKind.h"
10 #include "IEC61970/Base/Core/PowerSystemResource.h"
11 #include "IEC61968/Common/ActivityRecord.h"
12 
13 namespace IEC61968
14 {
15  namespace Operations
16  {
22  {
23 
24  public:
25  PSREvent();
26  virtual ~PSREvent();
30  IEC61968::Operations::PSREventKind kind = IEC61968::Operations::PSREventKind::_undef;
35 
36  };
37 
38  }
39 
40 }
41 #endif // PSREVENT_H
IEC61970::Base::Core::PowerSystemResource * PowerSystemResource
Definition: PSREvent.h:34
Definition: PSREvent.h:21
IEC61968::Operations::PSREventKind kind
Definition: PSREvent.h:30
Definition: PowerSystemResource.h:28
Definition: ActivityRecord.h:22
Definition: BusbarSectionInfo.h:14