covid-sim
Loading...
Searching...
No Matches
Airport Struct Reference

Airport state. More...

#include <Model.h>

Collaboration diagram for Airport:

Public Attributes

int num_mcell
int num_place
int Inv_prop_traffic [129]
int Inv_DestMcells [1025]
int Inv_DestPlaces [1025]
unsigned short int num_connected
unsigned short int * conn_airports
float total_traffic
float loc_x
float loc_y
float * prop_traffic
IndexListDestMcells
IndexListDestPlaces

Detailed Description

Airport state.

Not used for COVID-19 right now. Might be more relevant for USA and other countries that have lots of internal flights. Slows the simulation.

Definition at line 249 of file Model.h.

Member Data Documentation

◆ conn_airports

unsigned short int * Airport::conn_airports

Definition at line 252 of file Model.h.

◆ DestMcells

IndexList* Airport::DestMcells

Definition at line 255 of file Model.h.

◆ DestPlaces

IndexList * Airport::DestPlaces

Definition at line 255 of file Model.h.

◆ Inv_DestMcells

int Airport::Inv_DestMcells[1025]

Definition at line 251 of file Model.h.

◆ Inv_DestPlaces

int Airport::Inv_DestPlaces[1025]

Definition at line 251 of file Model.h.

◆ Inv_prop_traffic

int Airport::Inv_prop_traffic[129]

Definition at line 251 of file Model.h.

◆ loc_x

float Airport::loc_x

Definition at line 253 of file Model.h.

◆ loc_y

float Airport::loc_y

Definition at line 253 of file Model.h.

◆ num_connected

unsigned short int Airport::num_connected

Definition at line 252 of file Model.h.

◆ num_mcell

int Airport::num_mcell

Definition at line 251 of file Model.h.

◆ num_place

int Airport::num_place

Definition at line 251 of file Model.h.

◆ prop_traffic

float* Airport::prop_traffic

Definition at line 254 of file Model.h.

◆ total_traffic

float Airport::total_traffic

Definition at line 253 of file Model.h.


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