|
|
#include <ArmarXCore/applications/ArmarXStorm/IceStorm/Observers.h>
Inheritance diagram for Observers:Public Member Functions | |
| void | addSubscriber (const LogUpdate &, const std::string &, const IceStorm::SubscriberRecord &) |
| bool | check () |
| void | clear () |
| void | createTopic (const LogUpdate &, const std::string &) |
| void | destroyTopic (const LogUpdate &, const std::string &) |
| void | getReapedSlaves (std::vector< int > &) |
| void | init (const std::set< IceStormElection::GroupNodeInfo > &, const LogUpdate &, const TopicContentSeq &) |
| Observers (const IceStorm::InstancePtr &) | |
| void | removeSubscriber (const LogUpdate &, const std::string &, const Ice::IdentitySeq &) |
| void | setMajority (unsigned int) |
Definition at line 33 of file Observers.h.
| Observers | ( | const IceStorm::InstancePtr & | instance | ) |
Definition at line 18 of file Observers.cpp.
| void addSubscriber | ( | const LogUpdate & | , |
| const std::string & | , | ||
| const IceStorm::SubscriberRecord & | |||
| ) |
Definition at line 160 of file Observers.cpp.
| bool check | ( | ) |
| void clear | ( | ) |
Definition at line 66 of file Observers.cpp.
| void createTopic | ( | const LogUpdate & | , |
| const std::string & | |||
| ) |
Definition at line 138 of file Observers.cpp.
| void destroyTopic | ( | const LogUpdate & | , |
| const std::string & | |||
| ) |
Definition at line 149 of file Observers.cpp.
| void getReapedSlaves | ( | std::vector< int > & | d | ) |
Definition at line 73 of file Observers.cpp.
| void init | ( | const std::set< IceStormElection::GroupNodeInfo > & | , |
| const LogUpdate & | , | ||
| const TopicContentSeq & | |||
| ) |
| void removeSubscriber | ( | const LogUpdate & | , |
| const std::string & | , | ||
| const Ice::IdentitySeq & | |||
| ) |
Definition at line 171 of file Observers.cpp.
| void setMajority | ( | unsigned int | majority | ) |
Definition at line 24 of file Observers.cpp.