#include #include "TcpClient.h" void printUsage() { cout<<"usage: EthernetRawCommand [scpi-command]"< 0 ) { string rcStr = ""; client.receive( rcStr ); cout << rcStr << endl; } } if( useSingleCommand ) { terminate = true; } } }catch( const string errorString ) { cout<