IEC61970 16v29a - IEC61968 12v08
FACTSDevice.h
1 // FACTSDevice.h
3 // Implementation of the Class FACTSDevice
5 
6 #ifndef FACTSDEVICE_H
7 #define FACTSDEVICE_H
8 
9 #include "IEC61968/InfIEC61968/InfAssets/FACTSDeviceKind.h"
10 #include "IEC61968/Assets/Asset.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfAssets
17  {
22  {
23 
24  public:
25  FACTSDevice();
26  virtual ~FACTSDevice();
30  IEC61968::InfIEC61968::InfAssets::FACTSDeviceKind kind = IEC61968::InfIEC61968::InfAssets::FACTSDeviceKind::_undef;
31 
32  };
33 
34  }
35 
36  }
37 
38 }
39 #endif // FACTSDEVICE_H
IEC61968::InfIEC61968::InfAssets::FACTSDeviceKind kind
Definition: FACTSDevice.h:30
Definition: Asset.h:45
Definition: BusbarSectionInfo.h:14