Loading...
Searching...
No Matches
progress_bar_t Struct Reference

Progress bar descriptor. More...

Detailed Description

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.
 

Field Documentation

◆ prefix

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.

◆ suffix

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.

◆ value

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.


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