Datatypes: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(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/...")
(No difference)

Revision as of 15:06, 22 May 2021

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.