14 #include <QDataStream> 23 explicit QSocketComm( std::string host_name, uint port_number, QObject *parent = 0 );
26 void Send( std::string command, std::string terminator=
"\n" );
27 void SendScl( std::string command );
29 std::string Receive();
30 std::string ReceiveSafe();
37 #endif // Q_SOCKETCOMM_H Definition: q_socket_comm.h:18