nidas v1.2.3
Classes | Macros | Functions | Variables
arinc_out.cc File Reference
#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"
 

Macro Definition Documentation

◆ SSM

#define SSM   0x60000000

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ parseRunstring()

int parseRunstring ( int argc,
char ** argv )

◆ usage()

int usage ( const char * argv0)

References DEVICE, FREQ, GAP, MAXPTCHDEG, MAXROLLDEG, PTCHSTEP, and ROLLSTEP.

Referenced by parseRunstring().

Variable Documentation

◆ DEVICE

char DEVICE[64] = "/dev/arinc4"

Referenced by main(), parseRunstring(), and usage().

◆ FREQ

int FREQ = 1

Referenced by main(), parseRunstring(), and usage().

◆ GAP

int GAP = 0

Referenced by main(), parseRunstring(), and usage().

◆ MAXPTCHDEG

double MAXPTCHDEG = 5.0

Referenced by main(), parseRunstring(), and usage().

◆ MAXROLLDEG

double MAXROLLDEG = 10.0

Referenced by main(), parseRunstring(), and usage().

◆ PTCHSTEP

int PTCHSTEP = 10

Referenced by main(), parseRunstring(), and usage().

◆ ROLLSTEP

int ROLLSTEP = 20

Referenced by main(), parseRunstring(), and usage().

◆ SWEEP

bool SWEEP = false

Referenced by main(), and parseRunstring().