nidas v1.2.3
|
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <sys/time.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <nidas/dynld/raf/DSMArincSensor.h>
Classes | |
class | TestArinc |
Macros | |
#define | SSM 0x60000000 |
Functions | |
int | usage (const char *argv0) |
int | parseRunstring (int argc, char **argv) |
int | main (int argc, char **argv) |
Variables | |
int | FREQ = 1 |
double | MAXPTCHDEG = 5.0 |
double | MAXROLLDEG = 10.0 |
int | PTCHSTEP = 10 |
int | ROLLSTEP = 20 |
int | GAP = 0 |
bool | SWEEP = false |
char | DEVICE [64] = "/dev/arinc4" |
#define SSM 0x60000000 |
int main | ( | int | argc, |
char ** | argv ) |
References DEVICE, FREQ, GAP, nidas::core::getSample(), MAXPTCHDEG, MAXROLLDEG, parseRunstring(), printf(), PTCHSTEP, ROLLSTEP, SSM, and SWEEP.
int parseRunstring | ( | int | argc, |
char ** | argv ) |
References DEVICE, FREQ, GAP, nidas::core::getSample(), MAXPTCHDEG, MAXROLLDEG, PTCHSTEP, ROLLSTEP, SWEEP, and usage().
Referenced by main().
int usage | ( | const char * | argv0 | ) |
References DEVICE, FREQ, GAP, MAXPTCHDEG, MAXROLLDEG, PTCHSTEP, and ROLLSTEP.
Referenced by parseRunstring().
char DEVICE[64] = "/dev/arinc4" |
Referenced by main(), parseRunstring(), and usage().
int FREQ = 1 |
Referenced by main(), parseRunstring(), and usage().
int GAP = 0 |
Referenced by main(), parseRunstring(), and usage().
double MAXPTCHDEG = 5.0 |
Referenced by main(), parseRunstring(), and usage().
double MAXROLLDEG = 10.0 |
Referenced by main(), parseRunstring(), and usage().
int PTCHSTEP = 10 |
Referenced by main(), parseRunstring(), and usage().
int ROLLSTEP = 20 |
Referenced by main(), parseRunstring(), and usage().
bool SWEEP = false |
Referenced by main(), and parseRunstring().