mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tools for plotting and displaying data
Classes | |
class | mx::math::gnuPlot |
An interactive c++ interface to gnuplot. More... | |
Modules | |
Files | |
Macros | |
#define | MX_GP_FNAME_SZ ( 128 ) |
The size of the string for managing the stderr fifo. | |
#define | MX_GP_TEMP_SZ ( 128 ) |
The size of the string for managing temporary file names. | |
#define | MX_GP_FC_TIME ( 10000 ) |
#define | MX_GP_FC_RETRIES ( 10 ) |
#define MX_GP_FC_RETRIES ( 10 ) |
Number of times to retry opening the gnuplot stderr file.
Definition at line 80 of file gnuPlot.hpp.
#define MX_GP_FC_TIME ( 10000 ) |
Time, in microseconds, to wait for gnuplot startup and file creation to complete. Opening is retried after each timeout of this length for MX_GP_FC_RETRIES attempts.
Definition at line 72 of file gnuPlot.hpp.
#define MX_GP_FNAME_SZ ( 128 ) |
The size of the string for managing the stderr fifo.
Definition at line 56 of file gnuPlot.hpp.
#define MX_GP_TEMP_SZ ( 128 ) |
The size of the string for managing temporary file names.
Definition at line 63 of file gnuPlot.hpp.