Track the number of performed monitoring intervals

Tracking how many times the monitor has performed its monitoring allows
the test framework to consistently wait for an event instead of waiting
for a hard-coded time period. The MaxCtrl `api get` command can be used to
easily extract the numeric value.
This commit is contained in:
Markus Mäkelä
2018-06-05 14:03:38 +03:00
parent cfe676b1c8
commit f2b2951c99
10 changed files with 12 additions and 0 deletions

View File

@ -168,6 +168,7 @@ extern const char CN_STRIP_DB_ESC[];
extern const char CN_SUBSTITUTE_VARIABLES[];
extern const char CN_THREADS[];
extern const char CN_THREAD_STACK_SIZE[];
extern const char CN_TICKS[];
extern const char CN_TYPE[];
extern const char CN_UNIX[];
extern const char CN_USER[];