comparison src/cs/layer1/include/l1_const.h @ 147:0d96c28dedb1

src/cs/layer1/include/l1_const.h: BIG_SMALL_SLEEP added
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 06 Feb 2019 23:00:51 +0000
parents b6a5e36de839
children
comparison
equal deleted inserted replaced
146:767c75e3d2f2 147:0d96c28dedb1
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