ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrDetector.cc File Reference
Include dependency graph for FrDetector.cc:

Namespaces

namespace  FrameC
 Routines related to implementing the C interface.

Functions

fr_detector_tFrameCFrDetectorAlloc (FrameCError **Error, const char *restrict name, const char *restrict prefix, fr_detector_latitude_t latitude, fr_detector_longitude_t longitude, fr_detector_elevation_t elevation, fr_detector_arm_x_azimuth_t azimuth_x, fr_detector_arm_y_azimuth_t azimuth_y, fr_detector_arm_x_altitude_t altitude_x, fr_detector_arm_y_altitude_t altitude_y, fr_detector_arm_x_midpoint_t midpoint_x, fr_detector_arm_y_midpoint_t midpoint_y)
 Allocate a new Detector structure.
void FrameCFrDetectorFree (FrameCError **Error, fr_detector_t *detector)
 Recyle the detector structure.
fr_detector_tFrameCFrDetectorRead (FrameCError **Error, fr_file_t *restrict Stream, const char *restrict Name)
 Read a new Detector structure.
int FrDetectorWrite (FrameCError **Error, fr_file_t *restrict Stream, const fr_detector_t *restrict Detector)
void FrameCFrDetectorQuery (FrameCError **Error, const fr_detector_t *Detector, int Option,...)
 Retrieve vector information related to the Table of Contents.
fr_detector_tFrameCGetDetector (FrameCError **Error, std_detectors Type)
 Retrieve information about some standard detectors.
void Set (FrameCError **Error)

Function Documentation

◆ FrDetectorWrite()

int FrDetectorWrite ( FrameCError ** Error,
fr_file_t *restrict Stream,
const fr_detector_t *restrict Detector )

◆ Set()

void FrameC::Set ( FrameCError ** Error)
inline