#include <stdio.h>#include <stdlib.h>#include <time.h>#include <fcntl.h>#include <string.h>#include <sched.h>#include <sys/types.h>#include <sys/mman.h>#include <errno.h>#include <unistd.h>#include <sys/time.h>#include <sys/stat.h>#include <pthread.h>#include "simrtdb.h"#include "rvdtutils.h"#include "rtdbutils.h"
Macros | |
| #define | __USE_GNU |
Functions | |
| void | rvdtMapShared (int init) |
| void | rvdtLockBoardControl (void) |
| void | rvdtUnlockBoardControl (void) |
| int | rvdtHasBoardReset (int boardNum) |
| void | rvdtSetBoardReset (int boardNum, int value) |
| #define __USE_GNU |
| void rvdtMapShared | ( | int | init | ) |
| void rvdtLockBoardControl | ( | void | ) |
| void rvdtUnlockBoardControl | ( | void | ) |
| int rvdtHasBoardReset | ( | int | boardNum | ) |
| void rvdtSetBoardReset | ( | int | boardNum, |
| int | value ) |