BoB robotics
The Brains on Board robotics library
BoBRobotics::ProgressBar Class Reference

Show the progress of a long-running process including estimated remaining time. More...

#include <progress_bar.h>

Public Member Functions

 ProgressBar (std::string description, size_t total, size_t initialValue=0)
 
void cancel ()
 Cancel the associated thread and reset the console.
 
void increment ()
 Indicate that another op has occurred.
 

Detailed Description

Show the progress of a long-running process including estimated remaining time.


The documentation for this class was generated from the following files: