File: index.md

package info (click to toggle)
libsigmf 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: cpp: 1,236; ansic: 616; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

# libsigmf

libsigmf is a C++ library for working with [SigMF](https://github.com/gnuradio/sigmf) records. The primary
design goals are to be flexible with mixing SigMF namesapces using static types so that errors in namespace
usage can be caught at compile time, memory usage is low while working with objects, and accessing fields
has low overhead.

To accomplish this we have taken advantage of the C preprocessor and C++ templates. The result allows creating
objects like so