#include <yarp/manager/yarpbroker.h>
#include <csignal>
#include <cstring>
Go to the source code of this file.
◆ CONNECTION_TIMEOUT
#define CONNECTION_TIMEOUT 2.0 |
◆ EVENT_THREAD_PERIOD
#define EVENT_THREAD_PERIOD 0.5 |
◆ KILL_TIMEOUT
#define KILL_TIMEOUT 10.0 |
◆ RUN_TIMEOUT
◆ STOP_TIMEOUT
#define STOP_TIMEOUT 15.0 |
◆ YARPRUN_CONNECTION_TIMOUT
#define YARPRUN_CONNECTION_TIMOUT 3 |
◆ YARPRUN_NOCONNECTION
#define YARPRUN_NOCONNECTION 2 |
◆ YARPRUN_NORESPONSE
#define YARPRUN_NORESPONSE 1 |
◆ YARPRUN_OK
◆ YARPRUN_SEMAPHORE_PARAM
#define YARPRUN_SEMAPHORE_PARAM 4 |
◆ YARPRUN_UNDEF
◆ yarprun_err_msg
const char* yarprun_err_msg[] |
Initial value:= { " (Ok) ",
" (Remote host does not respond) ",
" (Remote host does no exist) ",
" (Timeout while connecting to the remote host) ",
" (Blocked in broker semaphor) ",
" (Undefined message) " }
Definition at line 31 of file yarpbroker.cpp.