summaryrefslogtreecommitdiffstats
path: root/src/fig/FIGCarousel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fig/FIGCarousel.cpp')
-rw-r--r--src/fig/FIGCarousel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp
index ce5e7bb..99fb73a 100644
--- a/src/fig/FIGCarousel.cpp
+++ b/src/fig/FIGCarousel.cpp
@@ -80,9 +80,10 @@ FIGCarousel::FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble) :
allocate_fig_to_fib(0, 17, fib0);
}
-void FIGCarousel::set_currentFrame(unsigned long currentFrame)
+void FIGCarousel::update(unsigned long currentFrame, time_t dabTime)
{
m_rti.currentFrame = currentFrame;
+ m_rti.date = dabTime;
}
void FIGCarousel::allocate_fig_to_fib(int figtype, int extension, int fib)