Loading py393/x393_export_c.py +1 −0 Original line number Diff line number Diff line Loading @@ -147,6 +147,7 @@ class X393ExportC(object): txt += ' #define PARS_FRAMES 16 ///< Number of frames in a sequencer TODO:// move it here from <elphel/c313a.h>\n' txt += ' #define PARS_FRAMES_MASK (PARS_FRAMES-1) ///< Maximal frame number (15 for NC393) TODO:// move it here from <elphel/c313a.h>\n' txt += '#endif\n' txt += 'typedef enum {DIRECT,ABSOLUTE,RELATIVE} x393cmd_t; ///< How to apply command - directly or through the command sequencer\n' txt += """// IRQ commands applicable to several targets #define X393_IRQ_NOP 0 #define X393_IRQ_RESET 1 Loading Loading
py393/x393_export_c.py +1 −0 Original line number Diff line number Diff line Loading @@ -147,6 +147,7 @@ class X393ExportC(object): txt += ' #define PARS_FRAMES 16 ///< Number of frames in a sequencer TODO:// move it here from <elphel/c313a.h>\n' txt += ' #define PARS_FRAMES_MASK (PARS_FRAMES-1) ///< Maximal frame number (15 for NC393) TODO:// move it here from <elphel/c313a.h>\n' txt += '#endif\n' txt += 'typedef enum {DIRECT,ABSOLUTE,RELATIVE} x393cmd_t; ///< How to apply command - directly or through the command sequencer\n' txt += """// IRQ commands applicable to several targets #define X393_IRQ_NOP 0 #define X393_IRQ_RESET 1 Loading