2022-10-30 Fred Gleason <fredg@paravelsystems.com>

* Reimplemented the 'Request Deck Status' command using
	'RDCatchEvent'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-10-30 14:54:29 -04:00
parent d38349cf39
commit d65517215b
14 changed files with 413 additions and 72 deletions

View File

@@ -250,7 +250,7 @@ void RDRipc::DispatchCommand()
RDMacro macro;
QString str;
// printf("RDRipc::DispatchCommand: %s\n",(const char *)ripc_accum.toUtf8());
// printf("RDRipc::DispatchCommand: %s\n",ripc_accum.toUtf8().constData());
QStringList cmds=ripc_accum.split(" ",QString::SkipEmptyParts);
if(cmds.size()==0) {