#include <frametype.hh>

Public Member Functions | |
| adcdata_t () | |
| Initialize with zeros. | |
| int | read (int version, datatype_t dtype, const char *p, bool swap=false) |
| Read from frame. | |
| int | write (int version, char *p, bool swap=false) const |
| Write to frame. | |
Public Attributes | |
| datatype_t | fDatatype |
| Data type. | |
| char | fName [maxName] |
| Channel name. | |
| char | fComment [maxName] |
| Comment. | |
| int_4u_t | fChannelGroup |
| channel group | |
| int_4u_t | fChannelNumber |
| channel number | |
| int_4u_t | fNBits |
| Number of bits in ADC. | |
| real_4_t | fBias |
| DC offset (ADC counts). | |
| real_4_t | fSlope |
| slope (unit/count) | |
| char | fUnit [maxName] |
| unit name | |
| real_8_t | fSampleRate |
| sample rate | |
| int_4s_t | fTimeOffsetS |
| time offset (sec) | |
| int_4u_t | fTimeOffsetN |
| time offset (nsec) | |
| real_8_t | fFShift |
| frequency shift | |
| real_4_t | fPhase |
| phase (V5 annd up) | |
| int_2u_t | fDataValid |
| Data validity. | |
| ptr_struct | fData [4] |
| Pointers to data structures: data, user, next ADC, table (V4 only). | |
1.5.4