00001 /** \file 00002 * This file is used for the doxygen documentation. 00003 */ 00004 00005 /** 00006 \dir gnuplot 00007 00008 A tool giving you the opportunity to use online gnuplot windows 00009 within your program (using pipe for data handover). 00010 00011 */ 00012 00013 /** \file gnuplot_unix.h 00014 * Unix specific parts. 00015 */ 00016 00017 /** \file gnuplot_win32.h 00018 * Win32 specific code. 00019 */ 00020 00021 /** \file logfile.h 00022 * Allows you to log data from your program into a file. 00023 */ 00024 00025 /** \file plotlog.h 00026 * A combination of sending your data to gnuplot and logging them to a file. 00027 */ 00028