|
milk
1.01
Modular Image processing Library toolKit
|
Function prototypes for templatemodule. More...

Go to the source code of this file.
Functions | |
INITIALIZATION | |
Module initialization functions | |
| int_fast8_t | init_templatemodule () |
| Initialize module. | |
TEMPLATEMODULE - 1. FIRST GROUP OF FUNCTIONS | |
| |
| int | templatemodule_examplefunc00 (int mode) |
| one-line description of function More can be included here if needed More... | |
TEMPLATEMODULE - 2.1. SECOND GROUP OF FUNCTIONS - SUBGROUP1 | |
| |
| int | templatemodule_examplefunc01 (float val1, int n1, float *farray) |
| one-line description of function More... | |
| int templatemodule_examplefunc00 | ( | int | mode | ) |
one-line description of function More can be included here if needed
This function does absolutely nothing useful
| [in] | mode | mode sets up what function does
|
| int templatemodule_examplefunc01 | ( | float | val1, |
| int | n1, | ||
| float * | farray | ||
| ) |
one-line description of function
| [in] | val1 | [in] This parameter does this and that |
| [in] | n1 | [in] Number of that |
| [out] | farray | [out] Output array |