|
feisty meow concerns codebase
2.140
|
#include <application/application_shell.h>#include <application/hoople_main.h>#include <basis/astring.h>#include <basis/byte_array.h>#include <basis/functions.h>#include <basis/guards.h>#include <configuration/application_configuration.h>#include <filesystem/byte_filer.h>#include <loggers/console_logger.h>#include <loggers/critical_events.h>#include <loggers/program_wide_logger.h>#include <processes/state_machine.h>#include <structures/static_memory_gremlin.h>#include <unit_test/unit_base.h>#include <string.h>
Go to the source code of this file.
Macros | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
| #define | TEST(action) |
Enumerations | |
| enum | recognizer_states { GET_ANY = 1 , GOT_DOT , GOT_CHO , RECOGNIZED , REJECTED } |
Functions | |
| astring | state_text (recognizer_states to_show) |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Definition at line 52 of file test_state_machine.cpp.
| #define TEST | ( | action | ) |
Definition at line 83 of file test_state_machine.cpp.
| enum recognizer_states |
| Enumerator | |
|---|---|
| GET_ANY | |
| GOT_DOT | |
| GOT_CHO | |
| RECOGNIZED | |
| REJECTED | |
Definition at line 56 of file test_state_machine.cpp.
| astring state_text | ( | recognizer_states | to_show | ) |
Definition at line 71 of file test_state_machine.cpp.
References GET_ANY, GOT_CHO, GOT_DOT, RECOGNIZED, and REJECTED.