dump_cmd(cmd);
+ /* restoring the chanlist stuff in this way is only required
+ * for comedi versions before 0.7.56
+ */
cmd->chanlist = chanlist;
cmd->chanlist_len = n_chans;
/* flags */
cmd.flags = 0;
+ /* the TRIG_RT flag will ask that the driver's interrupt handler be
+ * run at hard real time priority if you have a real time OS
+ */
+ //cmd.flags |= TRIG_RT;
/* each event requires a trigger, which is specified
by a source and an argument. For example, to specify