RPC broadcast port.
#include <RpcResponder.hpp>
|
void | setPlayers (std::map< int, Player > *value, std::map< int, int > *players_belief, std::mutex *players_mutex) |
|
|
static const int | MAX_BELIEF = 600 |
| Timeout [s] / Period [s].
|
|
|
virtual bool | read (yarp::os::ConnectionReader &connection) |
| Implements the actual responder (callback on RPC).
|
|
|
yarp::os::Port * | rdBroadcast |
|
std::map< int, Player > * | players |
|
std::map< int, int > * | players_belief |
|
std::mutex * | players_mutex |
|
The documentation for this class was generated from the following files:
- src/libraries/ServerLib/RpcResponder.hpp
- src/libraries/ServerLib/RpcResponder.cpp