|
|
defined in <ArmarXCore/applications/ArmarXStorm/IceStorm/Election.ice>
struct QueryInfo { ... }
Data Members | |
| int | coord |
| The nodes coordinator. More... | |
| ::Ice::Int | coord |
| string | group |
| The nodes group name. More... | |
| ::std::string | group |
| int | id |
| The node id. More... | |
| ::Ice::Int | id |
| int | max |
| The highest priority node that this node has seen. More... | |
| ::Ice::Int | max |
| Object * | replica |
| The replica the node is managing. More... | |
| ::Ice::ObjectPrx | replica |
| NodeState | state |
| The node state. More... | |
| ::IceStormElection::NodeState | state |
| GroupInfoSeq | up |
| The sequence of nodes in this nodes group. More... | |
| ::IceStormElection::GroupInfoSeq | up |
Definition at line 177 of file Election.ice.
| int coord |
The nodes coordinator.
Definition at line 183 of file Election.ice.
| ::Ice::Int coord |
Definition at line 1345 of file Election.h.
| string group |
The nodes group name.
Definition at line 186 of file Election.ice.
| ::std::string group |
Definition at line 1346 of file Election.h.
| int id |
The node id.
Definition at line 180 of file Election.ice.
| ::Ice::Int id |
Definition at line 1344 of file Election.h.
| int max |
The highest priority node that this node has seen.
Definition at line 198 of file Election.ice.
| ::Ice::Int max |
Definition at line 1350 of file Election.h.
| Object* replica |
The replica the node is managing.
Definition at line 189 of file Election.ice.
| ::Ice::ObjectPrx replica |
Definition at line 1347 of file Election.h.
| NodeState state |
The node state.
Definition at line 192 of file Election.ice.
| ::IceStormElection::NodeState state |
Definition at line 1348 of file Election.h.
| GroupInfoSeq up |
The sequence of nodes in this nodes group.
Definition at line 195 of file Election.ice.
Definition at line 1349 of file Election.h.