Ticket #261 (defect)

Opened 4 months ago

Last modified 4 months ago

gr-comedi now incompatible with libcomedi-0.8

Status: new

Reported by: jcorgan Assigned to: nobody
Priority: normal Milestone: to-be-decided
Component: gr-comedi Version: 3.1.2
Keywords: Cc:

From Ulf Lindgren:

I have started to build the gnuradio package and encountered a problem relating to comedilib, in the gnuradio file "comedi_sink_s.cc" the call

 
 ret = comedi_get_cmd_generic_timed(d_dev,d_subdevice,&cmd,(unsigned int)(1e9/sampling_freq));

exist. However, in comedilib-0.8.1 the header file "comedilib.h" the following definition occurs

int comedi_get_cmd_generic_timed(comedi_t *dev,unsigned int subdevice,
        comedi_cmd *cmd, unsigned chanlist_len, unsigned scan_period_ns); 

Change History

08/18/08 09:24:12: Modified by jcorgan

  • owner changed from eb to nobody.
  • type changed from enhancement to defect.