Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
Loading...
Searching...
No Matches
T_LocationLookup_TypeDef Struct Reference

Structure of a location (i.e. program location) More...

#include <transform.h>

Collaboration diagram for T_LocationLookup_TypeDef:

Data Fields

char last_updated [T_TIMESTAMP_SIZE]
 Last time data was updated. More...
 
char fa_program_name [FA_MAX_BUFFER]
 NSW Food Authority program name. More...
 
char fa_program_id [FA_MAX_BUFFER]
 Unique ID of each program area. More...
 
char ww_location [WW_LOCATION_BUF]
 Willy Weather location name. More...
 
char ww_location_id [WW_LOCATION_BUF]
 Willy Weather location ID. More...
 
float ww_latitude
 Willy Weather location latitude. More...
 
float ww_longitude
 Willy Weather location longitude. More...
 
char bom_location [BOM_STATION_NAME_SIZE]
 BOM weather station name. More...
 
char bom_location_id [BOM_STATION_ID_SIZE]
 BOM weather station ID. More...
 
float bom_latitude
 BOM weather station latitude. More...
 
float bom_longitude
 BOM weather station longitude. More...
 
float bom_distance
 Distance from BOM weather station to harvest area. More...
 

Detailed Description

Structure of a location (i.e. program location)

Field Documentation

◆ bom_distance

float T_LocationLookup_TypeDef::bom_distance

Distance from BOM weather station to harvest area.

◆ bom_latitude

float T_LocationLookup_TypeDef::bom_latitude

BOM weather station latitude.

◆ bom_location

char T_LocationLookup_TypeDef::bom_location[BOM_STATION_NAME_SIZE]

BOM weather station name.

◆ bom_location_id

char T_LocationLookup_TypeDef::bom_location_id[BOM_STATION_ID_SIZE]

BOM weather station ID.

◆ bom_longitude

float T_LocationLookup_TypeDef::bom_longitude

BOM weather station longitude.

◆ fa_program_id

char T_LocationLookup_TypeDef::fa_program_id[FA_MAX_BUFFER]

Unique ID of each program area.

◆ fa_program_name

char T_LocationLookup_TypeDef::fa_program_name[FA_MAX_BUFFER]

NSW Food Authority program name.

◆ last_updated

char T_LocationLookup_TypeDef::last_updated[T_TIMESTAMP_SIZE]

Last time data was updated.

◆ ww_latitude

float T_LocationLookup_TypeDef::ww_latitude

Willy Weather location latitude.

◆ ww_location

char T_LocationLookup_TypeDef::ww_location[WW_LOCATION_BUF]

Willy Weather location name.

◆ ww_location_id

char T_LocationLookup_TypeDef::ww_location_id[WW_LOCATION_BUF]

Willy Weather location ID.

◆ ww_longitude

float T_LocationLookup_TypeDef::ww_longitude

Willy Weather location longitude.


The documentation for this struct was generated from the following file: