Skip to content

Commit

Permalink
fix: rewrite log_files_impl for major reliability improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Feb 27, 2024
1 parent 3131cc9 commit be852e2
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 398 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class LogFiles : public PluginBase {
*/
struct ProgressData {
float progress{float(NAN)}; /**< @brief Progress from 0 to 1 */
float kbps{float(NAN)}; /**< @brief Data rate in Kbps */
};

/**
Expand Down
Loading

0 comments on commit be852e2

Please sign in to comment.