CIM++ Adapted CIM_SINERGIEN Codebase
Float.h
1 // Float.h
3 // Implementation of the Class Float
5 
6 #ifndef FLOAT_H
7 #define FLOAT_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Domain
14  {
18  typedef double Float;
19 
20  }
21 
22  }
23 
24 }
25 #endif // FLOAT_H
Definition: AuxiliaryEquipment.h:13