general |src.lib|rfile| RfileIndex Index

RfileIndex

format.

Header
general/rfile.h
Library
rfile
Members
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.
Description

The struct RfileIndex structure stores an index to a data file in

rFile