diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-04-08 15:26:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-04-08 15:26:06 +0200 |
commit | c4d841b4901563e38f705f62860d6214da53a689 (patch) | |
tree | be6b74c0072a5253bb179ece95f8edb721a6d616 /src/fig/FIG0_1.h | |
parent | eedbb66a46d0a0b55e2e2816ff09a692a3b680e6 (diff) | |
download | dabmux-c4d841b4901563e38f705f62860d6214da53a689.tar.gz dabmux-c4d841b4901563e38f705f62860d6214da53a689.tar.bz2 dabmux-c4d841b4901563e38f705f62860d6214da53a689.zip |
Clean up FIG carousel a bit
Diffstat (limited to 'src/fig/FIG0_1.h')
-rw-r--r-- | src/fig/FIG0_1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fig/FIG0_1.h b/src/fig/FIG0_1.h index 4fc70ea..2bb898f 100644 --- a/src/fig/FIG0_1.h +++ b/src/fig/FIG0_1.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2016 + Copyright (C) 2024 Matthias P. Braendli, matthias.braendli@mpb.li */ /* @@ -26,11 +26,11 @@ #pragma once #include <cstdint> -#include <vector> +#include "fig/FIG.h" namespace FIC { -// FIG type 0/1, MIC, Sub-Channel Organization, +// FIG type 0/1, MCI, Sub-Channel Organization, // one instance of the part for each subchannel class FIG0_1 : public IFIG { |