QueryInfo Struct Reference

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
 

Detailed Description

Definition at line 177 of file Election.ice.

Data Member Documentation

◆ coord [1/2]

int coord

The nodes coordinator.

Definition at line 183 of file Election.ice.

◆ coord [2/2]

::Ice::Int coord

Definition at line 929 of file Election.h.

◆ group [1/2]

string group

The nodes group name.

Definition at line 186 of file Election.ice.

◆ group [2/2]

::std::string group

Definition at line 930 of file Election.h.

◆ id [1/2]

int id

The node id.

Definition at line 180 of file Election.ice.

◆ id [2/2]

::Ice::Int id

Definition at line 928 of file Election.h.

◆ max [1/2]

int max

The highest priority node that this node has seen.

Definition at line 198 of file Election.ice.

◆ max [2/2]

::Ice::Int max

Definition at line 934 of file Election.h.

◆ replica [1/2]

Object* replica

The replica the node is managing.

Definition at line 189 of file Election.ice.

◆ replica [2/2]

::Ice::ObjectPrx replica

Definition at line 931 of file Election.h.

◆ state [1/2]

NodeState state

The node state.

Definition at line 192 of file Election.ice.

◆ state [2/2]

Definition at line 932 of file Election.h.

◆ up [1/2]

The sequence of nodes in this nodes group.

Definition at line 195 of file Election.ice.

◆ up [2/2]

Definition at line 933 of file Election.h.


The documentation for this struct was generated from the following files: