#include <yarp/os/impl/SplitString.h>
#include <yarp/manager/localbroker.h>
#include <csignal>
#include <cstring>
#include <cstdlib>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <cerrno>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | RUN_TIMEOUT 10.0 |
#define | STOP_TIMEOUT 15.0 |
#define | KILL_TIMEOUT 10.0 |
#define | CONNECTION_TIMEOUT 2.0 |
#define | WRITE_TO_PIPE 1 |
#define | READ_FROM_PIPE 0 |
#define | PIPE_TIMEOUT 0 |
#define | PIPE_EVENT 1 |
#define | PIPE_SIGNALED 2 |
#define | C_MAXARGS 128 |
#define C_MAXARGS 128 |
Definition at line 38 of file localbroker.cpp.
#define CONNECTION_TIMEOUT 2.0 |
Definition at line 18 of file localbroker.cpp.
#define KILL_TIMEOUT 10.0 |
Definition at line 17 of file localbroker.cpp.
#define PIPE_EVENT 1 |
Definition at line 36 of file localbroker.cpp.
#define PIPE_SIGNALED 2 |
Definition at line 37 of file localbroker.cpp.
#define PIPE_TIMEOUT 0 |
Definition at line 35 of file localbroker.cpp.
#define READ_FROM_PIPE 0 |
Definition at line 21 of file localbroker.cpp.
#define RUN_TIMEOUT 10.0 |
Definition at line 15 of file localbroker.cpp.
#define STOP_TIMEOUT 15.0 |
Definition at line 16 of file localbroker.cpp.
#define WRITE_TO_PIPE 1 |
Definition at line 20 of file localbroker.cpp.