|
coffee
Coronagraph Optimization For Fast Exoplanet Exploration
|
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. More... | |
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_fast8_t init_templatemodule | ( | ) |
Initialize module.
| 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 | INT mode sets up what function does
|
| int templatemodule_examplefunc01 | ( | float | val1, |
| int | n1, | ||
| float * | farray | ||
| ) |
one-line description of function
| [in] | val1 | This parameter does this and that |
| [in] | n1 | Number of that |
| [out] | farray | Output array |