Go to the source code of this file.
Macros | |
#define | YARPRUN_OK 0 |
#define | YARPRUN_NORESPONSE 1 |
#define | YARPRUN_NOCONNECTION 2 |
#define | YARPRUN_CONNECTION_TIMOUT 3 |
#define | YARPRUN_SEMAPHORE_PARAM 4 |
#define | YARPRUN_UNDEF 5 |
#define | CONNECTION_TIMEOUT 2.0 |
#define | RUN_TIMEOUT 10.0 |
#define | STOP_TIMEOUT 15.0 |
#define | KILL_TIMEOUT 10.0 |
#define | EVENT_THREAD_PERIOD 0.5 |
Variables | |
const char * | yarprun_err_msg [] |
#define CONNECTION_TIMEOUT 2.0 |
Definition at line 18 of file yarpbroker.cpp.
#define EVENT_THREAD_PERIOD 0.5 |
Definition at line 22 of file yarpbroker.cpp.
#define KILL_TIMEOUT 10.0 |
Definition at line 21 of file yarpbroker.cpp.
#define RUN_TIMEOUT 10.0 |
Definition at line 19 of file yarpbroker.cpp.
#define STOP_TIMEOUT 15.0 |
Definition at line 20 of file yarpbroker.cpp.
#define YARPRUN_CONNECTION_TIMOUT 3 |
Definition at line 14 of file yarpbroker.cpp.
#define YARPRUN_NOCONNECTION 2 |
Definition at line 13 of file yarpbroker.cpp.
#define YARPRUN_NORESPONSE 1 |
Definition at line 12 of file yarpbroker.cpp.
#define YARPRUN_OK 0 |
Definition at line 11 of file yarpbroker.cpp.
#define YARPRUN_SEMAPHORE_PARAM 4 |
Definition at line 15 of file yarpbroker.cpp.
#define YARPRUN_UNDEF 5 |
Definition at line 16 of file yarpbroker.cpp.
Definition at line 28 of file yarpbroker.cpp.