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
µVision Menu Codes

Enumerations

enum  UVMENUTYPES {
  UVMENU_DEBUG = 0,
  UVMENU_SYS_VIEW = 1,
  UVMENU_PERI = 2,
  UVMENU_RTX = 3,
  UVMENU_CAN = 4,
  UVMENU_AGDI = 5,
  UVMENU_TOOLBOX = 6,
  UVMENU_END
}
 

Description

Enumeration Type Documentation

View types

View types used by menuenum_t structure

Enumerator
UVMENU_DEBUG 

Static uVision debug views (Disassembly, ToolBox, Trace Data, etc.)

UVMENU_SYS_VIEW 

System viewer views.

UVMENU_PERI 

Peripheral dialogs.

UVMENU_RTX 

Rtx dialogs (reserved)

UVMENU_CAN 

CAN dialogs (reserved)

UVMENU_AGDI 

AGDI Extention dialogs (reserved)

UVMENU_TOOLBOX 

ToolBox entries.

UVMENU_END 

Always at end.