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.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to