diff src/Modules/SAI/ModuleSAI.cc @ 135:0c492eada814

- Allow processing without re-initialization.
author tom@acousticscale.org
date Tue, 26 Oct 2010 04:48:56 +0000
parents c5f5e9569863
children 9fcf55c040fe
line wrap: on
line diff
--- a/src/Modules/SAI/ModuleSAI.cc	Tue Oct 26 04:09:31 2010 +0000
+++ b/src/Modules/SAI/ModuleSAI.cc	Tue Oct 26 04:48:56 2010 +0000
@@ -107,6 +107,8 @@
 
 void ModuleSAI::ResetInternal() {
   // Active Strobes
+  output_.Clear();
+  sai_temp_.Clear();
   active_strobes_.clear();
   active_strobes_.resize(channel_count_);
   fire_counter_ = frame_period_samples_ - 1;