#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 "resolverutils.h"#include "rtdbutils.h"
Macros | |
| #define | __USE_GNU |
Functions | |
| void | resolverMapShared (int init) |
| void | resolverLockBoardControl (void) |
| void | resolverUnlockBoardControl (void) |
| int | resolverHasBoardReset (int boardNum) |
| void | resolverSetBoardReset (int boardNum, int value) |
| #define __USE_GNU |
| void resolverMapShared | ( | int | init | ) |
| void resolverLockBoardControl | ( | void | ) |
| void resolverUnlockBoardControl | ( | void | ) |
| int resolverHasBoardReset | ( | int | boardNum | ) |
| void resolverSetBoardReset | ( | int | boardNum, |
| int | value ) |