#include <CLIcore.h>
#include <time.h>
#include <errno.h>
#include "ImageStreamIO.h"
Go to the source code of this file.
|
struct timespec | info_time_diff (struct timespec start, struct timespec end) |
|
int | print_header (const char *str, char c) |
|
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 | printERROR (const char *file, const char *func, int line, char *errmessage) |
|
◆ CLIPID
◆ DEBUG_TRACEPOINT
#define DEBUG_TRACEPOINT |
( |
|
... | ) |
|
◆ RETURN_FAILURE
◆ RETURN_MISSINGFILE
#define RETURN_MISSINGFILE 2 |
◆ RETURN_SUCCESS
◆ SHAREDPROCDIR
#define SHAREDPROCDIR "/milk/proc" |
◆ SHAREDSHMDIR
#define SHAREDSHMDIR "/milk/shm" |
default location of file mapped semaphores, can be over-ridden by env variable MILK_SHM_DIR
◆ errno_t
◆ imageID
◆ variableID
◆ info_time_diff()
struct timespec info_time_diff |
( |
struct timespec |
start, |
|
|
struct timespec |
end |
|
) |
| |
◆ print_header()
int print_header |
( |
const char * |
str, |
|
|
char |
c |
|
) |
| |
◆ printERROR()
int printERROR |
( |
const char * |
file, |
|
|
const char * |
func, |
|
|
int |
line, |
|
|
char * |
errmessage |
|
) |
| |
Purpose
Print error string
Arguments
- Parameters
-
[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 |
◆ quick_sort2l()
void quick_sort2l |
( |
double * |
array, |
|
|
long * |
array1, |
|
|
long |
count |
|
) |
| |
◆ quick_sort2l_double()
void quick_sort2l_double |
( |
double * |
array, |
|
|
long * |
array1, |
|
|
long |
count |
|
) |
| |
◆ quick_sort_long()
void quick_sort_long |
( |
long * |
array, |
|
|
long |
count |
|
) |
| |