Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "configuration.h"
#include "csvparser.h"
#include "model_parser.h"
#include "HealthGPS.Core/thread_util.h"
#include "HealthGPS.Datastore/api.h"
#include "HealthGPS/api.h"
#include "HealthGPS/event_bus.h"
#include "event_monitor.h"
#include <fmt/color.h>
Namespaces | |
host | |
Top-level namespace for Health-GPS Console host application. | |
host::detail | |
Internal details namespace for private data types and functions. | |
host::poco | |
Plain old class object (POCO) types for loading configuration file. | |
Functions | |
int | exit_application (int exit_code) |
Prints application exit message. More... | |
int | main (int argc, char *argv[]) |
Health-GPS host application entry point. More... | |
int exit_application | ( | int | exit_code | ) |
Prints application exit message.
exit_code | The application exit code |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Health-GPS host application entry point.
argc | The number of command arguments |
argv | The list of arguments provided |