#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/time.h>#include <limits.h>#include <pthread.h>#include "lcaio.h"#include "simrtdb.h"#include "dirconfig.h"#include "rtdbutils.h"#include "ccurutils.h"#include "lcaioutils.h"
Functions | |
| void | lcaioMapShared (int init) |
| void | lcaioLockBoardControl (void) |
| void | lcaioUnlockBoardControl (void) |
| int | lcaioHasBoardReset (int boardNum) |
| void | lcaioSetBoardReset (int boardNum, int value) |
| int | ccurLCAIO_readBoardConfig (int boardNum, int *range, int *polar, int *diff, int *rawUnit, int *bitOrder) |
| void lcaioMapShared | ( | int | init | ) |
| void lcaioLockBoardControl | ( | void | ) |
| void lcaioUnlockBoardControl | ( | void | ) |
| int lcaioHasBoardReset | ( | int | boardNum | ) |
| void lcaioSetBoardReset | ( | int | boardNum, |
| int | value ) |
| int ccurLCAIO_readBoardConfig | ( | int | boardNum, |
| int * | range, | ||
| int * | polar, | ||
| int * | diff, | ||
| int * | rawUnit, | ||
| int * | bitOrder ) |