AdaptiveOpticsControl
00CORE.h File Reference

Go to the source code of this file.

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 CLIWritePid ()
 
struct timespec timespec_diff (struct timespec start, struct timespec end)
 
double timespec_diff_double (struct timespec start, struct timespec end)
 

Function Documentation

int CLIWritePid ( )
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 
)