VICI
0.11.815
Visual Chart Interpreter
|
Interface between applications and the test harness. More...
#include <string>
Go to the source code of this file.
Namespaces | |
VICI | |
The namespace for the Visual Chart Interpreter project. | |
Typedefs | |
typedef void(* | VICI::AsyncTestEventFn )(const std::string &s) |
Pointer to function used to enqueue a test event. More... | |
Functions | |
void | VICI::defaultAsyncTestEvent (const std::string &s) |
Function used to enqueue a test event. More... | |
Variables | |
AsyncTestEventFn | VICI::asyncTestEvent = VICI::defaultAsyncTestEvent |
Pointer to function used to enqueue a test event. | |
Interface between applications and the test harness.
This file should be included if the code is instrumented with event() calls that are used for asynchronous tests.