discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] question about data types while creating blocks


From: dcardona
Subject: [Discuss-gnuradio] question about data types while creating blocks
Date: Sat, 6 Jun 2015 23:42:29 -0700 (MST)

Hello

I'm trying to create a new block, which one of its output variables is
string. I would like to know if that it's possible or if i should convert it
to a integer type.
This output is a vector of size 8, each with three characters:
v[1] = '222'
v[2] ='223'
v[3] ='232'
v[4] ='233'
v[5] ='333'
v[6] ='322'
v[7] ='323'
v[8] ='332'

Also, i would like to know if i can transmit a double variable using the
float type output.

Thank you
David.



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/question-about-data-types-while-creating-blocks-tp54075.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]