Package rocon_gateway :: Module graph :: Class Graph
[frames] | no frames]

Class Graph

source code

object --+
         |
        Graph

Utility class for polling statistics from a running gateway-hub network.

Instance Methods
 
__init__(self)
Creates the polling topics necessary for updating statistics about the running gateway-hub network.
source code
 
configure(self) source code
 
local_gateway_name(self) source code
 
update(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

Creates the polling topics necessary for updating statistics about the running gateway-hub network.

Overrides: object.__init__