swu_progress_t

Percentage-based progress indicator

Synopsis:

#include <swu/Common.h>

typedef uint8_t swu_progress_t;

Library:

libswu-core

Use the -l swu-core option with qcc to link against the SWU library. This library is usually included automatically.

Description:

The swu_progress_t data type represents operation progress as an integer between 0 and 100 that indicates percentage of completion. Operations that can be measured this way include update installations and verifications.