#include "_types.h"
#include "_rand_MT.h"
#include <ostream>
Go to the source code of this file.
Classes | |
class | Trace |
Defines | |
#define | _TRACE_H_INCLUDED_ |
Typedefs | |
typedef int16s | pct_size_t |
typedef DOUBLE | bytestamp_t |
Variables | |
const int16s | BYTE_SIZE = 8 |
const int16s | PREAMBLE = 8 |
const int16s | MIN_PCT = 64 |
const int16s | MAX_PCT = 1518 |
const int8u | PRIOR_L0 = 0 |
const int8u | PRIOR_L1 = 1 |
const int8u | PRIOR_L2 = 2 |
const int8u | PRIOR_L3 = 3 |
typedef DOUBLE bytestamp_t |
typedef int16s pct_size_t |