74 for (
int ii = 0; ii < nintrp; ii++ )
134 for (
int ii = 0; ii < nintrp; ii++ )
138 if ( !ids.contains( lvid ) )
159 for (
int ii = 0; ii < nntrp; ii++ )
171 for (
int ii = 0; ii < nntrp; ii++ )
183 for (
int ii = 0; ii < nntrp; ii++ )
295 return SendCommand(
id, iname.toAscii().data(), wmsg.toAscii().data() );
302 return SendCommand(
id, iname.toAscii().data(), wmsg.toAscii().data() );
310 SendQuery(
id, iname.toAscii().data(), wmsg.toAscii().data(), resp, 1024 );
311 return QString( resp );
319 SendQuery(
id, iname.toAscii().data(), wmsg.toAscii().data(), resp, 1024 );
320 return QString( resp );
326 char ctest[ 64 ] =
"echo hello ";
328 strcat( ctest, iname );
343 QList< Interpreter >& intrps )
350 char* ptr1 = wiresult;
354 int jchar = (int)strlen( ptr1 );
356 if ( jchar == 0 )
break;
358 QString ires = QString( ptr1 );
359 ulong iid = ires.section(
" ", 0, 0 ).toULong( &ok, 16 );
360 QString iname = ires.section(
" ", 1, -1 ).simplified();