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 (mongo::BSONObj 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 87 of file robot_memory_test.h.
|
inline |
Test callback function.
update | Trigger update |
Definition at line 102 of file robot_memory_test.h.
References callback_counter.
int RobotMemoryCallback::callback_counter |
Counter for how often the callback was called.
Definition at line 94 of file robot_memory_test.h.
Referenced by callback_test().