//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file plot.hpp #ifndef _PLOT_HPP #define _PLOT_HPP #ifdef WITH_OVER20 #include #include #include #include #include "utilities.hpp" #include "blkcom.hpp" #include "dekspy.hpp" #include "labcom.hpp" #include "emtp.hpp" #include "over20.hpp" namespace plot { void sysplt(void *); void rtmplt(void); void tpplot(void); void pltvar(void); void chrplt(void); void tekplt(void); void tgrid(int, int, int, int, int, int, int); void pltfil(const long int &); void pltlu2(double *, std::vector *); } #endif // WITH_OVER20 #endif // _PLOT_HPP // end of file plot.hpp