Mercurial > hg > aimc
diff src/Modules/NAP/ModuleHCL.h @ 3:decdac21cfc2
- Imported file input using libsndfile from old AIM-C and updated to the new API
- Modified the Module base class to propogate Reset() calls down the module chain.
- This required changing all Reset() functions in subclasses to ResetInternal()
- Removed some unneeded imports from the Gaussians test
author | tomwalters |
---|---|
date | Tue, 16 Feb 2010 18:00:16 +0000 |
parents | 582cbe817f2c |
children | fcbf85ce59fb |
line wrap: on
line diff
--- a/src/Modules/NAP/ModuleHCL.h Tue Feb 16 13:23:23 2010 +0000 +++ b/src/Modules/NAP/ModuleHCL.h Tue Feb 16 18:00:16 2010 +0000 @@ -42,7 +42,6 @@ virtual ~ModuleHCL(); virtual void Process(const SignalBank &input); - virtual void Reset(); private: /*! \brief Prepare the module @@ -51,6 +50,8 @@ */ virtual bool InitializeInternal(const SignalBank &input); + virtual void ResetInternal(); + //! \brief Do lowpass filtering? bool do_lowpass_;