modelgbp Generated OpFlex Model 1.7.0
ErspanVersionEnumT.hpp
1
10#include <boost/cstdint.hpp>
11#include <cstddef>
12namespace modelgbp {
13namespace span {
15 static const uint8_t CONST_V1 = 1;
16 static const uint8_t CONST_V2 = 2;
17 };
18}
19}
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12
Definition ErspanVersionEnumT.hpp:14