![]() |
![]() |
#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 "simrtdb.h"
#include "ecatutils.h"
#include "dirconfig.h"
#include "tscutils.h"
#include "rtdbutils.h"
#include "simerrors.h"
Functions | |
int | ccurECATM_outputQueueMap (int init) |
int | ccurECATM_outputQPut (int boardIndex, ECATMOutQElement *e) |
int | ccurECATM_outputQGet (int boardIndex, ECATMOutQElement *e) |
int ccurECATM_outputQueueMap | ( | int | init | ) |
int ccurECATM_outputQPut | ( | int | boardIndex, | |
ECATMOutQElement * | e | |||
) |
int ccurECATM_outputQGet | ( | int | boardIndex, | |
ECATMOutQElement * | e | |||
) |