CIM++ Adapted CIM Codebase
DiscreteCommand.h
1 // DiscreteCommand.h
3 // Implementation of the Class DiscreteCommand
4 // Original author: selaost1
6 
7 #ifndef DISCRETECOMMAND_H
8 #define DISCRETECOMMAND_H
9 
10 #include "IEC61970/Base/Meas/Command.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Meas
17  {
19  {
20 
21  public:
23  virtual ~DiscreteCommand();
24 
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // DISCRETECOMMAND_H
Definition: AuxiliaryEquipment.h:13
Definition: DiscreteCommand.h:18
Definition: Command.h:22