|
Fawkes API
Fawkes Development Version
|
Class to register callbacks independent of how many tests are using them at the moment. More...
#include <robot_memory_test.h>
Public Member Functions | |
| void | callback_test (const bsoncxx::document::view &update) |
| Test callback function. More... | |
Public Attributes | |
| int | callback_counter |
| Counter for how often the callback was called. More... | |
Class to register callbacks independent of how many tests are using them at the moment.
Definition at line 93 of file robot_memory_test.h.
|
inline |
Test callback function.
| update | Trigger update |
Definition at line 108 of file robot_memory_test.h.
References callback_counter.
| int RobotMemoryCallback::callback_counter |
Counter for how often the callback was called.
Definition at line 102 of file robot_memory_test.h.
Referenced by callback_test().