Dynamic information about the state of a node. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| void | ice_printFields (std::ostream &os) const |
| Outputs the name and value of each field of this instance to the stream. | |
| std::tuple< const ::IceGrid::NodeInfo &, const ::IceGrid::ServerDynamicInfoSeq &, const ::IceGrid::AdapterDynamicInfoSeq & > | ice_tuple () const |
| Creates a tuple with all the fields of this struct. | |
Public Attributes | |
| ::IceGrid::AdapterDynamicInfoSeq | adapters |
| The dynamic information of the adapters deployed on this node. | |
| ::IceGrid::NodeInfo | info |
| Some static information about the node. | |
| ::IceGrid::ServerDynamicInfoSeq | servers |
| The dynamic information of the servers deployed on this node. | |