|
frame_h_t * | FrameCFrameHAlloc (FrameCError **Error, const char *Name, frame_h_gtime_t t0, frame_h_dt_t dt, frame_h_frame_t frame) |
| Allocate a fr_frame structure. More...
|
|
int | FrameCFrameHFrChanAdd (FrameCError **Error, frame_h_t *frame, fr_chan_t *Channel) |
| Add a channel to the frame. More...
|
|
int | FrameCFrameHFrDetectorAdd (FrameCError **Error, frame_h_t *frame, fr_detector_t *Detector) |
| Add a detector to the frame. More...
|
|
int | FrameCFrameHFree (FrameCError **Error, frame_h_t *frame) |
|
int | FrameCFrameHFrEventAdd (FrameCError **Error, frame_h_t *frame, fr_event_t *Event) |
| Add an event to the frame. More...
|
|
int | FrameCFrameHFrHistoryAdd (FrameCError **Error, frame_h_t *frame, fr_history_t *History) |
| Add history to the frame. More...
|
|
void | FrameCFrameHQuery (FrameCError **Error, const frame_h_t *Frame, int Option,...) |
| Retrieve vector information related to the Table of Contents. More...
|
|
void | FrameCFrameHSet (FrameCError **Error, const frame_h_t *Frame, int Option,...) |
| Set values for the FrameH structure. More...
|
|
frame_h_t * | FrameCFrameHRead (FrameCError **Error, fr_file_t *restrict Stream, frame_h_offset_t Pos) |
| Read a FrameH structure from the file. More...
|
|
frame_h_t * | FrameCFrameHReadNext (FrameCError **Error, fr_file_t *restrict Stream) |
| Read a FrameH structure from the file. More...
|
|
int | FrameCFrameHWrite (FrameCError **Error, fr_file_t *restrict stream, frame_h_t *restrict frame) |
| Write the frame to the stream. More...
|
|
int | FrameCFrameHWriteCompressed (FrameCError **Error, fr_file_t *restrict stream, frame_h_t *restrict frame, fr_vect_compression_schemes_t compression, fr_vect_compression_level_t level) |
| Write the frame to the stream. More...
|
|