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

Rainfall forecast for a day. More...

#include <precipitation.h>

Collaboration diagram for WW_Rainfall_TypeDef:

Data Fields

time_t date
 UNIX timestamp date. More...
 
char ts [WW_MAX_TS_SIZE]
 
int8_t start_range
 Min expected rainfall (1, 5, 10, 15, 25, 50, null) More...
 
int8_t end_range
 Max expected rainfall (5, 10, 15, 25, 50, 100) More...
 
char range_divider
 Divider between min and max rainfall ('>' or '=') More...
 
char range_code [WW_RANGE_CODE_SIZE]
 
int8_t probability
 Chance of 0.2 mm of rain (0 to 100 %) More...
 

Detailed Description

Rainfall forecast for a day.

Field Documentation

◆ date

time_t WW_Rainfall_TypeDef::date

UNIX timestamp date.

◆ end_range

int8_t WW_Rainfall_TypeDef::end_range

Max expected rainfall (5, 10, 15, 25, 50, 100)

◆ probability

int8_t WW_Rainfall_TypeDef::probability

Chance of 0.2 mm of rain (0 to 100 %)

◆ range_code

char WW_Rainfall_TypeDef::range_code[WW_RANGE_CODE_SIZE]

Range codes: 0, 1-5, 5-10, 10-15, 15-25, 25-50, 50-100, 100 Combines min, divider and max

◆ range_divider

char WW_Rainfall_TypeDef::range_divider

Divider between min and max rainfall ('>' or '=')

◆ start_range

int8_t WW_Rainfall_TypeDef::start_range

Min expected rainfall (1, 5, 10, 15, 25, 50, null)

◆ ts

char WW_Rainfall_TypeDef::ts[WW_MAX_TS_SIZE]

Formatted timestamp


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