YARP
Yet Another Robot Platform
yarp::os::impl::FallbackNameServer Class Reference

Multi-cast server, for last resort information sharing about name information – when config files are missing or wrong. More...

#include <yarp/os/impl/FallbackNameServer.h>

+ Inheritance diagram for yarp::os::impl::FallbackNameServer:

Public Member Functions

 FallbackNameServer (NameServerStub &owner)
 
void run () override
 
void close () override
 
- Public Member Functions inherited from yarp::os::impl::ThreadImpl
virtual ~ThreadImpl ()
 
int join (double seconds=-1)
 
void askToClose ()
 
virtual bool start ()
 
bool isClosing ()
 
bool isRunning ()
 
virtual void beforeStart ()
 
virtual void afterStart (bool success)
 
virtual bool threadInit ()
 
virtual void threadRelease ()
 
long int getKey ()
 
void notify (bool s)
 
void notifyOpened (bool s)
 
void synchroWait ()
 
void synchroPost ()
 
int setPriority (int priority=-1, int policy=-1)
 
int getPriority ()
 
int getPolicy ()
 
long getTid ()
 

Static Public Member Functions

static Contact getAddress ()
 
- Static Public Member Functions inherited from yarp::os::impl::ThreadImpl
static int getCount ()
 
static long int getKeyOfCaller ()
 
static void yield ()
 

Additional Inherited Members

- Public Attributes inherited from yarp::os::impl::ThreadImpl
long tid {-1}
 
std::thread::id id
 

Detailed Description

Multi-cast server, for last resort information sharing about name information – when config files are missing or wrong.

Definition at line 26 of file FallbackNameServer.h.

Constructor & Destructor Documentation

◆ FallbackNameServer()

yarp::os::impl::FallbackNameServer::FallbackNameServer ( NameServerStub owner)
inline

Definition at line 30 of file FallbackNameServer.h.

Member Function Documentation

◆ close()

void FallbackNameServer::close ( )
overridevirtual

Reimplemented from yarp::os::impl::ThreadImpl.

Definition at line 66 of file FallbackNameServer.cpp.

◆ getAddress()

Contact FallbackNameServer::getAddress ( )
static

Definition at line 28 of file FallbackNameServer.cpp.

◆ run()

void FallbackNameServer::run ( )
overridevirtual

Reimplemented from yarp::os::impl::ThreadImpl.

Definition at line 37 of file FallbackNameServer.cpp.


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