nidas  v1.2-1520
Classes | Functions | Variables
extract2d.cc File Reference
#include <nidas/dynld/raf/Extract2D.h>
#include <nidas/dynld/raf/TwoD64_USB.h>
#include <nidas/dynld/raf/TwoD32_USB.h>
#include <fstream>
#include <sys/stat.h>
#include <unistd.h>
#include <getopt.h>
#include <iomanip>

Classes

class  ExtractFast2D
 
class  AutoProject
 

Functions

int main (int argc, char **argv)
 

Variables

static const int FILE_VERSION = 1
 Version of the output OAP/PMS2D file. More...
 
static const int P2D_DATA = 4096
 
static const unsigned char Fast2DsyncStr [] = { 0xAA, 0xAA, 0xAA }
 
static const unsigned char FastOverloadSync [] = { 0x55, 0x55, 0xAA }
 
static const unsigned char overLoadSync [] = { 0x55, 0xAA }
 
const n_u::EndianConverterbigEndian = n_u::EndianConverter::getConverter(n_u::EndianConverter::EC_BIG_ENDIAN)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

References ExtractFast2D::main().

Variable Documentation

const unsigned char Fast2DsyncStr[] = { 0xAA, 0xAA, 0xAA }
static
const unsigned char FastOverloadSync[] = { 0x55, 0x55, 0xAA }
static
const int FILE_VERSION = 1
static

Version of the output OAP/PMS2D file.

Increment this when changes occur. Change log: 03/25/2011 - version 1: tas should be tas as int, drop the '* 255 / 125' encoding. add nDiodes attribute to probe element. Change PMS2D in XML to OAP. add version. :)

Referenced by ExtractFast2D::run().

const unsigned char overLoadSync[] = { 0x55, 0xAA }
static

Referenced by ExtractFast2D::run().

const int P2D_DATA = 4096
static