Mapper
|
#include <database.h>
Public Attributes | |
unsigned long int | sid |
char | name [NAME_LEN] |
char | hb5_id [HB5_ID_LEN] |
char | pc [PC_LEN] |
struct absolute_alarm | above_abs [4] |
struct roc_alarm | above_roc [4] |
struct absolute_alarm | below_abs [4] |
struct roc_alarm | below_roc [4] |
unsigned long int | rating |
signed long | lat_ord |
unsigned char | hemisphere_lat |
signed long | long_ord |
unsigned char | hemisphere_long |
float | elevation |
unsigned char | elevation_units [16] |
unsigned char | owner |
unsigned char | location [NAME_LEN] |
float | radio_freq |
unsigned char | criteria_check |
unsigned short int | criteria_minutes |
unsigned char | unused_bytes [112] |
Definition at line 433 of file database.h.
struct absolute_alarm sensor_file::above_abs[4] |
Definition at line 437 of file database.h.
struct roc_alarm sensor_file::above_roc[4] |
Definition at line 437 of file database.h.
struct absolute_alarm sensor_file::below_abs[4] |
Definition at line 437 of file database.h.
struct roc_alarm sensor_file::below_roc[4] |
Definition at line 437 of file database.h.
unsigned char sensor_file::criteria_check |
Definition at line 452 of file database.h.
unsigned short int sensor_file::criteria_minutes |
Definition at line 453 of file database.h.
float sensor_file::elevation |
Definition at line 447 of file database.h.
unsigned char sensor_file::elevation_units[16] |
Definition at line 448 of file database.h.
char sensor_file::hb5_id[HB5_ID_LEN] |
Definition at line 436 of file database.h.
unsigned char sensor_file::hemisphere_lat |
Definition at line 444 of file database.h.
unsigned char sensor_file::hemisphere_long |
Definition at line 446 of file database.h.
signed long sensor_file::lat_ord |
Definition at line 443 of file database.h.
unsigned char sensor_file::location[NAME_LEN] |
Definition at line 450 of file database.h.
signed long sensor_file::long_ord |
Definition at line 445 of file database.h.
char sensor_file::name[NAME_LEN] |
Definition at line 435 of file database.h.
unsigned char sensor_file::owner |
Definition at line 449 of file database.h.
char sensor_file::pc[PC_LEN] |
Definition at line 437 of file database.h.
float sensor_file::radio_freq |
Definition at line 451 of file database.h.
unsigned long int sensor_file::rating |
Definition at line 442 of file database.h.
unsigned long int sensor_file::sid |
Definition at line 434 of file database.h.
unsigned char sensor_file::unused_bytes[112] |
Definition at line 454 of file database.h.