|
| double *start; |
Pointer to an array of record start times, specified as seconds from 0:00UT January 1, 1970. |
| double *end; |
Pointer to an array of record end times, specified as seconds from 0:00UT January 1, 1970. |
| int num; |
Number of records in the data file. |
| struct { |
| double *start; |
Pointer to an array of record start times, specified as seconds from 0:00UT January 1, 1970. |
| double *end; |
Pointer to an array of record end times, specified as seconds from 0:00UT January 1, 1970. |
| } |
| time; |
Record timestamps. |
| int *offset; |
Pointer to an array of byte offsets into the file marking the start of a record. |
|