FlightGear next
|
#include <string>
#include <simgear/misc/strutils.hxx>
Go to the source code of this file.
Namespaces | |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Functions | |
void | flightgear::initSentry () |
void | flightgear::shutdownSentry () |
void | flightgear::delayedSentryInit () |
bool | flightgear::isSentryEnabled () |
std::string | flightgear::sentryUserId () |
retrive the anonymous user ID (a UUID) for this installation. | |
void | flightgear::addSentryBreadcrumb (const std::string &, const std::string &) |
void | flightgear::addSentryTag (const char *, const char *) |
void | flightgear::addSentryTag (const std::string &tag, const std::string &value) |
void | flightgear::updateSentryTag (const std::string &, const std::string &) |
void | flightgear::sentryReportNasalError (const std::string &, const string_list &) |
void | flightgear::sentryReportException (const std::string &, const std::string &) |
void | flightgear::sentryReportFatalError (const std::string &, const std::string &) |
void | flightgear::sentryReportUserError (const std::string &, const std::string &, const std::string &) |