|
AdaptiveOpticsControl
|
Functions | |
| int | init_00CORE () |
| int | printRED (char *string) |
| int | printWARNING (const char *file, const char *func, int line, char *warnmessage) |
| int | printERROR (const char *file, const char *func, int line, char *errmessage) |
| int | set_precision (int vp) |
| int | CLIinfoPrint () |
| int | CLIWritePid () |
| struct timespec | timespec_diff (struct timespec start, struct timespec end) |
| double | timespec_diff_double (struct timespec start, struct timespec end) |
| int | file_exist (char *filename) |
Variables | |
| DATA | data |
| int CLIinfoPrint | ( | ) |
| int CLIWritePid | ( | ) |
| int file_exist | ( | char * | filename | ) |
| int init_00CORE | ( | ) |
| int printERROR | ( | const char * | file, |
| const char * | func, | ||
| int | line, | ||
| char * | errmessage | ||
| ) |
| int printRED | ( | char * | string | ) |
| int printWARNING | ( | const char * | file, |
| const char * | func, | ||
| int | line, | ||
| char * | warnmessage | ||
| ) |
| int set_precision | ( | int | vp | ) |
| struct timespec timespec_diff | ( | struct timespec | start, |
| struct timespec | end | ||
| ) |
| double timespec_diff_double | ( | struct timespec | start, |
| struct timespec | end | ||
| ) |
| DATA data |