|
ldas-tools-framecpp 3.0.4
|
#include <framecpp_config.h>#include <memory.h>#include <cmath>#include "framecpp/Common/FrameSpec.hh"#include "framecpp/Common/IOStream.hh"#include "framecpp/FrameH.hh"#include "framecpp/FrAdcData.hh"#include "framecpp/FrDetector.hh"#include "framecpp/FrEvent.hh"#include "framecpp/FrHistory.hh"#include "framecpp/FrProcData.hh"#include "framecpp/FrSimData.hh"#include "framecpp/FrSimEvent.hh"#include "framecppc/FrameH.h"#include "framecppc/FrChan.h"#include "framecppc/FrEvent.h"#include "FrameCInternal.hh"#include "StreamInternal.hh"#include "FrameHInternal.hh"#include "FrChanInternal.hh"#include "FrDetectorInternal.hh"#include "FrEventInternal.hh"#include "FrHistoryInternal.hh"
Namespaces | |
| namespace | FrameC |
| Routines related to implementing the C interface. | |
Functions | |
| 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. | |
| int | FrameCFrameHFrChanAdd (FrameCError **Error, frame_h_t *frame, fr_chan_t *Channel) |
| Add a channel to the frame. | |
| int | FrameCFrameHFrDetectorAdd (FrameCError **Error, frame_h_t *frame, fr_detector_t *Detector) |
| Add a detector to the frame. | |
| 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. | |
| int | FrameCFrameHFrHistoryAdd (FrameCError **Error, frame_h_t *frame, fr_history_t *History) |
| Add history to the frame. | |
| void | FrameCFrameHQuery (FrameCError **Error, const frame_h_t *Frame, int OptionOption,...) |
| Retrieve vector information related to the Table of Contents. | |
| void | FrameCFrameHSet (FrameCError **Error, const frame_h_t *Frame, int OptionOption,...) |
| Set values for the FrameH structure. | |
| frame_h_t * | FrameCFrameHRead (FrameCError **Error, fr_file_t *restrict Stream, frame_h_offset_t Pos) |
| Read a FrameH structure from the file. | |
| frame_h_t * | FrameCFrameHReadNext (FrameCError **Error, fr_file_t *restrict Stream) |
| Read a FrameH structure from the file. | |
| int | FrameCFrameHWrite (FrameCError **Error, fr_file_t *restrict stream, frame_h_t *restrict frame) |
| Write the frame to the stream. | |
| 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. | |
| void | Set (FrameCError **Error) |
|
inline |