Variables
udp_client Namespace Reference

Variables

dictionary data
 
 sock
 
float time = 0.0
 

Variable Documentation

dictionary udp_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 16 of file udp_client.py.

udp_client.sock
Initial value:
1 = socket.socket(socket.AF_INET, # Internet
2  socket.SOCK_DGRAM)

Definition at line 8 of file udp_client.py.

float udp_client.time = 0.0

Definition at line 10 of file udp_client.py.



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