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. | |
char | prefix [CONFIG_PROGRESS_BAR_PREFIX_MAX_LENGTH] |
Prefix displayed on the left of the progress bar. | |
char | suffix [CONFIG_PROGRESS_BAR_SUFFIX_MAX_LENGTH] |
Suffix displayed on the right of the progress bar. | |
char progress_bar_t::prefix[CONFIG_PROGRESS_BAR_PREFIX_MAX_LENGTH] |
Prefix displayed on the left of the progress bar.
Definition at line 85 of file progress_bar.h.
char progress_bar_t::suffix[CONFIG_PROGRESS_BAR_SUFFIX_MAX_LENGTH] |
Suffix displayed on the right of the progress bar.
Definition at line 87 of file progress_bar.h.
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.