Datatypes

From GNU Radio
Revision as of 15:06, 22 May 2021 by Xloem (talk | contribs) (Created page with "Gnuradio supports most primitive datatypes in C++, as well as complex and vector types grouping them together. The types used in the companion app are enumerated in grc/core/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gnuradio supports most primitive datatypes in C++, as well as complex and vector types grouping them together.

The types used in the companion app are enumerated in grc/core/Constants.py in the sourcetree.