USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
csv.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2011 Ettus Research LLC
3
// Copyright 2018 Ettus Research, a National Instruments Company
4
//
5
// SPDX-License-Identifier: GPL-3.0-or-later
6
//
7
8
#pragma once
9
10
#include <
uhd/config.hpp
>
11
#include <istream>
12
#include <string>
13
#include <vector>
14
15
namespace
uhd
{
namespace
csv {
16
typedef
std::vector<std::string>
row_type
;
17
typedef
std::vector<row_type>
rows_type
;
18
20
UHD_API
rows_type
to_rows
(std::istream& input);
21
22
}}
// namespace uhd::csv
config.hpp
uhd::csv::rows_type
std::vector< row_type > rows_type
Definition:
csv.hpp:17
uhd::csv::row_type
std::vector< std::string > row_type
Definition:
csv.hpp:16
UHD_API
#define UHD_API
Definition:
config.h:87
uhd
Definition:
build_info.hpp:12
uhd::csv::to_rows
UHD_API rows_type to_rows(std::istream &input)
Convert an input stream to csv rows.
include
uhd
utils
csv.hpp
Generated by
1.8.17