complex macros with ;

This commit is contained in:
Бычков Андрей
2022-07-25 16:22:16 +03:00
parent 4fe9489484
commit 4d9029babe
9 changed files with 43 additions and 43 deletions

View File

@@ -11,11 +11,11 @@ using namespace CDUtils;
class Core : public PIObject
{
PIOBJECT(Core)
public:
Core() {
PIOBJECT(Core);
public:
Core() {
CDCore::instance()->initApp();
// piCout << "testCore";
// piCout << "testCore";
CONNECTU(&timer, tickEvent, this, timerDone);
CONNECTU(&X, received, this, xrecv);
CONNECTU(&C, received, this, crecv);