File: README.md

package info (click to toggle)
soapysdr 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 768 kB
  • ctags: 612
  • sloc: cpp: 3,401; ansic: 416; python: 219; makefile: 18; sh: 11
file content (7 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# Example module build for SoapySDR device support

Copy this example wholesale either as a new cmake build project,
or copy it into a subdirectory of an existing driver build system.
Customize the CMakeLists.txt for your driver dependencies,
and customize MyDeviceSupport.cpp to make calls into the
low-level device driver for streaming and configuration.