Skip to content

Logging last 30 seconds of data using file ping pong buffer #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ddfbe36
Attempting to implement ping pong buffer to only keep last 30 seconds…
JustinDMorrison Mar 1, 2025
7e28ecc
Removed function for checking file name length
JustinDMorrison Mar 1, 2025
fdc0133
Added error check to make sure log file number is for sure a digit. A…
JustinDMorrison Mar 1, 2025
295d409
Spacing fixes
JustinDMorrison Mar 1, 2025
249663d
Converted all file descriptions to FILE streams and added FILE * for …
JustinDMorrison Mar 4, 2025
4b76073
Added file behaviour pseudocode at top of file. Commented out repetit…
JustinDMorrison Mar 4, 2025
eb4d0f4
"Added function to swap active log file. Now check for error when get…
JustinDMorrison Mar 8, 2025
5ad420c
Resolved merge conflict in collection.c
JustinDMorrison Mar 10, 2025
d855c92
Merge branch 'main' of https://github.com/CarletonURocketry/inspace-n…
JustinDMorrison Mar 10, 2025
cb125a1
Fixed some small typos and removed commented out code.
JustinDMorrison Mar 17, 2025
7a53fe9
Updated to not track .vscode settings
JustinDMorrison Mar 17, 2025
4481aff
"Moved functions bodies to below logging_main, put declarations above…
JustinDMorrison Mar 22, 2025
d8e618a
Made helper function try_open_file to simplify code. Tweaked error h…
JustinDMorrison Mar 22, 2025
d2adf6e
Fixed how max boot number found, now looks in /tmp folder. Also used …
JustinDMorrison Mar 29, 2025
24fe246
Made macro to replace ugly preprocessor checks all over the code that…
JustinDMorrison Mar 31, 2025
0ea546f
find_max_boot_number now takes format string to distinguish between f…
JustinDMorrison Mar 31, 2025
45aeccd
Minor cleanup
JustinDMorrison Mar 31, 2025
f82b0eb
Merge branch 'main' of https://github.com/CarletonURocketry/inspace-n…
JustinDMorrison Apr 7, 2025
ba9a824
Merge branch 'main' into logging
JustinDMorrison Apr 7, 2025
255f403
Merge branch 'logging' of https://github.com/CarletonURocketry/inspac…
JustinDMorrison Apr 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading