Progress bar descriptor. More...
Progress bar descriptor.
Definition at line 81 of file progress_bar.h.
#include <progress_bar.h>
Data Fields | |
uint8_t | value |
Current value of the progress bar. More... | |
char | prefix [PROGRESS_BAR_PREFIX_MAX_LENGTH] |
Prefix displayed on the left of the progress bar. | |
char | suffix [PROGRESS_BAR_SUFFIX_MAX_LENGTH] |
Suffix displayed on the right of the progress bar. | |
uint8_t progress_bar_t::value |
Current value of the progress bar.
Must be between 0 and 100 (included)
Definition at line 83 of file progress_bar.h.