diff src/Modules/SAI/ModuleSAI.cc @ 246:0a3342606855

- Allow processing without re-initialization.
author tom@acousticscale.org
date Tue, 26 Oct 2010 04:48:56 +0000
parents 9fcf55c040fe
children 2a69b38336c4
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;