CIM++ Adapted CIM Codebase
FlowSensor.h
1 // FlowSensor.h
3 // Implementation of the Class FlowSensor
4 // Original author: 222206
6 
7 #ifndef FLOWSENSOR_H
8 #define FLOWSENSOR_H
9 
10 #include "IEC61970/Base/Core/ConductingEquipment.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace AuxiliaryEquipment
17  {
23  {
24 
25  public:
26  FlowSensor();
27  virtual ~FlowSensor();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // FLOWSENSOR_H
Definition: AuxiliaryEquipment.h:13
Definition: ConductingEquipment.h:21