You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
basics
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
parse
int parse(const char *sentence, unsigned char *pgm)
process
void process(const unsigned char *pgm, double x, double y, double z, double t, double v[])
Generated on Wed Sep 13 2023 21:06:17 for Concepts by
1.9.8