Datatypes: Difference between revisions
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/...") |
(Link to grc/core/Constants.py) |
||
Line 1: | Line 1: | ||
Gnuradio supports most primitive datatypes in C++, as well as complex and vector types grouping them together. | 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. | The types used in the companion app are enumerated in [https://github.com/gnuradio/gnuradio/blob/master/grc/core/Constants.py grc/core/Constants.py] in the sourcetree. |
Revision as of 07:48, 15 April 2022
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.