FlightGear next
ErrorReporter.cxx File Reference
#include "config.h"
#include "ErrorReporter.hxx"
#include <algorithm>
#include <ctime>
#include <deque>
#include <map>
#include <mutex>
#include <simgear/debug/ErrorReportingCallback.hxx>
#include <simgear/debug/LogCallback.hxx>
#include <simgear/timing/timestamp.hxx>
#include <simgear/io/iostreams/sgstream.hxx>
#include <simgear/structure/commands.hxx>
#include <GUI/MessageBox.hxx>
#include <GUI/dialog.hxx>
#include <GUI/new_gui.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Main/locale.hxx>
#include <Main/options.hxx>
#include <Main/sentryIntegration.hxx>
#include <Scripting/NasalClipboard.hxx>

Go to the source code of this file.

Classes

class  flightgear::ErrorReporter::ErrorReporterPrivate
 
struct  flightgear::ErrorReporter::ErrorReporterPrivate::ErrorOcurrence
 structure representing a single error which has occurred More...
 
struct  flightgear::ErrorReporter::ErrorReporterPrivate::AggregateReport
 structure representing one or more errors, aggregated together More...
 

Namespaces

namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 

Functions

SGSubsystemMgr::Registrant< flightgear::ErrorReporterregistrantErrorReporter (SGSubsystemMgr::GENERAL)
 

Function Documentation

◆ registrantErrorReporter()

SGSubsystemMgr::Registrant< flightgear::ErrorReporter > registrantErrorReporter ( SGSubsystemMgr::GENERAL )