Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JAcousticsSupportkit.hh
Go to the documentation of this file.
1 #ifndef __JACOUSTICS__JACOUSTICSSUPPORTKIT__
2 #define __JACOUSTICS__JACOUSTICSSUPPORTKIT__
3 
5 
6 /**
7  * \file
8  *
9  * Acoustics toolkit.
10  * \author mdejong
11  */
12 namespace JACOUSTICS {}
13 namespace JPP { using namespace JACOUSTICS; }
14 
15 namespace JACOUSTICS {
16 
17  static const double TOAMIN_S = 0.0000000; //!< Minimal allowed time-of-arrival [s]
18  static const double TOAMAX_S = 0.6310912; //!< Maximal allowed time-of-arrival [s]
19 }
20 
21 #endif
static const double TOAMIN_S
Minimal allowed time-of-arrival [s].
static const double TOAMAX_S
Maximal allowed time-of-arrival [s].