YARP
Yet Another Robot Platform
yarp::name::BootstrapServer Class Reference

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)
 

Detailed Description

Multicast and file-based mechanisms for finding the name server.

Definition at line 28 of file BootstrapServer.h.

Constructor & Destructor Documentation

◆ BootstrapServer()

BootstrapServer::BootstrapServer ( NameService owner)

Definition at line 73 of file BootstrapServer.cpp.

◆ ~BootstrapServer()

BootstrapServer::~BootstrapServer ( )
virtual

Definition at line 82 of file BootstrapServer.cpp.

Member Function Documentation

◆ configFileBootstrap()

bool BootstrapServer::configFileBootstrap ( yarp::os::Contact contact,
bool  configFileRequired,
bool  mayEditConfigFile 
)
static

Definition at line 105 of file BootstrapServer.cpp.

◆ start()

bool BootstrapServer::start ( )

Definition at line 90 of file BootstrapServer.cpp.

◆ stop()

bool BootstrapServer::stop ( )

Definition at line 97 of file BootstrapServer.cpp.

◆ where()

Contact BootstrapServer::where ( )

Definition at line 197 of file BootstrapServer.cpp.


The documentation for this class was generated from the following files: