diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 13:53:43 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-07 13:53:43 +0200 |
commit | 8ea5c5bf03335f0c95a292f400699ba98e6cf821 (patch) | |
tree | 7137862158cce516bdf95e6359bc1ae65145d189 /src/fig/FIGCarousel.h | |
parent | e601ed83c8acbb0160b0d75ce0dd09852fb10fdf (diff) | |
download | dabmux-8ea5c5bf03335f0c95a292f400699ba98e6cf821.tar.gz dabmux-8ea5c5bf03335f0c95a292f400699ba98e6cf821.tar.bz2 dabmux-8ea5c5bf03335f0c95a292f400699ba98e6cf821.zip |
Add FIG0/8 and 0/9
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index e8f3b81..5f90c98 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -51,7 +51,7 @@ class FIGCarousel { public: FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble); - void set_currentFrame(unsigned long currentFrame); + void update(unsigned long currentFrame, time_t dabTime); void allocate_fig_to_fib(int figtype, int extension, int fib); |