CoreNEURON
progressbar Struct Reference

Progressbar data structure (do not modify or create directly) More...

Detailed Description

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...
 

Member Data Documentation

◆ begin

char progressbar::begin

Definition at line 52 of file progressbar.hpp.

◆ draw_time_interval

time_t progressbar::draw_time_interval

time interval between consecutive bar redraws (seconds)

Definition at line 32 of file progressbar.hpp.

◆ drawn_count

unsigned long progressbar::drawn_count

number of redrawn bars

Definition at line 35 of file progressbar.hpp.

◆ end

char progressbar::end

Definition at line 54 of file progressbar.hpp.

◆ fill

char progressbar::fill

Definition at line 53 of file progressbar.hpp.

◆ format

struct { ... } progressbar::format

characters for the beginning, filling and end of the progressbar.

E.g. |### | has |#|

◆ label

const char* progressbar::label

label

Definition at line 44 of file progressbar.hpp.

◆ max

unsigned long progressbar::max

maximum value

Definition at line 23 of file progressbar.hpp.

◆ prev_sample_value

unsigned long progressbar::prev_sample_value

value of the previous progress bar drawn in output

Definition at line 29 of file progressbar.hpp.

◆ prev_t

time_t progressbar::prev_t

time progressbar was drawn for last time

Definition at line 41 of file progressbar.hpp.

◆ start

time_t progressbar::start

time progressbar was started

Definition at line 38 of file progressbar.hpp.

◆ t

double progressbar::t

current time (added for simulation)

Definition at line 47 of file progressbar.hpp.

◆ value

unsigned long progressbar::value

current value

Definition at line 26 of file progressbar.hpp.


The documentation for this struct was generated from the following file: