|
Free Electron
|
Go to the documentation of this file. 13 #include "mechanics/mechanics.h" 19 #define FE_SIM_CLOCK "sim_clock" 20 #define FE_L_TIME "layout_time" 22 #define FE_NOTE_START "start" 23 #define FE_NOTE_TERMINAL "terminal" 24 #define FE_NOTE_COMPILE "compile" 25 #define FE_NOTE_STEP "step" 26 #define FE_NOTE_DATAPOINT "datapoint" 27 #define FE_NOTE_RUN_START "run_start" 28 #define FE_NOTE_RUN_STOP "run_stop" 29 #define FE_NOTE_LINE_START "line_start" 30 #define FE_NOTE_LINE_STOP "line_stop" 31 #define FE_NOTE_LOOP_START "loop_start" 32 #define FE_NOTE_LOOP_STOP "loop_stop" 33 #define FE_NOTE_DT_CHANGE "dt_change" 34 #define FE_NOTE_IMAGE "image" 35 #define FE_NOTE_UNKNOWN "unknown"