swu_update_priority_t

Possible priority levels for a software update

Synopsis:

#include <swu/Common.h>
 
typedef enum {
      SWU_UPDATE_PRIORITY_CRITICAL = 1,   
      SWU_UPDATE_PRIORITY_NORMAL = 10,   
      SWU_UPDATE_PRIORITY_USEFUL = 20   
} swu_update_priority_t;

Data:

SWU_UPDATE_PRIORITY_CRITICAL
Highest priority level.
SWU_UPDATE_PRIORITY_NORMAL
Default priority level.
SWU_UPDATE_PRIORITY_USEFUL
Lowest priority level.

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_update_priority_t enumeration defines possible priority levels for a software update.