SIMulation Workbench Documentation SIMulation Workbench Documentation

eb5100utils.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 "simrtdb.h"
#include "eb5100utils.h"
#include "dirconfig.h"
#include "rtdbutils.h"
Include dependency graph for eb5100utils.c:

Functions

int ccurEB5100_outputQueueMap (int init)
int ccurEB5100_outputQPut (EB5100OutQElement *e, int nElements, void *str, int length)
int ccurEB5100_outputQGet (EB5100OutQElement *e, int *nElements, void *str, int *length)
int ccurEB5100_startCommunication (int boardNum)
int ccurEB5100_stopCommunication (int boardNum)
int ccurEB5100_commitFrame (int boardNum, int frameIndex)
int ccurEB5100_enableSendFrame (int boardNum, int frameIndex)
int ccurEB5100_disableSendFrame (int boardNum, int frameIndex, int frameType, int nRepetitions)
int ccurEB5100_getLastError (int boardNum)