Public Member Functions | |
def | __init__ (self, screen, joint_name, x, y) |
def | refresh (self) |
def | set_temperature (self, temperature) |
Public Attributes | |
joint_name | |
screen | |
temperature | |
x | |
y | |
Definition at line 37 of file temperature_monitor.py.
def temperature_monitor.Joint.__init__ | ( | self, | |
screen, | |||
joint_name, | |||
x, | |||
y | |||
) |
Definition at line 38 of file temperature_monitor.py.
def temperature_monitor.Joint.refresh | ( | self | ) |
Definition at line 52 of file temperature_monitor.py.
def temperature_monitor.Joint.set_temperature | ( | self, | |
temperature | |||
) |
Definition at line 48 of file temperature_monitor.py.
temperature_monitor.Joint.joint_name |
Definition at line 42 of file temperature_monitor.py.
temperature_monitor.Joint.screen |
Definition at line 39 of file temperature_monitor.py.
temperature_monitor.Joint.temperature |
Definition at line 43 of file temperature_monitor.py.
temperature_monitor.Joint.x |
Definition at line 40 of file temperature_monitor.py.
temperature_monitor.Joint.y |
Definition at line 41 of file temperature_monitor.py.