USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
uhd::csv Namespace Reference

Typedefs

typedef std::vector< std::string > row_type
 
typedef std::vector< row_typerows_type
 

Functions

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

Typedef Documentation

◆ row_type

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

◆ rows_type

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

Function Documentation

◆ to_rows()

UHD_API rows_type uhd::csv::to_rows ( std::istream &  input)

Convert an input stream to csv rows.