qpcpp/doxygen/snippets/qf_xctor.cpp
Quantum Leaps f94afe12dc 5.9.7
2017-08-21 18:21:15 -04:00

8 lines
279 B
C++

namespace DPP {
// local extended-thread objects .............................................
static void Thread1_run(QP::QXThread * const me); // run routine for Thread1
static QP::QXThread l_test1(&Thread1_run, 0U); //<== QXThread::QXThread() ctor
. . .
} // namespace DPP