USRP Hardware Driver and USRP Manual  Version: 003.009.004-0-g2b5a88bb
UHD and USRP Manual
csv.hpp File Reference
#include <uhd/config.hpp>
#include <vector>
#include <string>
#include <istream>

Go to the source code of this file.

Namespaces

 uhd
 
 uhd::csv
 

Typedefs

typedef std::vector< std::string > uhd::csv::row_type
 
typedef std::vector< row_type > uhd::csv::rows_type
 

Functions

UHD_API rows_type uhd::csv::to_rows (std::istream &input)
 Convert an input stream to csv rows. More...