aboutsummaryrefslogtreecommitdiffstats
path: root/src/ensembledatabase.hpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-02-15 10:40:01 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-02-15 10:40:01 +0100
commitf183429878b305b0e8766aa68a88b96f2d9c1fd0 (patch)
tree39816a01e34587372bd754eb72b233c7f85cd017 /src/ensembledatabase.hpp
parentbaf3f64d01136e3a1e272d9a0e93ced59a27354e (diff)
downloadetisnoop-f183429878b305b0e8766aa68a88b96f2d9c1fd0.tar.gz
etisnoop-f183429878b305b0e8766aa68a88b96f2d9c1fd0.tar.bz2
etisnoop-f183429878b305b0e8766aa68a88b96f2d9c1fd0.zip
Fix EEP_B in YAML
Diffstat (limited to 'src/ensembledatabase.hpp')
-rw-r--r--src/ensembledatabase.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ensembledatabase.hpp b/src/ensembledatabase.hpp
index eb83785..b0c9320 100644
--- a/src/ensembledatabase.hpp
+++ b/src/ensembledatabase.hpp
@@ -48,7 +48,8 @@ struct subchannel_t {
protection_type_t protection_type;
// Long form FIG0/1, i.e. EEP
- int protection_option;
+ enum class protection_eep_option_t { EEP_A, EEP_B };
+ protection_eep_option_t protection_option;
int protection_level;
int size;