#include <string.h>
#include <list>
#include "boonconfig.h"
#include "nanoutil.h"
Go to the source code of this file.
|
|
#define | AUTOTUNE_FATAL_ERROR 1 |
| | Error with regards to some setup step.
|
| |
|
#define | AUTOTUNE_INCREASE_STREAMING_WINDOW_SIZE 3 |
| | Data is either to consistent (same number of clusters for all PV) or too noisy (max out on clusters for all PV)
|
| |
|
#define | AUTOTUNE_REBUFFER_DATA 2 |
| | Insufficient buffered data.
|
| |
|
|
const int | AUTOTUNE_ERROR_MESSAGE_BUFFER_LENGTH = 256 |
| | Maximum string length of autotuning error messages.
|
| |