42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpDebug.h>
44 #include <visp3/core/vpException.h>
45 #include <visp3/core/vpNetwork.h>
48 #ifdef VISP_HAVE_FUNC_INET_NTOP
175 unsigned int max_clients;
180 vpServer(
const std::string &adress_serv,
const int &port_serv);
184 bool checkForConnections();
193 bool isStarted() {
return started; }
202 unsigned int getMaxNumberOfClients() {
return max_clients; }
209 unsigned int getNumberOfClients() {
return (
unsigned int)receptor_list.size(); }
222 void setMaxNumberOfClients(
unsigned int &l) { max_clients = l; }