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