Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
info_message.h File Reference
#include "event_message.h"
Include dependency graph for info_message.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hgps::InfoEventMessage
 Implements the simulation information event message data type. More...
 

Namespaces

namespace  hgps
 Top-level namespace for Health-GPS Console host application.
 
namespace  hgps::detail
 Internal details namespace for private data types and functions.
 

Enumerations

enum class  hgps::ModelAction { hgps::start , hgps::update , hgps::stop }
 Enumerates simulation model actions. More...
 

Functions

std::string hgps::detail::model_action_str (ModelAction action)
 Converts enumeration to string, not pretty but no support in C++.