From 1e85449fff1aefb3234014482ea79c59a2860b01 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 12 Feb 2018 21:35:01 -0500 Subject: added support for measuring state decay rates and frequency of being in states --- lib/types.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/types.h') diff --git a/lib/types.h b/lib/types.h index 3bca58c..d961ac1 100644 --- a/lib/types.h +++ b/lib/types.h @@ -7,8 +7,13 @@ typedef uint_fast8_t D_t; typedef uint_fast16_t L_t; typedef uint_fast64_t count_t; -#define MAX_Q 256 +#define MAX_v INT_FAST32_MAX +#define MAX_Q INT_FAST8_MAX +#define MAX_D INT_FAST8_MAX +#define MAX_L INT_FAST16_MAX +#define MAX_COUNT INT_FAST64_MAX +#define PRIv PRIuFAST32 #define PRIq PRIuFAST8 #define PRID PRIuFAST8 #define PRIL PRIuFAST16 -- cgit v1.2.3-70-g09d2