YARP
Yet Another Robot Platform
scriptbroker.cpp File Reference
#include <yarp/manager/scriptbroker.h>
#include <yarp/conf/environment.h>
#include <yarp/conf/filesystem.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/Network.h>
#include <string>
+ Include dependency graph for scriptbroker.cpp:

Go to the source code of this file.

Macros

#define CONNECTION_TIMEOUT   5.0
 

Functions

static Bottle parsePaths (const std::string &txt)
 
static bool fileExists (const char *fname)
 

Variables

constexpr fs::value_type slash = fs::preferred_separator
 
constexpr fs::value_type sep = fs::path_separator
 

Macro Definition Documentation

◆ CONNECTION_TIMEOUT

#define CONNECTION_TIMEOUT   5.0

Definition at line 19 of file scriptbroker.cpp.

Function Documentation

◆ fileExists()

static bool fileExists ( const char *  fname)
static

Definition at line 53 of file scriptbroker.cpp.

◆ parsePaths()

static Bottle parsePaths ( const std::string &  txt)
static

Definition at line 31 of file scriptbroker.cpp.

Variable Documentation

◆ sep

constexpr fs::value_type sep = fs::path_separator
constexpr

Definition at line 28 of file scriptbroker.cpp.

◆ slash

constexpr fs::value_type slash = fs::preferred_separator
constexpr

Definition at line 27 of file scriptbroker.cpp.