]> Kevux Git Server - kevux-tools/commit
Update: Break apart TacocaT receive steps into multiple functions.
authorKevin Day <Kevin@kevux.org>
Tue, 25 Nov 2025 02:59:38 +0000 (20:59 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 25 Nov 2025 03:35:40 +0000 (21:35 -0600)
commit7e2f522141e8fccb843edf9f2d86c7f7e6a54c03
treef6d21ef20412818510a243b12acbbbc3a846d32b
parent8dc1ffbcc93dc45934ae926040f756d027301345
Update: Break apart TacocaT receive steps into multiple functions.

This adds a lot more files but cleans up the code quite a bit.
The `kt_tacocat_receive_process()` function is now easier to read and follow.

Update the send steps.
26 files changed:
data/build/stand_alone/settings/settings.tacocat
data/build/tacocat/settings
sources/c/program/kevux/tools/tacocat/main/common/define.h
sources/c/program/kevux/tools/tacocat/main/packet.c
sources/c/program/kevux/tools/tacocat/main/receive.c
sources/c/program/kevux/tools/tacocat/main/receive.h
sources/c/program/kevux/tools/tacocat/main/receive/step/check.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/check.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/control.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/control.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/done.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/done.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/extract.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/extract.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/find.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/find.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/next.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/next.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/packet.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/packet.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/write.c [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/receive/step/write.h [new file with mode: 0644]
sources/c/program/kevux/tools/tacocat/main/send.c
sources/c/program/kevux/tools/tacocat/main/send.h
sources/c/program/kevux/tools/tacocat/main/send/step/wait.h
sources/c/program/kevux/tools/tacocat/main/tacocat.h