fork download
  1. typedef struct
  2. {
  3. /*set_AP1*/ #note_1
  4. unsigned char AR_Time;
  5. /*index_in*/ #note_1
  6. /*index_out*/ #note_1
  7. unsigned short Sampling_Time;
  8. unsigned char Calibration_State;
  9. /*priority*/ #note_1
  10. /*gap_time*/ #note_1
  11. float Over_Noise_Level;
  12. float Min_Gain;
  13. float Max_Gain;
  14. float Malfunction_Level;
  15. float Ang_Level;
  16. float Output_Level;
  17. float White_Noise_Level;
  18. float Noise_Threshold;
  19. float Ambient_Noise_SPL;
  20. float C_Sensing_MIC_Level;
  21. float Sensing_MIC_SPL;
  22. float Differential_Level;
  23. /*record_decrease_setting*/ #note_1
  24. /*record_overAmbient*/ #note_1
  25. /*numSlave*/ #note_1
  26. /*numAmp*/ #note_1
  27. /*indexAmp*/ #note_1
  28.  
  29. unsigned char Noise_Reference;#note_2
  30. unsigned char Noise_Level; #note_2
  31. unsigned char Malfunction; #note_2
  32. unsigned char Mode; #note_2
  33. char Current_DNM[20]; #note_2
  34. float Sensing_MIC_Level; #note_2
  35. unsigned char Work_State; #note_2
  36. unsigned char Regulated_State;#note_2
  37. unsigned char Bypass; #note_2
  38. char TitleText[80]; #note_2
  39. }UI_DNM_SD_s;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:3:36: error: invalid preprocessing directive #note_1
     /*set_AP1*/                   #note_1
                                    ^~~~~~
prog.c:5:36: error: invalid preprocessing directive #note_1
     /*index_in*/                  #note_1
                                    ^~~~~~
prog.c:6:36: error: invalid preprocessing directive #note_1
     /*index_out*/                 #note_1
                                    ^~~~~~
prog.c:9:36: error: invalid preprocessing directive #note_1
     /*priority*/                  #note_1
                                    ^~~~~~
prog.c:10:36: error: invalid preprocessing directive #note_1
     /*gap_time*/                  #note_1
                                    ^~~~~~
prog.c:23:36: error: invalid preprocessing directive #note_1
     /*record_decrease_setting*/   #note_1
                                    ^~~~~~
prog.c:24:36: error: invalid preprocessing directive #note_1
     /*record_overAmbient*/        #note_1
                                    ^~~~~~
prog.c:25:36: error: invalid preprocessing directive #note_1
     /*numSlave*/                  #note_1
                                    ^~~~~~
prog.c:26:36: error: invalid preprocessing directive #note_1
     /*numAmp*/                    #note_1
                                    ^~~~~~
prog.c:27:36: error: invalid preprocessing directive #note_1
     /*indexAmp*/                  #note_1
                                    ^~~~~~
prog.c:29:35: error: stray ‘#’ in program
     unsigned char Noise_Reference;#note_2
                                   ^
prog.c:29:36: error: expected specifier-qualifier-list before ‘note_2’
     unsigned char Noise_Reference;#note_2
                                    ^~~~~~
prog.c:30:35: error: stray ‘#’ in program
     unsigned char Noise_Level;    #note_2
                                   ^
prog.c:31:35: error: stray ‘#’ in program
     unsigned char Malfunction;    #note_2
                                   ^
prog.c:32:35: error: stray ‘#’ in program
     unsigned char Mode;           #note_2
                                   ^
prog.c:33:35: error: stray ‘#’ in program
     char Current_DNM[20];         #note_2
                                   ^
prog.c:34:35: error: stray ‘#’ in program
     float Sensing_MIC_Level;      #note_2
                                   ^
prog.c:35:35: error: stray ‘#’ in program
     unsigned char Work_State;     #note_2
                                   ^
prog.c:36:35: error: stray ‘#’ in program
     unsigned char Regulated_State;#note_2
                                   ^
prog.c:37:35: error: stray ‘#’ in program
     unsigned char Bypass;         #note_2
                                   ^
prog.c:38:35: error: stray ‘#’ in program
     char TitleText[80];           #note_2
                                   ^
stdout
Standard output is empty