-
- Downloads
Added some comments in commands.c/h, callbacks.c/h
- Added a comment saying that we may not need the ID parameter on the MessageType Struct anymore. - Removed calls of the nature: "MessageTypes[TYPE_ID].ID" and replaced them with "TYPE_ID" because it is the same thing.. - Added function comments in callbacks.c - Simplified the callbacks.c by having a more generic setval, getval, respval callback function instead of a billion of them for each PID value.
Showing
- groundStation/src/backend/commands.h 7 additions, 0 deletionsgroundStation/src/backend/commands.h
- quad/sw/modular_quad_pid/src/callbacks.c 42 additions, 11 deletionsquad/sw/modular_quad_pid/src/callbacks.c
- quad/sw/modular_quad_pid/src/log_data.c 2 additions, 2 deletionsquad/sw/modular_quad_pid/src/log_data.c
Please register or sign in to comment