File: sync_block.cc

package info (click to toggle)
soapyosmo 0.2.5-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 2,304 kB
  • sloc: cpp: 15,347; python: 11,343; xml: 263; makefile: 12; sh: 1
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#include <gnuradio/sync_block.h>

gr::sync_block::~sync_block(void)
{
    return;
}