class TrendChart.MyConnection
class TrendChart.Trace
namespace TrendChart
TrendChart.start_client (loop, host, port, name)
TrendChart.lost_connection (client)
TrendChart.have_connection (client)
TrendChart.registerPoint (client, point_name, square=False, extend=False)
TrendChart.on_point_changed (client, point)
TrendChart.update_plot (client)
TrendChart.traceDictionary = dict()
int TrendChart.window_size = 60
TrendChart.current_time = datetime.now()
TrendChart.start_time = current_time - timedelta(minutes=1)