#include "pkgs/whitebox/tcltimertest.h"#include "nub/timer.h"#include "tcl/pkg.h"#include "tcl/timerscheduler.h"#include "rutz/shared_ptr.h"#include "rutz/unittest.h"#include <cstdlib>#include <tcl.h>#include <unistd.h>#include "rutz/trace.h"#include "rutz/debug.h"

Go to the source code of this file.
Namespaces | |
| namespace | GVX_DBG_REGISTER |
Functions | |
| void | GVX_DBG_REGISTER::v0_callback () |
| void | GVX_DBG_REGISTER::v1_callback () |
| void | GVX_DBG_REGISTER::v2_callback () |
| void | GVX_DBG_REGISTER::testTimer1 () |
| void | GVX_DBG_REGISTER::testTimerCancel () |
| void | GVX_DBG_REGISTER::testTimerNoInfiniteLoop () |
| void | GVX_DBG_REGISTER::testTimerCallbackError () |
| int | Tcltimertest_Init (Tcl_Interp *interp) |
| int | Tcltimertest_SafeInit (Tcl_Interp *) |
| int | Tcltimertest_Unload (Tcl_Interp *interp, int) |
| int | Tcltimertest_SafeUnload (Tcl_Interp *, int) |
Variables | |
| int | GVX_DBG_REGISTER::v0 = 0 |
| int | GVX_DBG_REGISTER::v1 = 0 |
| int | GVX_DBG_REGISTER::v2 = 0 |
| nub::timer * | GVX_DBG_REGISTER::tp1 = 0 |
Definition in file tcltimertest.cc.