comparison src/cs/layer1/include/l1_const.h @ 571:b24d42baa30d

BIG_SMALL_SLEEP mode implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 12 Jan 2019 23:03:06 +0000
parents 50a15a54801e
children
comparison
equal deleted inserted replaced
570:855b3c5bb4b5 571:b24d42baa30d
63 #define NO_SLEEP 00 // ------ + ------ + ------ 63 #define NO_SLEEP 00 // ------ + ------ + ------
64 #define SMALL_SLEEP 01 // SMALL + ------ + ------ 64 #define SMALL_SLEEP 01 // SMALL + ------ + ------
65 #define BIG_SLEEP 02 // ------ + BIG + ------ 65 #define BIG_SLEEP 02 // ------ + BIG + ------
66 #define DEEP_SLEEP 03 // ------ + BIG + DEEP 66 #define DEEP_SLEEP 03 // ------ + BIG + DEEP
67 #define ALL_SLEEP 04 // SMALL + BIG + DEEP 67 #define ALL_SLEEP 04 // SMALL + BIG + DEEP
68 #define BIG_SMALL_SLEEP 05 // SMALL + BIG + ------
68 69
69 // GAUGING SAMPLES 70 // GAUGING SAMPLES
70 #define SIZE_HIST 10 71 #define SIZE_HIST 10
71 #define MAX_BAD_GAUGING 3 72 #define MAX_BAD_GAUGING 3
72 73