Fawkes API  Fawkes Development Version
RobotMemoryCallback Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ callback_test()

void RobotMemoryCallback::callback_test ( const bsoncxx::document::view &  update)
inline

Test callback function.

Parameters
updateTrigger update

Definition at line 108 of file robot_memory_test.h.

References callback_counter.

Member Data Documentation

◆ 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().


The documentation for this class was generated from the following file: