GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes | Functions
gnuplot_i.h File Reference

A C++ interface to gnuplot. More...

#include <gflags/gflags.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <list>
#include <sstream>
#include <stdexcept>
#include <string>
#include <sys/stat.h>
#include <vector>

Go to the source code of this file.

Classes

class  GnuplotException
 
class  Gnuplot
 

Functions

 DEFINE_bool (show_plots, true, "Show plots on screen. Disable for non-interactive testing.")
 
template<typename Container >
void stringtok (Container &container, std::string const &in, const char *const delimiters=" \")
 

Detailed Description

A C++ interface to gnuplot.

Author
Carles Fernandez-Prades, 2017. cfernandez(at)cttc.es

Original source code found at https://code.google.com/archive/p/gnuplot-cpp/ by Jeremy Conlin jeremit0(at)gmail.com

Version history: 0. C interface by N. Devillard (27/01/03)

  1. C++ interface: direct translation from the C interface by Rajarshi Guha (07/03/03)
  2. corrections for Win32 compatibility by V. Chyzhdzenka (20/05/03)
  3. some member functions added, corrections for Win32 and Linux compatibility by M. Burgis (10/03/08)
  4. Some fixes and improvements for Linux and macOS by C. Fernandez (22/10/17)

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file gnuplot_i.h.