|
coffee
Coronagraph Optimization For Fast Exoplanet Exploration
|
template module More...
Functions | |
CLI bindings | |
| int_fast8_t | templatemodule_examplefunction00_cli () |
| int_fast8_t | templatemodule_examplefunction01_cli () |
Module initialization | |
| 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 (const char *namein, float val1, int n1, float *restrict farray) |
template module
Follow this template to write your C code The template includes examples of frequently used coding practices and doxygen-based documentation
Source code includes notes (comments):
Each module should include :
| 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_fast8_t templatemodule_examplefunction00_cli | ( | ) |
| int_fast8_t templatemodule_examplefunction01_cli | ( | ) |