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

Contact event used for tracking contact tracing events. More...

#include <Model.h>

Public Attributes

int contact
int index
unsigned short int contact_time

Detailed Description

Contact event used for tracking contact tracing events.

Currently stores: contact and index case (both ints) and contact time (unsigned short int) Thanks to igfoo

Definition at line 84 of file Model.h.

Member Data Documentation

◆ contact

int ContactEvent::contact

Definition at line 86 of file Model.h.

◆ contact_time

unsigned short int ContactEvent::contact_time

Definition at line 88 of file Model.h.

◆ index

int ContactEvent::index

Definition at line 87 of file Model.h.


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