CIM++ Adapted CIM_SINERGIEN Codebase
commTypeReliability.h
1 // commTypeReliability.h
3 // Implementation of the Class commTypeReliability
4 // Original author: Alper Tokel
6 
7 #ifndef COMMTYPERELIABILITY_H
8 #define COMMTYPERELIABILITY_H
9 
10 namespace Sinergien
11 {
12  namespace Communication
13  {
14  enum class commTypeReliability
15  {
19  low,
23  high,
24  medium
25  };
26 
27  }
28 
29 }
30 #endif // COMMTYPERELIABILITY_H
Definition: BPLCChannel.h:13