#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <pthread.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/time.h>#include <sys/types.h>#include <limits.h>#include <dlfcn.h>#include "simrtdb.h"#include "cigiutils.h"#include "dirconfig.h"#include "ccurutils.h"#include "rtdbutils.h"#include "tscutils.h"#include "simerrors.h"
Functions | |
| int | ccurCIGI_outputQueueMap (int init) |
| void | ccurCIGI_outputQinitialize () |
| int | ccurCIGI_outputQPut (const CIGIOutQElement *e) |
| int | ccurCIGI_outputQGet (CIGIOutQElement *e) |
| int | ccurCIGI_readMessages (int boardNum, int dir, IOCIGIMessage **cigiMessages, int *nMessages) |
Variables | |
| IOCIGIMessage | iocigiMessages [MAX_CIGISESSIONS] |
| int ccurCIGI_outputQueueMap | ( | int | init | ) |
| void ccurCIGI_outputQinitialize | ( | ) |
| int ccurCIGI_outputQPut | ( | const CIGIOutQElement * | e | ) |
| int ccurCIGI_outputQGet | ( | CIGIOutQElement * | e | ) |
| int ccurCIGI_readMessages | ( | int | boardNum, |
| int | dir, | ||
| IOCIGIMessage ** | cigiMessages, | ||
| int * | nMessages ) |
| IOCIGIMessage iocigiMessages[MAX_CIGISESSIONS] |