Variables
websocket_client Namespace Reference

Variables

dictionary data
 
float time = 0.0
 
 ws = websocket.WebSocket()
 

Variable Documentation

dictionary websocket_client.data
Initial value:
1 = {
2  "timestamp": time,
3  "test_data": {
4  "cos": math.cos(time),
5  "sin": math.sin(time)
6  }
7  }

Definition at line 19 of file websocket_client.py.

float websocket_client.time = 0.0

Definition at line 13 of file websocket_client.py.

websocket_client.ws = websocket.WebSocket()

Definition at line 10 of file websocket_client.py.



plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:53