milk  1.01
Modular Image processing Library toolKit
templatemodule.h
Go to the documentation of this file.
1 
15 // CODING STANDARD NOTE: Ensure this code is only read once
16 #ifndef _TEMPLATEMODULE_H
17 #define _TEMPLATEMODULE_H
18 
19 
20 
21 
22 
31 int_fast8_t init_templatemodule();
32 
33 /* =============================================================================================== */
34 /* =============================================================================================== */
36 /* =============================================================================================== */
37 /* =============================================================================================== */
38 
41 int templatemodule_examplefunc00(int mode);
42 
43 
44 /* =============================================================================================== */
45 /* =============================================================================================== */
47 /* =============================================================================================== */
48 /* =============================================================================================== */
49 
50 
51 /* =============================================================================================== */
53 /* =============================================================================================== */
54 
57  float val1,
58  int n1,
59  float *farray
60  );
61 
62 
63 
64 
65 #endif
66 
init_templatemodule
int_fast8_t init_templatemodule()
Initialize module.
Definition: templatemodule.c:165
templatemodule_examplefunc00
int templatemodule_examplefunc00(int mode)
one-line description of function More can be included here if needed
Definition: templatemodule.c:248
templatemodule_examplefunc01
int templatemodule_examplefunc01(float val1, int n1, float *farray)
one-line description of function