Real-Time API Revision2025.1-3
Loading...
Searching...
No Matches
asyncio_ddc1553.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <pthread.h>
#include <time.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <regex.h>
#include <errno.h>
#include "simerrors.h"
#include "simrtdb.h"
#include "rtdbutils.h"
#include "tscutils.h"
#include "dirconfig.h"
#include "ddc1553utils.h"
#include "asyncio_ddc1553.h"
Include dependency graph for asyncio_ddc1553.c:

Macros

#define _XOPEN_SOURCE   600
#define POSIX_SHARED

Functions

int ccurAsyncIO_DDC_1553BCStart (int boardNum, int channel)
int ccurAsyncIO_1553BCStart (int boardId, int boardNum, int channel)
int ccurAsyncIO_DDC_1553BCStop (int boardNum, int channel)
int ccurAsyncIO_1553BCStop (int boardId, int boardNum, int channel)
int ccurAsyncIO_DDC_1553RTStart (int boardNum, int channel, int rtAddr)
int ccurAsyncIO_1553RTStart (int boardId, int boardNum, int channel, int rtAddr)
int ccurAsyncIO_DDC_1553RTStop (int boardNum, int channel, int rtAddr)
int ccurAsyncIO_1553RTStop (int boardId, int boardNum, int channel, int rtAddr)
int ccurAsyncIO_1553RTDisableBus (int boardId, int boardNum, int channel, int rtAddr, int bus)
int ccurAsyncIO_DDC_1553RTDisableBus (int boardNum, int channel, int rtAddr, int bus)
int ccurAsyncIO_DDC_1553BC_BusSelect (int boardNum, int channel, int msgType, int rtSrc, int mbSrc, int rtDest, int mbDest, int bus)
int ccurAsyncIO_1553RTResetErrorInjection (int boardId, int boardNum, int channel, int rtAddr)
int ccurAsyncIO_DDC_1553RTResetErrorInjection (int boardNum, int channel, int rtAddr)

Macro Definition Documentation

◆ _XOPEN_SOURCE

#define _XOPEN_SOURCE   600

◆ POSIX_SHARED

#define POSIX_SHARED