YARP
Yet Another Robot Platform
BootstrapServerAdapter Class Reference

Adapt YARP multicast server to use a different NameService. More...

+ Inheritance diagram for BootstrapServerAdapter:

Public Member Functions

 BootstrapServerAdapter (NameService &owner)
 
virtual ~BootstrapServerAdapter ()
 
std::string apply (const std::string &txt, const Contact &remote) override
 
bool start ()
 
bool stop ()
 
- Public Member Functions inherited from yarp::os::impl::NameServerStub
virtual ~NameServerStub ()=default
 

Detailed Description

Adapt YARP multicast server to use a different NameService.

Definition at line 31 of file BootstrapServer.cpp.

Constructor & Destructor Documentation

◆ BootstrapServerAdapter()

BootstrapServerAdapter::BootstrapServerAdapter ( NameService owner)
inline

Definition at line 36 of file BootstrapServer.cpp.

◆ ~BootstrapServerAdapter()

virtual BootstrapServerAdapter::~BootstrapServerAdapter ( )
inlinevirtual

Definition at line 44 of file BootstrapServer.cpp.

Member Function Documentation

◆ apply()

std::string BootstrapServerAdapter::apply ( const std::string &  txt,
const Contact remote 
)
inlineoverridevirtual

Implements yarp::os::impl::NameServerStub.

Definition at line 49 of file BootstrapServer.cpp.

◆ start()

bool BootstrapServerAdapter::start ( )
inline

Definition at line 63 of file BootstrapServer.cpp.

◆ stop()

bool BootstrapServerAdapter::stop ( )
inline

Definition at line 67 of file BootstrapServer.cpp.


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