#include "signal.h"
#include "satctl.h"
#include "common.h"
#include <pthread.h>
Include dependency graph for dmu.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ADCV_REF 5.0 |
#define | RATE_SF 0.027 |
#define | ACC_SF 1.2 |
#define | TEMP_SF 0.01 |
#define | TS_OFFSET 273.15-21 |
#define | XQRS 0 |
#define | YQRS 1 |
#define | ZQRS 2 |
#define | XACC 3 |
#define | YACC 4 |
#define | ZACC 5 |
#define | TSEN 6 |
#define | BIAS_DFLT 2.5 |
#define | G 9.8 |
Typedefs | |
typedef void(* | sighandler_t )(int) |
Functions | |
void | polldmu (int sig) |
void * | _daq (void *nada) |
int | dmuInit (long maxBufferSize, int rate, int flags) |
int | dmuReadData (adat_t **accData, int maxsets) |
|
Definition at line 23 of file dmu.h. Referenced by polldmu(). |
|
|
|
|
|
Definition at line 37 of file dmu.h. Referenced by CAMmvaGraphics::arrayBaseContour(), CAMmvaGraphics::arrayBasePlot(), CAMmvaGraphics::arrayBaseSurface(), CAMmvaGraphics::matrixBaseContour(), CAMmvaGraphics::matrixBasePlot(), CAMmvaGraphics::matrixBaseSurface(), and CAMmvaGraphics::vectorBasePlot(). |
|
|
|
Definition at line 24 of file dmu.h. Referenced by polldmu(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 70 of file dmu.c. References bias, cmd, DMU_PORT, dmudata, dmufd, init_serial(), and polldmu(). Referenced by dmuInit(). |
|
|
|
|
|
Definition at line 133 of file dmu.c. References ACC_SF, bias, cmd, adat_t::deltat, dmudata, dmufd, adat_t::serial, sh_attdat, sh_nextw, sh_serial, adat_t::temp, TEMP_SF, adat_t::xaccel, adat_t::xrate, adat_t::yaccel, adat_t::yrate, adat_t::zaccel, and adat_t::zrate. Referenced by _daq(). |