#include <InterruptibleObject.hxx>
#include <time.h>
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | codaObject::linuxTITrigPollingService |
Implements service to check if new TI has received trigger. More... | |
Namespaces | |
namespace | codaObject |
The entire codaObject package resides in the codaObject namespace. | |
Defines | |
#define | TI_BASE_ADDR 0x0ed0 |
#define | VME_ACCESS_MODE 0x29 |
#define | TI_ENABLE_TRIG 0x7 |
#define | TI_DISABLE 0x0 |
#define | TI_PAUSE 0x5 |
#define | TI_RESET 0x80 |
#define TI_BASE_ADDR 0x0ed0 |
Definition at line 17 of file linuxTITrigPollingService.hxx.
Referenced by codaObject::linuxTITrigPollingService::linuxTITrigPollingService(), and codaObject::linuxTITrigPollingService::setupInterrupt().
#define TI_DISABLE 0x0 |
Definition at line 23 of file linuxTITrigPollingService.hxx.
#define TI_ENABLE_TRIG 0x7 |
Definition at line 22 of file linuxTITrigPollingService.hxx.
#define TI_PAUSE 0x5 |
Definition at line 24 of file linuxTITrigPollingService.hxx.
#define TI_RESET 0x80 |
Definition at line 25 of file linuxTITrigPollingService.hxx.
Referenced by codaObject::vxTIInterruptService::setupInterrupt().
#define VME_ACCESS_MODE 0x29 |
Definition at line 21 of file linuxTITrigPollingService.hxx.
Referenced by codaObject::linuxTITrigPollingService::linuxTITrigPollingService().