Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
menuIDs.h
00001 #ifndef __menuSystem__MenuIDs__ 00002 #define __menuSystem__MenuIDs__ 00003 00004 #define UNASSIGNED 99 00005 #define MAXPAGES 15 00006 //PAGE IDs 00007 #define HOME 0 00008 #define RECORDSET 1 00009 #define OUTPUT 2 00010 #define INPUT 3 00011 #define FILTER 4 00012 #define SAMPRATE 5 // 00013 #define AGC 6 // 00014 #define PLAYBACK 7 // 00015 #define PLAY 8 // 00016 #define DELETESCR 9 // 00017 #define SCREENSET 10 // 00018 #define CONTRAST 11 // 00019 #define PLAYSCR 12 // 00020 #define WARNINGSCR 13 00021 #define RECORDSCR 14 00022 00023 00024 //RECORD SETTINGS MENU IDs 00025 #define RECSETOFFSET 100 00026 #define RECSETOUT 102 00027 #define RECSETIN 103 00028 #define RECSETFILTERS 104 00029 #define RECSETSAMPFRQ 105 00030 #define RECSETAGC 106 00031 00032 //OUTPUT MENU IDs 00033 00034 #define LINE 201 00035 #define HEADPHONES 202 00036 #define SPEAKERS 203 00037 00038 00039 //INPUT MENU IDs 00040 #define INPUTOFFSET 300 00041 #define INMIC 301 00042 #define INLINE 302 00043 00044 //FILTER MENU IDs 00045 #define FILTEROFFSET 400 00046 #define FILTER1 401 00047 #define FILTER2 402 00048 #define FILTER3 403 00049 #define FILTERNONE 404 00050 00051 00052 //SAMPRATE MENU IDSs 00053 #define SAMPLINGOFFSET 500 00054 #define SPEED1 501 00055 #define SPEED2 502 00056 00057 //AGC MENU IDSs 00058 #define AGCOFFSET 600 00059 #define AGCON 601 00060 #define AGCOFF 602 00061 00062 //PLAYBACK MENU IDSs 00063 #define PLAYBACKMENUOFFSET 700 00064 #define PLAYTRACK 701 00065 #define DELETETRACK 702 00066 00067 //PLAY MENU 00068 #define PLAYTRACKOFFSET 800 00069 #define P_TRACKFILE1 801 00070 #define P_TRACKFILE2 802 00071 #define P_TRACKFILE3 803 00072 //Discuss with Brad ***-------------------------------***** 00073 00074 //DELETESCR MENU 00075 #define DELETETRACKOFFSET 900 00076 #define D_TRACKFILE1 901 00077 #define D_TRACKFILE2 902 00078 #define D_TRACKFILE3 903 00079 //Discuss with Brad ***--------------------------------***** 00080 00081 //SCREENSET MENU 00082 #define SCREENSETTINGSOFFSET 1000 00083 #define CONTRASTSELECT 1001 00084 00085 //CONTRAST SETTINGS MENU 00086 #define CONTRASTOFFSET 1100 00087 #define CONTRASTUP 1101 00088 #define CONTRASTDOWN 1102 00089 00090 //PLAYSCR MENU 00091 #define PLAYSCROFFSET 1200 00092 00093 //WARNINGSCR MENU 00094 #define WARNINGSCROFFSET 1300 00095 #define DELETENO 1301 00096 #define DELETEYES 1302 00097 00098 //RECORDSCR MENU 00099 #define RECORDSCROFFSET 1400 00100 00101 #endif
Generated on Sat Jul 23 2022 00:51:58 by
1.7.2
