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>
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 |
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.
|
inline |
Definition at line 30 of file FallbackNameServer.h.
|
overridevirtual |
Reimplemented from yarp::os::impl::ThreadImpl.
Definition at line 66 of file FallbackNameServer.cpp.
|
static |
Definition at line 28 of file FallbackNameServer.cpp.
|
overridevirtual |
Reimplemented from yarp::os::impl::ThreadImpl.
Definition at line 37 of file FallbackNameServer.cpp.