IEC61970 16v29a - IEC61968 12v08
WorkLocation.h
1 // WorkLocation.h
3 // Implementation of the Class WorkLocation
5 
6 #ifndef WORKLOCATION_H
7 #define WORKLOCATION_H
8 
9 #include "IEC61968/InfIEC61968/InfWork/OneCallRequest.h"
10 #include "IEC61968/Common/Location.h"
11 
12 namespace IEC61968
13 {
14  namespace Work
15  {
20  {
21 
22  public:
23  WorkLocation();
24  virtual ~WorkLocation();
26 
27  };
28 
29  }
30 
31 }
32 #endif // WORKLOCATION_H
Definition: Location.h:33
Definition: WorkLocation.h:19
Definition: OneCallRequest.h:23
Definition: BusbarSectionInfo.h:14