36 #ifndef COMMANDSERVER_H
37 #define COMMANDSERVER_H
45 #include <rtCommand/commandmanager.h>
53 #include <QStringList>
118 void incommingCommand(QString p_sCommand, qint32 p_iThreadID);
135 void prepareReply(QString p_sReply,
Command p_command);
145 void replyCommand(QString p_blockReply, qint32 p_iID);
151 void closeCommandThreads();
158 void incomingConnection(qintptr socketDescriptor);
161 qint32 m_iThreadCount;
166 qint32 m_iCurrentCommandThreadID;
177 return m_commandParser;
182 #endif //INSTRUCTIONSERVER_H
Declaration of the CommandParser Class.
CommandParser & getCommandParser()
CommandServer manages threaded command connections.