7 #pragma warning (disable : 4099)
8 #pragma warning (disable : 4250)
9 #pragma warning (disable : 4520)
17 #define GetCurrentDir _getcwd
22 #define GetCurrentDir getcwd
44 SLOT(onUpdateGuiRateThread()),Qt::BlockingQueuedConnection);
47 SLOT(resetButtonOnStop()),Qt::BlockingQueuedConnection);
50 SLOT(onErrorMessage(
QString)),Qt::QueuedConnection);
56 this->
qengine->stepfromCmd =
true;
57 yInfo() <<
"asking qutils to step the thread";
58 if ( this->
qengine->isRunning() ){
59 yInfo() <<
"asking qutils to pause the thread";
62 if ( this->
qengine->isSuspended() ){
63 yInfo() <<
"asking qutils to resume the thread";
65 }
else if ( !this->
qengine->isRunning() ) {
66 yInfo() <<
"asking qutils to start the thread";
72 yInfo() <<
"ok................ \n";
int SIGNAL(int pid, int signum)
void errorMessage(QString)
QUtilities(QObject *parent=NULL)
A mini-server for performing network communication in the background.
An interface to the operating system, including Port based communication.