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

the general header of an lma file More...

#include <agattypes.hpp>

Public Attributes

int32_t headersize
 size of the Header in bytes More...
 
int16_t nbrChannels
 nbr of channels in the instrument More...
 
int16_t nbrBits
 the size of the entries in the waveform in bits More...
 
double samplingInterval
 the sampling interval (the time between two datapoints in s More...
 
int32_t nbrSamples
 number of samples in the waveform More...
 
double delayTime
 time between trigger and first sample More...
 
int16_t triggerChannel
 the triggering channel More...
 
double triggerLevel
 triggering level of the trigger in V More...
 
int16_t triggerSlope
 on which slope the instruments triggers on More...
 
int32_t usedChannelBitmask
 bitmask describing which channels are recorded More...
 
int32_t channelCombinationBitmask
 bitmask describing which channels are combined More...
 
int16_t nbrConvertersPerChan
 how many converters are being used per channel More...
 

Detailed Description

the general header of an lma file

Author
Lutz Foucar

Definition at line 24 of file agattypes.hpp.

Member Data Documentation

int32_t cass::lmaHeader::General::channelCombinationBitmask

bitmask describing which channels are combined

Definition at line 57 of file agattypes.hpp.

double cass::lmaHeader::General::delayTime

time between trigger and first sample

Definition at line 42 of file agattypes.hpp.

int32_t cass::lmaHeader::General::headersize

size of the Header in bytes

Definition at line 27 of file agattypes.hpp.

int16_t cass::lmaHeader::General::nbrBits

the size of the entries in the waveform in bits

Definition at line 33 of file agattypes.hpp.

int16_t cass::lmaHeader::General::nbrChannels

nbr of channels in the instrument

Definition at line 30 of file agattypes.hpp.

int16_t cass::lmaHeader::General::nbrConvertersPerChan

how many converters are being used per channel

Definition at line 60 of file agattypes.hpp.

int32_t cass::lmaHeader::General::nbrSamples

number of samples in the waveform

Definition at line 39 of file agattypes.hpp.

double cass::lmaHeader::General::samplingInterval

the sampling interval (the time between two datapoints in s

Definition at line 36 of file agattypes.hpp.

int16_t cass::lmaHeader::General::triggerChannel

the triggering channel

Definition at line 45 of file agattypes.hpp.

double cass::lmaHeader::General::triggerLevel

triggering level of the trigger in V

Definition at line 48 of file agattypes.hpp.

int16_t cass::lmaHeader::General::triggerSlope

on which slope the instruments triggers on

Definition at line 51 of file agattypes.hpp.

int32_t cass::lmaHeader::General::usedChannelBitmask

bitmask describing which channels are recorded

Definition at line 54 of file agattypes.hpp.


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