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

Harvest area outlook / prediction information. More...

#include <transform.h>

Collaboration diagram for T_Outlook_Typedef:

Data Fields

char program_name [FA_MAX_BUFFER]
 Food Auth location program name. More...
 
int32_t ha_id
 Harvest area unique ID. More...
 
char classification [FA_MAX_BUFFER]
 Harvest area classification. More...
 
char status [FA_MAX_BUFFER]
 Harvest areas status (open, closed etc.) More...
 
char time_processed [T_TIMESTAMP_SIZE]
 Time status was updated. More...
 
char status_reason [FA_MAX_BUFFER]
 Reason for change in status. More...
 
bool closed
 Is harvest area currently closed? More...
 
bool to_close
 Is the harvest area predicted to close. More...
 
char closure_type [T_OUTLOOK_BUF_SIZE]
 What type of closue? Rainfall. More...
 
char closure_reason [T_OUTLOOK_BUF_SIZE]
 Extended reason. More...
 
char closure_date [T_TIMESTAMP_SIZE]
 Expected closure data. More...
 
float closure_severity_index
 Expected closure severity index. More...
 
char est_closure_time [T_EST_CLOSURE_BUF_SIZE]
 How long closed for? More...
 

Detailed Description

Harvest area outlook / prediction information.

Field Documentation

◆ classification

char T_Outlook_Typedef::classification[FA_MAX_BUFFER]

Harvest area classification.

◆ closed

bool T_Outlook_Typedef::closed

Is harvest area currently closed?

◆ closure_date

char T_Outlook_Typedef::closure_date[T_TIMESTAMP_SIZE]

Expected closure data.

◆ closure_reason

char T_Outlook_Typedef::closure_reason[T_OUTLOOK_BUF_SIZE]

Extended reason.

◆ closure_severity_index

float T_Outlook_Typedef::closure_severity_index

Expected closure severity index.

◆ closure_type

char T_Outlook_Typedef::closure_type[T_OUTLOOK_BUF_SIZE]

What type of closue? Rainfall.

◆ est_closure_time

char T_Outlook_Typedef::est_closure_time[T_EST_CLOSURE_BUF_SIZE]

How long closed for?

◆ ha_id

int32_t T_Outlook_Typedef::ha_id

Harvest area unique ID.

◆ program_name

char T_Outlook_Typedef::program_name[FA_MAX_BUFFER]

Food Auth location program name.

◆ status

char T_Outlook_Typedef::status[FA_MAX_BUFFER]

Harvest areas status (open, closed etc.)

◆ status_reason

char T_Outlook_Typedef::status_reason[FA_MAX_BUFFER]

Reason for change in status.

◆ time_processed

char T_Outlook_Typedef::time_processed[T_TIMESTAMP_SIZE]

Time status was updated.

◆ to_close

bool T_Outlook_Typedef::to_close

Is the harvest area predicted to close.


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