~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gnuradio-core/src/lib/general/gr_check_counting_s.h

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
/*!
33
33
 * \brief sink that checks if its input stream consists of a counting sequence.
34
34
 * \param do_32bit  expect an interleaved 32 bit counter in stead of 16 bit counter (default false)
35
 
 * \ingroup sink
 
35
 * \ingroup sink_blk
36
36
 *
37
37
 * This sink is typically used to test the USRP "Counting Mode" or "Counting mode 32 bit".
38
38
 */