Files
allwpilib/datalog
PJ Reiniger 4a2cd3e5d0 [robotpy] Run wpiformat on non-python robotpy files (#8362)
This turns the styleguide on for the non-python robotpy files.

The overwhelming amount of changes were
related to whitespace, followed by some IWYU for standard library
headers.
2026-06-21 19:36:03 -07:00
..
2026-03-13 23:05:55 -07:00
2026-06-09 22:16:26 -07:00

datalog

DataLog is a simple, fast, binary logging format designed to be more advanced than logging converting values to strings, while maintaining speed on embedded platforms. More about the motivation can be found in the DataLog format specification.

Also see the Kaitai Struct file, which uses Kaitai Struct to declaratively describe the DataLog format and allows for generating libraries in other languages to parse DataLog files.