gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Vector wrapper #53

Closed jsallay closed 2 years ago

jsallay commented 2 years ago

Make a generic vector wrapper class. There are many cases where we want to handle a vector of contiguous data, but we don't know the type. This new class allows us to do just that. This is an important step towards PDU support.