diff options
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r-- | src/fig/FIG.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h index 90dd872..915e5f3 100644 --- a/src/fig/FIG.h +++ b/src/fig/FIG.h @@ -33,6 +33,8 @@ struct FIGRuntimeInformation { unsigned long currentFrame; boost::shared_ptr<dabEnsemble> ensemble; + bool factumAnalyzer; + }; // Recommended FIG rates according to ETSI TR 101 496-2 Table 3.6.1 |