CFEL - ASG Software Suite  2.5.0
CASS
Public Attributes | List of all members
cass::hllDataTypes::Frms6FileHeader Struct Reference

the file header More...

#include <hlltypes.hpp>

Public Attributes

uint16_t myLength
 number of bytes in file header More...
 
uint16_t fhLength
 number of bytes in frame header More...
 
uint8_t nCCDs
 number of CCD to be read out More...
 
uint8_t width
 number of channels More...
 
uint8_t maxHeight
 (maximum) number of lines More...
 
uint8_t version
 format version More...
 
char dataSetID [80]
 identification of data More...
 
uint16_t the_width
 the true number of channels More...
 
uint16_t the_maxHeight
 the true (maximum) number of lines More...
 
char fill [932]
 fill up space to get the complete size of 1024 bytes More...
 

Detailed Description

the file header

took from fformat.h from pnCCD lib. Size should be 1024 bytes

Author
Peter Holl
Nils Kimmel

Definition at line 40 of file hlltypes.hpp.

Member Data Documentation

char cass::hllDataTypes::Frms6FileHeader::dataSetID[80]

identification of data

Definition at line 61 of file hlltypes.hpp.

uint16_t cass::hllDataTypes::Frms6FileHeader::fhLength

number of bytes in frame header

Definition at line 46 of file hlltypes.hpp.

char cass::hllDataTypes::Frms6FileHeader::fill[932]

fill up space to get the complete size of 1024 bytes

Definition at line 72 of file hlltypes.hpp.

uint8_t cass::hllDataTypes::Frms6FileHeader::maxHeight

(maximum) number of lines

Definition at line 55 of file hlltypes.hpp.

uint16_t cass::hllDataTypes::Frms6FileHeader::myLength

number of bytes in file header

Definition at line 43 of file hlltypes.hpp.

uint8_t cass::hllDataTypes::Frms6FileHeader::nCCDs

number of CCD to be read out

Definition at line 49 of file hlltypes.hpp.

uint16_t cass::hllDataTypes::Frms6FileHeader::the_maxHeight

the true (maximum) number of lines

Definition at line 69 of file hlltypes.hpp.

uint16_t cass::hllDataTypes::Frms6FileHeader::the_width

the true number of channels

Definition at line 66 of file hlltypes.hpp.

Referenced by cass::pixeldetector::Frms6Reader::operator()(), and cass::pixeldetector::SHMStreamer::operator()().

uint8_t cass::hllDataTypes::Frms6FileHeader::version

format version

Definition at line 58 of file hlltypes.hpp.

uint8_t cass::hllDataTypes::Frms6FileHeader::width

number of channels

Definition at line 52 of file hlltypes.hpp.


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