📄 menutab.h
字号:
/* * menutab.h: auto generated by menugen * menu state tables for menu processing */#ifndef _MENUTAB_H#define _MENUTAB_H#include <stdio.h>#include "action.h"struct __submenu_list_t__ __submenu_list0__[] = {{1, "1.Read UID"},{2, "2.Read a block"},{3, "3.Write a block"},{-1, NULL}};struct __submenu_list_t__ __submenu_list1__[] = {{-1, NULL}};struct __submenu_list_t__ __submenu_list2__[] = {{-1, NULL}};struct __submenu_list_t__ __submenu_list3__[] = {{-1, NULL}};int __bind_list0__[32] = {-1,1,-1,-1,-2,-1,2,-1,-1,-1,-1,3,-1,-1,-3,-1,-1,-1,-4,-5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,};int __bind_list1__[32] = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,};int __bind_list2__[32] = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,};int __bind_list3__[32] = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,};struct __menu_state_t__ __menu_state__[] = {{"MainMenu", 0, 0, 3, 1, 3, MainLoop, &__submenu_list0__[0], &__bind_list0__[0]},{"RdUID", 0, 0, 0, 0, 3, RdUIDFunc, &__submenu_list1__[0], &__bind_list1__[0]},{"RdBlk", 0, 0, 0, 0, 3, RdBlkFunc, &__submenu_list2__[0], &__bind_list2__[0]},{"WrBlk", 0, 0, 0, 0, 3, WrBlkFunc, &__submenu_list3__[0], &__bind_list3__[0]},};int __num_menu_state__ = 4;#endif /* _MENUTAB_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -