Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Classes
|
Functions
IR Namespace Reference
Classes
class
flowprobe
class
derivedprobe
Functions
int
GNUPlot
(const std::string &commands)
Function Documentation
int IR::GNUPlot
(
const std::string &
commands
)
inline
Definition at line
91
of file
ProbeMon.H
.
Referenced by
main()
.
92
{
93
FILE *fp = popen(
"gnuplot -persist"
,
"w"
);
94
fprintf(fp,commands.c_str());
95
pclose(fp);
96
return
(0);
97
}
Here is the caller graph for this function:
IR
Generated on Wed Nov 30 2016 16:57:42 for Rocstar by
1.8.5