5#include <pybind11/pybind11.h>
37 using PyApplicationModule::PyApplicationModule;
40 PYBIND11_OVERRIDE_PURE(
void,
ApplicationModule()=default
Default constructor: Allows late initialisation of modules (e.g.
void mainLoopWrapper()
Wrapper around mainLoop(), to execute additional tasks in the thread before entering the main loop.
void terminate() override
Terminate the module.
static void bind(py::module &mod)
void run() override
Execute the module.
Base class used for all objects in the Python world which can own other objects and can be owned them...
void mainLoop() override
To be implemented by the user: function called in a separate thread executing the main loop of the mo...
void prepare() override
Prepare the execution of the module.
InvalidityTracer application module.