#include <neighbor_comm.h>
Public Member Functions | |
void | broadcast (const Type &value) |
Broadcaster (const std::string &key) | |
~Broadcaster () | |
Private Attributes | |
std::string | key_ |
boost::shared_ptr < micros_swarm::MsgQueueManager > | mqm_ |
boost::shared_ptr< RuntimeHandle > | rth_ |
Definition at line 36 of file neighbor_comm.h.
micros_swarm::Broadcaster< Type >::Broadcaster | ( | const std::string & | key | ) | [inline] |
Definition at line 38 of file neighbor_comm.h.
micros_swarm::Broadcaster< Type >::~Broadcaster | ( | ) | [inline] |
Definition at line 45 of file neighbor_comm.h.
void micros_swarm::Broadcaster< Type >::broadcast | ( | const Type & | value | ) | [inline] |
Definition at line 51 of file neighbor_comm.h.
std::string micros_swarm::Broadcaster< Type >::key_ [private] |
Definition at line 73 of file neighbor_comm.h.
boost::shared_ptr<micros_swarm::MsgQueueManager> micros_swarm::Broadcaster< Type >::mqm_ [private] |
Definition at line 72 of file neighbor_comm.h.
boost::shared_ptr<RuntimeHandle> micros_swarm::Broadcaster< Type >::rth_ [private] |
Definition at line 71 of file neighbor_comm.h.