swig deprecated BOTH in favor of INOUT
This commit is contained in:
parent
a64c59b46d
commit
09aa989c1f
1 changed files with 5 additions and 5 deletions
|
@ -500,7 +500,7 @@ int comedi_dio_read(comedi_t *it,unsigned int subd,unsigned int chan,
|
|||
int comedi_dio_write(comedi_t *it,unsigned int subd,unsigned int chan,
|
||||
unsigned int bit);
|
||||
int comedi_dio_bitfield(comedi_t *it,unsigned int subd,
|
||||
unsigned int write_mask, unsigned int *BOTH);
|
||||
unsigned int write_mask, unsigned int *INOUT);
|
||||
|
||||
/* slowly varying stuff */
|
||||
int comedi_sv_init(comedi_sv_t *it,comedi_t *dev,unsigned int subd,unsigned int chan);
|
||||
|
@ -510,12 +510,12 @@ int comedi_sv_measure(comedi_sv_t *it,double *data);
|
|||
/* streaming I/O (commands) */
|
||||
|
||||
int comedi_get_cmd_src_mask(comedi_t *dev,unsigned int subdevice,
|
||||
comedi_cmd *BOTH);
|
||||
comedi_cmd *INOUT);
|
||||
int comedi_get_cmd_generic_timed(comedi_t *dev,unsigned int subdevice,
|
||||
comedi_cmd *BOTH,unsigned int ns);
|
||||
comedi_cmd *INOUT,unsigned int ns);
|
||||
int comedi_cancel(comedi_t *it,unsigned int subdevice);
|
||||
int comedi_command(comedi_t *it,comedi_cmd *BOTH);
|
||||
int comedi_command_test(comedi_t *it,comedi_cmd *BOTH);
|
||||
int comedi_command(comedi_t *it,comedi_cmd *INOUT);
|
||||
int comedi_command_test(comedi_t *it,comedi_cmd *INOUT);
|
||||
int comedi_poll(comedi_t *dev,unsigned int subdevice);
|
||||
|
||||
/* buffer control */
|
||||
|
|
Loading…
Add table
Reference in a new issue