functionCompiler.hh

Go to the documentation of this file.
1 
6 #ifndef functionCompiler_h
7 #define functionCompiler_h
8 
9 #define FuCo_MaxPgmSize 512
10 #define FuCo_MaxSentenceLen 1024
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
17  int parse(const char *sentence, unsigned char *pgm);
18 
20  void process(const unsigned char *pgm,
21  double x, double y, double z, double t, double v[]);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
void process(const unsigned char *pgm, double x, double y, double z, double t, double v[])
Evaluates a parsed formula with time.
int parse(const char *sentence, unsigned char *pgm)
Parses a formula.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich