| 
    CoreNEURON
    
   | 
 
Progressbar data structure (do not modify or create directly) More...
Progressbar data structure (do not modify or create directly)
Definition at line 21 of file progressbar.hpp.
#include <progressbar.hpp>
Public Attributes | |
| unsigned long | max | 
| maximum value  More... | |
| unsigned long | value | 
| current value  More... | |
| unsigned long | prev_sample_value | 
| value of the previous progress bar drawn in output  More... | |
| time_t | draw_time_interval | 
| time interval between consecutive bar redraws (seconds)  More... | |
| unsigned long | drawn_count | 
| number of redrawn bars  More... | |
| time_t | start | 
| time progressbar was started  More... | |
| time_t | prev_t | 
| time progressbar was drawn for last time  More... | |
| const char * | label | 
| label  More... | |
| double | t | 
| current time (added for simulation)  More... | |
| struct { | |
| char begin | |
| char fill | |
| char end | |
| } | format | 
| characters for the beginning, filling and end of the progressbar.  More... | |
| char progressbar::begin | 
Definition at line 52 of file progressbar.hpp.
| time_t progressbar::draw_time_interval | 
time interval between consecutive bar redraws (seconds)
Definition at line 32 of file progressbar.hpp.
| unsigned long progressbar::drawn_count | 
number of redrawn bars
Definition at line 35 of file progressbar.hpp.
| char progressbar::end | 
Definition at line 54 of file progressbar.hpp.
| char progressbar::fill | 
Definition at line 53 of file progressbar.hpp.
| struct { ... } progressbar::format | 
characters for the beginning, filling and end of the progressbar.
E.g. |### | has |#|
| const char* progressbar::label | 
label
Definition at line 44 of file progressbar.hpp.
| unsigned long progressbar::max | 
maximum value
Definition at line 23 of file progressbar.hpp.
| unsigned long progressbar::prev_sample_value | 
value of the previous progress bar drawn in output
Definition at line 29 of file progressbar.hpp.
| time_t progressbar::prev_t | 
time progressbar was drawn for last time
Definition at line 41 of file progressbar.hpp.
| time_t progressbar::start | 
time progressbar was started
Definition at line 38 of file progressbar.hpp.
| double progressbar::t | 
current time (added for simulation)
Definition at line 47 of file progressbar.hpp.
| unsigned long progressbar::value | 
current value
Definition at line 26 of file progressbar.hpp.