Real-Time API Revision2025.1-3
Loading...
Searching...
No Matches
cigiutils.c File Reference
#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"
Include dependency graph for cigiutils.c:

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]

Function Documentation

◆ ccurCIGI_outputQueueMap()

int ccurCIGI_outputQueueMap ( int init)

◆ ccurCIGI_outputQinitialize()

void ccurCIGI_outputQinitialize ( )

◆ ccurCIGI_outputQPut()

int ccurCIGI_outputQPut ( const CIGIOutQElement * e)

◆ ccurCIGI_outputQGet()

int ccurCIGI_outputQGet ( CIGIOutQElement * e)

◆ ccurCIGI_readMessages()

int ccurCIGI_readMessages ( int boardNum,
int dir,
IOCIGIMessage ** cigiMessages,
int * nMessages )

Variable Documentation

◆ iocigiMessages