comparison src/Modules/SAI/ModuleSAI.h @ 11:bd370910aa05

-Added modules template -Changed header guard style to be more consistent with the Google style guide -Added Doyxfile to generate doxygen documentation -Added structure diagram -Updated swig script to reflect new modules -Changes Gaussians back to using floats and changed tolerance on tests - doubles are unnecessary here
author tomwalters
date Fri, 19 Feb 2010 12:15:56 +0000
parents fcbf85ce59fb
children 491b1b1d1dc5
comparison
equal deleted inserted replaced
10:d54efba7f09b 11:bd370910aa05
22 22
23 /*! \author Thomas Walters <tom@acousticscale.org> 23 /*! \author Thomas Walters <tom@acousticscale.org>
24 * \date created 2007/08/29 24 * \date created 2007/08/29
25 * \version \$Id: ModuleSAI.h 4 2010-02-03 18:44:58Z tcw $ 25 * \version \$Id: ModuleSAI.h 4 2010-02-03 18:44:58Z tcw $
26 */ 26 */
27 #ifndef _AIMC_MODULE_SAI_H_ 27 #ifndef AIMC_MODULES_SAI_SAI_H_
28 #define _AIMC_MODULE_SAI_H_ 28 #define AIMC_MODULES_SAI_SAI_H_
29 29
30 #include <vector> 30 #include <vector>
31 31
32 #include "Support/Module.h" 32 #include "Support/Module.h"
33 #include "Support/SignalBank.h" 33 #include "Support/SignalBank.h"
100 float max_delay_ms_; 100 float max_delay_ms_;
101 int channel_count_; 101 int channel_count_;
102 }; 102 };
103 } // namespace aimc 103 } // namespace aimc
104 104
105 #endif // _AIMC_MODULE_SAI_H_ 105 #endif // AIMC_MODULES_SAI_SAI_H_