YARP
Yet Another Robot Platform
NameServer.cpp File Reference
#include <yarp/os/ConnectionWriter.h>
#include <yarp/os/ManagedBytes.h>
#include <yarp/os/NetType.h>
#include <yarp/os/impl/LogComponent.h>
#include <yarp/os/impl/NameConfig.h>
#include <yarp/os/impl/NameServer.h>
#include <yarp/os/impl/SplitString.h>
#include <yarp/conf/version.h>
#include <yarp/os/Network.h>
#include <yarp/os/Port.h>
#include <yarp/os/Property.h>
#include <yarp/os/Time.h>
#include <yarp/os/Value.h>
#include <yarp/os/Vocab.h>
#include <map>
#include <set>
+ Include dependency graph for NameServer.cpp:

Go to the source code of this file.

Macros

#define STR(x)   STR_HELP(x).c_str()
 

Functions

const yarp::os::LogComponentNAMESERVER ()
 
static std::string STR_HELP (const char *txt)
 
static std::string ns_terminate (const std::string &str)
 

Macro Definition Documentation

◆ STR

#define STR (   x)    STR_HELP(x).c_str()

Definition at line 41 of file NameServer.cpp.

Function Documentation

◆ NAMESERVER()

const yarp::os::LogComponent& NAMESERVER ( )

Definition at line 32 of file NameServer.cpp.

◆ ns_terminate()

static std::string ns_terminate ( const std::string &  str)
static

Definition at line 680 of file NameServer.cpp.

◆ STR_HELP()

static std::string STR_HELP ( const char *  txt)
static

Definition at line 35 of file NameServer.cpp.