![]() |
cacao
Release 0.1.03-dev
Compute And Control For Adaptive Optics
|
#include "standalone_dependencies.h"
#include <ncurses.h>
#include <string.h>
#include <time.h>
#include "streamCTRL.h"
Macros | |
#define | _GNU_SOURCE |
Functions | |
struct timespec | info_time_diff (struct timespec start, struct timespec end) |
int | print_header (const char *str, char c) |
void | qs2l (double *array, long *array1, long left, long right) |
void | quick_sort2l (double *array, long *array1, long count) |
void | qs2l_double (double *array, long *array1, long left, long right) |
void | quick_sort2l_double (double *array, long *array1, long count) |
void | qs_long (long *array, long left, long right) |
void | quick_sort_long (long *array, long count) |
int | printERROR (const char *file, const char *func, int line, char *errmessage) |
int | file_exists (const char *restrict file_name) |
int | is_fits_file (const char *restrict file_name) |
Variables | |
static int | wrow |
static int | wcol |
int | C_ERRNO =0 |
#define _GNU_SOURCE |
int file_exists | ( | const char *restrict | file_name | ) |
struct timespec info_time_diff | ( | struct timespec | start, |
struct timespec | end | ||
) |
int is_fits_file | ( | const char *restrict | file_name | ) |
int print_header | ( | const char * | str, |
char | c | ||
) |
int printERROR | ( | const char * | file, |
const char * | func, | ||
int | line, | ||
char * | errmessage | ||
) |
Print error string
[in] | file | CHAR* file name from which error is issued |
[in] | func | CHAR* function name from which error is issued |
[in] | line | int line number from which error is issued |
[in] | warnmessage | CHAR* error message to be printed |
void qs2l | ( | double * | array, |
long * | array1, | ||
long | left, | ||
long | right | ||
) |
void qs2l_double | ( | double * | array, |
long * | array1, | ||
long | left, | ||
long | right | ||
) |
void qs_long | ( | long * | array, |
long | left, | ||
long | right | ||
) |
void quick_sort2l | ( | double * | array, |
long * | array1, | ||
long | count | ||
) |
void quick_sort2l_double | ( | double * | array, |
long * | array1, | ||
long | count | ||
) |
void quick_sort_long | ( | long * | array, |
long | count | ||
) |
int C_ERRNO =0 |
|
static |
|
static |