|
Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "HealthGPS.Core/identifier.h"#include "channel.h"#include "person.h"#include "random_algorithm.h"#include "sync_message.h"#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | hgps::Scenario |
| Health-GPS simulation scenario interface. More... | |
Namespaces | |
| hgps | |
| Top-level namespace for Health-GPS C++ API. | |
Typedefs | |
| using | hgps::SyncChannel = Channel< std::unique_ptr< SyncMessage > > |
| Scenario data synchronisation channel type. More... | |
Enumerations | |
| enum class | hgps::ScenarioType : uint8_t { hgps::baseline , hgps::intervention } |
| Health GPS policy scenario types enumeration. More... | |