Defines a TINE septuple data object containing an 80-character fixed-length string followed by a long integer timestamp followed by a float doublet followed by a long integer value followed by a spectrum data size, followed by a pointer to a spectrum buffer. More...
#include <tinetype.h>
Data Fields | |
| char | comment [80] |
| float | s_inc |
| float | s_start |
| float * | spectBuffer |
| UINT32 | spectBufferSize |
| SINT32 | status |
| SINT32 | tm |
Defines a TINE septuple data object containing an 80-character fixed-length string followed by a long integer timestamp followed by a float doublet followed by a long integer value followed by a spectrum data size, followed by a pointer to a spectrum buffer.
| char ASPECTRUM::comment[80] |
optional comment
| float ASPECTRUM::s_inc |
float value giving the x-axis increment
| float ASPECTRUM::s_start |
float value giving the x-axis 'start'
| float* ASPECTRUM::spectBuffer |
a pointer to the spectrum array
| UINT32 ASPECTRUM::spectBufferSize |
the size of the spectrum array buffer.
| SINT32 ASPECTRUM::status |
long integer value giving the status
| SINT32 ASPECTRUM::tm |
long integer value interpreted as a time_t
1.5.8