Multicast and file-based mechanisms for finding the name server. More...
#include <yarp/name/BootstrapServer.h>
Public Member Functions | |
BootstrapServer (NameService &owner) | |
virtual | ~BootstrapServer () |
bool | start () |
bool | stop () |
yarp::os::Contact | where () |
Static Public Member Functions | |
static bool | configFileBootstrap (yarp::os::Contact &contact, bool configFileRequired, bool mayEditConfigFile) |
Multicast and file-based mechanisms for finding the name server.
Definition at line 28 of file BootstrapServer.h.
BootstrapServer::BootstrapServer | ( | NameService & | owner | ) |
Definition at line 73 of file BootstrapServer.cpp.
|
virtual |
Definition at line 82 of file BootstrapServer.cpp.
|
static |
Definition at line 105 of file BootstrapServer.cpp.
bool BootstrapServer::start | ( | ) |
Definition at line 90 of file BootstrapServer.cpp.
bool BootstrapServer::stop | ( | ) |
Definition at line 97 of file BootstrapServer.cpp.
Contact BootstrapServer::where | ( | ) |
Definition at line 197 of file BootstrapServer.cpp.