21 #include <QVariantList>
22 #include <vremthread.h>
23 #include <platform_global.h>
44 QVariantList UserData;
45 TQUE(
int command) : Command(command) {}
49 typedef QList<TQUE> VQVVArrayVArray;
52 typedef QMap<int, TQUE> MapTMS;
53 typedef MapTMS::iterator MapTMSItr;
59 QWaitCondition enqueue;
62 VQVVArrayVArray queue;
71 void timerEvent(QTimerEvent *event);
76 ReplyBlock( QThread::Priority priority=QThread::LowPriority,
86 void ProcessThis(
TQUE cmd,
int mseconds = 0);
89 void ProcessThis(
int cmd,
int mseconds = 0);
The ReplyBlock class ReplyBlock reply block thread so it can be used again and again....
Definition: replyblock.h:40
virtual void UserProcess(TQUE &)
User Process.
Definition: replyblock.h:92
The VremThread class Vremthead is a normal thread, but is constructed so that the loader or vrem prog...
Definition: vremthread.h:36
virtual void WakeMeUp(void)
user should use to trigger event if it gets hit, user should exit run
Definition: vremthread.h:47
Definition: replyblock.h:42