Public Member Functions | |
| __init__ (self, connection) | |
| set_connection (self, connection) | |
| beat (self) | |
Public Attributes | |
| connection = connection | |
class for signalling heartbeats to the server
| pygaze._eyetracker.pytribe.heartbeat.__init__ | ( | self, | |
| connection ) |
Initializes a heartbeat instance (not implemented in the SDK yet)
arguments
connection -- a pytribe.connection instance for the currently
attached EyeTribe tracker
| pygaze._eyetracker.pytribe.heartbeat.beat | ( | self | ) |
Sends a heartbeat to the device
| pygaze._eyetracker.pytribe.heartbeat.set_connection | ( | self, | |
| connection ) |
Set a new connection
arguments
connection -- a pytribe.connection instance for the currently
attached EyeTribe tracker
| pygaze._eyetracker.pytribe.heartbeat.connection = connection |