ldas-tools-framecpp  2.6.5
Namespaces | Functions
FrameH.cc File Reference
#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

 FrameC
 Routines related to implementing the C interface.
 

Functions

frame_h_tFrameCFrameHAlloc (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_tFrameCFrameHRead (FrameCError **Error, fr_file_t *restrict Stream, frame_h_offset_t Pos)
 Read a FrameH structure from the file. More...
 
frame_h_tFrameCFrameHReadNext (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...