Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
program.cpp File Reference
#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>
Include dependency graph for program.cpp:

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...
 

Function Documentation

◆ exit_application()

int exit_application ( int  exit_code)

Prints application exit message.

Parameters
exit_codeThe application exit code
Returns
The respective exit code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Health-GPS host application entry point.

Parameters
argcThe number of command arguments
argvThe list of arguments provided
Returns
The application exit code
Here is the call graph for this function: