QtNodeObserver Class Reference

#include <ArmarXGui/gui-plugins/SystemStateMonitorPlugin/IceGridViewer/NodeObserver.h>

+ Inheritance diagram for QtNodeObserver:

Public Member Functions

void nodeDown (const std::string &name, const ::Ice::Current &=Ice::emptyCurrent) override
 
void nodeInit (const IceGrid::NodeDynamicInfoSeq &nodes, const ::Ice::Current &=Ice::emptyCurrent) override
 
void nodeUp (const IceGrid::NodeDynamicInfo &node, const ::Ice::Current &=Ice::emptyCurrent) override
 
 QtNodeObserver (armarx::IceGridViewer *viewer)
 
void updateAdapter (const std::string &node, const IceGrid::AdapterDynamicInfo &updatedInfo, const ::Ice::Current &=Ice::emptyCurrent) override
 
void updateServer (const std::string &node, const IceGrid::ServerDynamicInfo &updatedInfo, const ::Ice::Current &=Ice::emptyCurrent) override
 

Detailed Description

Definition at line 27 of file NodeObserver.h.

Constructor & Destructor Documentation

◆ QtNodeObserver()

QtNodeObserver ( armarx::IceGridViewer viewer)
inline

Definition at line 32 of file NodeObserver.h.

Member Function Documentation

◆ nodeDown()

void nodeDown ( const std::string &  name,
const ::Ice::Current &  = Ice::emptyCurrent 
)
inlineoverride

Definition at line 47 of file NodeObserver.h.

+ Here is the call graph for this function:

◆ nodeInit()

void nodeInit ( const IceGrid::NodeDynamicInfoSeq &  nodes,
const ::Ice::Current &  = Ice::emptyCurrent 
)
inlineoverride

Definition at line 37 of file NodeObserver.h.

+ Here is the call graph for this function:

◆ nodeUp()

void nodeUp ( const IceGrid::NodeDynamicInfo &  node,
const ::Ice::Current &  = Ice::emptyCurrent 
)
inlineoverride

Definition at line 42 of file NodeObserver.h.

+ Here is the call graph for this function:

◆ updateAdapter()

void updateAdapter ( const std::string &  node,
const IceGrid::AdapterDynamicInfo &  updatedInfo,
const ::Ice::Current &  = Ice::emptyCurrent 
)
inlineoverride

Definition at line 57 of file NodeObserver.h.

+ Here is the call graph for this function:

◆ updateServer()

void updateServer ( const std::string &  node,
const IceGrid::ServerDynamicInfo &  updatedInfo,
const ::Ice::Current &  = Ice::emptyCurrent 
)
inlineoverride

Definition at line 52 of file NodeObserver.h.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: