#include "boss_utility/boss_exceptions.h"#include "boss_utility/boss_utility.h"#include "boss_utility/boss_config.h"#include "boss_utility/dom_userdata.h"#include "boss_utility/dom_tools.h"#include <xercesc/dom/DOM.hpp>#include "boss_mysql/boss_mysql_handler.h"#include "tdsp/dsp_vector.h"#include "tdsp/dsp_weight_window.h"#include <string>#include <vector>#include <algorithm>#include <sstream>#include <fstream>#include "boss_conman/conman_unit.h"Go to the source code of this file.
Classes | |
| class | CM_Unit |
Defines | |
| #define | BOSS_PAUSE_SYMBOL "$p" |
| #define | DEFAULT_PAUSE 8000 |
| #define | DEFAULT_PAUSE_STRING "8000" |
| #define | MAXIMAL_PAUSE 32000 |
| #define | LEFTRIGHTOL 500 |
| #define | SMOODIST 17 |
| #define | BREAKPOINT cerr << "Bis hier" << endl; |
| #define | PRINT(X) cerr << (#X) << ": " << (X) << endl; |
Typedefs | |
| typedef dsp::vector< short > | t_Signal |
1.3.6