ldas-tools-framecpp
2.6.5
|
#include "ldastoolsal/ldas_types.h"
#include "framecppc/FrameC.h"
#include "framecppc/Stream.h"
Classes | |
struct | fr_detector_prefix_t |
Channel prefix for this detecor. More... | |
Macros | |
#define | DETECTOR_PREFIX_LEN 2 |
Typedefs | |
typedef const char * | fr_detector_name_t |
Instrument name. More... | |
typedef REAL_8 | fr_detector_latitude_t |
latitude as used in the fr_detector structure. More... | |
typedef REAL_8 | fr_detector_longitude_t |
longitude as used in the fr_detector structure. More... | |
typedef REAL_4 | fr_detector_elevation_t |
elevation as used in the fr_detector structure. More... | |
typedef REAL_4 | fr_detector_arm_x_azimuth_t |
x axis azimuth as used in the fr_detector structure. More... | |
typedef REAL_4 | fr_detector_arm_y_azimuth_t |
y axis azimuth as used in the fr_detector structure. More... | |
typedef REAL_4 | fr_detector_arm_x_altitude_t |
x axis altitude as used in the fr_detector structure. More... | |
typedef REAL_4 | fr_detector_arm_y_altitude_t |
y axis altitude as used in the fr_detector structure. More... | |
typedef REAL_4 | fr_detector_arm_x_midpoint_t |
x axis midpoint as used in the fr_detector structure. More... | |
typedef REAL_4 | fr_detector_arm_y_midpoint_t |
y axis midpoint as used in the fr_detector structure. More... | |
typedef INT_4S | fr_detector_localtime_t |
local seasonal time as used in the fr_detector structure. More... | |
typedef enum fr_detector_fields_ | fr_detector_fields |
Field specifiers for querying the table of contents. More... | |
typedef struct fr_detector | fr_detector_t |
Enumerations | |
enum | fr_detector_fields_ { FR_DETECTOR_FIELD_LAST, FR_DETECTOR_FIELD_NAME, FR_DETECTOR_FIELD_PREFIX, FR_DETECTOR_FIELD_LONGITUDE, FR_DETECTOR_FIELD_LATITUDE, FR_DETECTOR_FIELD_ELEVATION, FR_DETECTOR_FIELD_ARM_X_AZIMUTH, FR_DETECTOR_FIELD_ARM_Y_AZIMUTH, FR_DETECTOR_FIELD_ARM_X_ALTITUDE, FR_DETECTOR_FIELD_ARM_Y_ALTITUDE, FR_DETECTOR_FIELD_ARM_X_MIDPOINT, FR_DETECTOR_FIELD_ARM_Y_MIDPOINT, FR_DETECTOR_FIELD_LOCAL_TIME } |
Field specifiers for querying the table of contents. More... | |
enum | std_detectors { DETECTOR_LOCATION_H1, DETECTOR_LOCATION_H2, DETECTOR_LOCATION_L1, DETECTOR_LOCATION_V1 } |
Standard detectors. More... | |
#define DETECTOR_PREFIX_LEN 2 |