μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
test_callbacks.cpp File Reference
#include <pybind11/functional.h>
#include "constructor_stats.h"
#include "pybind11_tests.h"
#include <thread>
Include dependency graph for test_callbacks.cpp:

Go to the source code of this file.

Functions

int dummy_function (int i)
 
 TEST_SUBMODULE (callbacks, m)
 

Function Documentation

◆ dummy_function()

int dummy_function ( int  i)

Definition at line 17 of file test_callbacks.cpp.

Referenced by TEST_SUBMODULE().

◆ TEST_SUBMODULE()

TEST_SUBMODULE ( callbacks  ,
 
)