Package rocon_conductor_graph :: Module conductor_graph_info :: Class ConductorGraphInfo
[frames] | no frames]

Class ConductorGraphInfo

source code

object --+
         |
        ConductorGraphInfo

Instance Methods
 
__init__(self)
Creates the polling topics necessary for updating statistics about the running gateway-hub network.
source code
 
update_client_list(self, data) source code
 
set_random_connection_strength(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__