Package rosh :: Package impl :: Module top_tools
[frames] | no frames]

Module top_tools

source code

Classes
  TopicTool
Abstraction of general topic tool API
  Mux
Interface to topic_tools/mux
  Relay
Interface to topic_tools/relay
  Throttle
Interface to topic_tools/relay
Functions
 
mux_factory(ctx) source code
 
throttle_factory(ctx) source code
 
throttlebw_factory(ctx) source code
 
relay_factory(ctx) source code
 
udprelay_factory(ctx) source code
 
topic_tools_symbols(ctx)
Generate API for topic tools based on ctx instance.
source code
Variables
  THROTTLE_MODE_MESSAGES = 'messages'
  THROTTLE_MODE_BYTES = 'bytes'
  __package__ = 'rosh.impl'
Function Details

topic_tools_symbols(ctx)

source code 

Generate API for topic tools based on ctx instance.

Returns:
dictionary of symbols for topic tools user-facing API