Using the µVision Socket Interface  Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Progressbar Command Codes

Enumerations

enum  PGCMD {
  UV_PROGRESS_INIT = 1,
  UV_PROGRESS_SETPOS = 2,
  UV_PROGRESS_CLOSE = 3,
  UV_PROGRESS_INITTXT = 4,
  UV_PROGRESS_SETTEXT = 5,
  UV_PROGRESS_END
}
 

Description

Enumeration Type Documentation

enum PGCMD

uVision Progress bar control type definition

Indicates the type of uVision progress bar operation to perform.

Enumerator
UV_PROGRESS_INIT 

Initialize progress bar with optional label (in %-mode)

UV_PROGRESS_SETPOS 

Set progress bar percentage (0...100)

UV_PROGRESS_CLOSE 

Close the progress bar.

UV_PROGRESS_INITTXT 

Initialize progress bar (in text mode)

UV_PROGRESS_SETTEXT 

Set inside bar text in text mode.

UV_PROGRESS_END 

Always at end.