Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

menuIDs.h

Committer:
Rybowonder
Date:
2013-05-04
Revision:
8:6ddb8c26387a
Parent:
4:1178a1905490

File content as of revision 8:6ddb8c26387a:

#ifndef __menuSystem__MenuIDs__
#define __menuSystem__MenuIDs__

#define   UNASSIGNED        99
#define   MAXPAGES          15
//PAGE IDs
#define   HOME              0
#define   RECORDSET         1
#define   OUTPUT            2
#define   INPUT             3
#define   FILTER            4
#define   SAMPRATE          5 //
#define   AGC               6 //
#define   PLAYBACK          7 //
#define   PLAY              8 //
#define   DELETESCR         9 //
#define   SCREENSET         10 //
#define   CONTRAST          11 //
#define   PLAYSCR           12 //
#define   WARNINGSCR        13
#define   RECORDSCR         14


//RECORD SETTINGS  MENU IDs
#define   RECSETOFFSET      100
#define   RECSETOUT         102   
#define   RECSETIN          103   
#define   RECSETFILTERS     104   
#define   RECSETSAMPFRQ     105   
#define   RECSETAGC         106   

//OUTPUT  MENU IDs

#define   LINE              201   
#define   HEADPHONES        202   
#define   SPEAKERS          203   
 

//INPUT  MENU IDs
#define   INPUTOFFSET       300
#define   INMIC             301   
#define   INLINE            302   
 
//FILTER  MENU IDs
#define   FILTEROFFSET      400
#define   FILTER1           401   
#define   FILTER2           402     
#define   FILTER3           403   
#define   FILTERNONE        404   


//SAMPRATE MENU IDSs
#define   SAMPLINGOFFSET    500
#define   SPEED1            501   
#define   SPEED2            502   

//AGC MENU IDSs
#define   AGCOFFSET         600
#define   AGCON             601   
#define   AGCOFF            602   
  
//PLAYBACK MENU IDSs
#define   PLAYBACKMENUOFFSET     700
#define   PLAYTRACK              701   
#define   DELETETRACK            702   

//PLAY MENU
#define   PLAYTRACKOFFSET         800
#define   P_TRACKFILE1            801
#define   P_TRACKFILE2            802
#define   P_TRACKFILE3            803
//Discuss with Brad  ***-------------------------------*****

//DELETESCR MENU
#define   DELETETRACKOFFSET      900
#define   D_TRACKFILE1           901
#define   D_TRACKFILE2           902
#define   D_TRACKFILE3           903
//Discuss with Brad ***--------------------------------*****

//SCREENSET MENU
#define   SCREENSETTINGSOFFSET    1000
#define   CONTRASTSELECT          1001

//CONTRAST SETTINGS MENU
#define   CONTRASTOFFSET          1100
#define   CONTRASTUP              1101
#define   CONTRASTDOWN            1102

//PLAYSCR MENU                    
#define   PLAYSCROFFSET           1200

//WARNINGSCR MENU
#define   WARNINGSCROFFSET        1300
#define   DELETENO                1301
#define   DELETEYES               1302

//RECORDSCR MENU
#define   RECORDSCROFFSET         1400

#endif