Peter Johnson
5cc923de33
[wpilib] DataLogManager: Use logs subdirectory on USB drives ( #5975 )
2023-11-30 23:13:51 -08:00
Peter Johnson
e117274a67
[wpilib] Change default Rio log dir from /home/lvuser to /home/lvuser/logs ( #5899 )
2023-11-14 12:20:51 -08:00
Peter Johnson
95fa5ec72f
[wpilibc,ntcoreffi] DataLogManager: join on Stop() call ( #5910 )
...
This ensures the thread has finished prior to returning from Stop().
2023-11-10 21:03:30 -08:00
Peter Johnson
f1a82828fe
[wpiutil] Add DataLog and DataLogManager Stop() ( #5860 )
...
Restarting a stopped log results in creating a new log file with fresh copies of the same start records and schema data records.
Also check to see if the file has been deleted or if the log file exceeds 1.8 GB, and start a new one.
2023-11-03 20:34:43 -07:00
Peter Johnson
48facb9cef
[ntcoreffi] Add DataLogManager ( #5702 )
...
This is a copy of wpilibc's DataLogManager with shims for the HAL and
wpilibc functionality for LabView use.
2023-10-01 13:59:15 -07:00