Project

General

Profile

Revision 1089

Can now move robots with the GUI, deletion built into GUI but doesn't work in the backend.

View differences:

robot.h
38 38

  
39 39
void robot_iterator_reset(void);
40 40
Robot* robot_iterator_next(void);
41
Robot* robot_get(int id);
41 42

  
42 43
void* robot_event_loop(void* arg);
43 44
void* logger_step_loop(void* arg);

Also available in: Unified diff