fdhwlib  2.0.25
FEpattern Class Reference

#include <FEpattern.h>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Data structure for the testpuls used with the FD electronic.

The testpuls data consists out of a series of binary images and a corresponding series of times defining the display duration of each image.

Changes:

  • The format of the timing data must be unsigned long - not int.(19.7.00, ak)
See also:
FE FEtestpuls

Definition at line 31 of file FEpattern.h.


Constructor & Destructor Documentation

FEpattern::FEpattern ( )
FEpattern::~FEpattern ( )

Member Data Documentation

unsigned long FEpattern::mask[FE_COLUMNS][FE_TPULS_MAX]

Sequence of 256 images with 20x22 pixel.

The data is structured in 20 columns corresponding to the physical setup of the hardware. For each column a sequence of 256 bit masks is specified. The bits 21-0 define the state of the 22 pixel of a column.

Definition at line 46 of file FEpattern.h.

unsigned long FEpattern::timing[FE_TPULS_MAX]

The array contains the duration in units of 100ns the images are displayed.

Definition at line 52 of file FEpattern.h.


The documentation for this class was generated from the following file: