USRP Hardware Driver and USRP Manual Version: 4.7.0.0-0-unknown
UHD and USRP Manual
Loading...
Searching...
No Matches
csv.hpp File Reference
#include <uhd/config.hpp>
#include <istream>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  uhd
namespace  uhd::csv

Typedefs

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

Functions

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