25 m_name(name), m_address(address), m_port(port)
30 m_name(QString(name.c_str())), m_address(QString(address.c_str())), m_port(port)
ServerInfo(QString name, QString address, int port)
Constructor.
Interface for ServerInfo.
QString GetName()
Return the name of the server.
int GetPort()
Return the port of the server.
void Update(QString address, int port)
Update values for server.
virtual ~ServerInfo()
Destructor.
QString GetAddress()
Return the address of the server.
Namespace for SimPT parameter explorer package.