modelgbp Generated OpFlex Model  1.3.0
RoutingModeEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace gbp {
15  static const uint8_t CONST_DISABLED = 0;
16  static const uint8_t CONST_ENABLED = 1;
17  };
18 }
19 }
Definition: RoutingModeEnumT.hpp:14