modelgbp Generated OpFlex Model  1.7.0
SwitchingModeEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace platform {
15  static const uint8_t CONST_HAIRPIN = 1;
16  static const uint8_t CONST_INTRA_BD = 3;
17  static const uint8_t CONST_INTRA_EPG = 2;
18  static const uint8_t CONST_INTRA_RD = 4;
19  };
20 }
21 }
Definition: SwitchingModeEnumT.hpp:14
SOME COPYRIGHT.
Definition: OpcodeEnumT.hpp:12