CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
8 stars 0 forks source link

Telecommand Agenda: delete elements from the agenda (`agenda_delete_by_tssent`, `agenda_delete_all`) #109

Closed parker-research closed 3 months ago

parker-research commented 4 months ago

Create a telecommand to remove a telecommand from the agenda.

Telecommand 1: agenda_delete_by_tssent

Delete an entry from the agenda by its unique timestamp_sent field.

Argument: tssent value of the command to delete.

Telecommand 2: agenda_delete_all

Delete all entries from the agenda. No arguments.

Notes