FlightGear next
flightgear::ErrorReporter Class Reference

#include <ErrorReporter.hxx>

Inherits SGSubsystem.

Classes

class  ErrorReporterPrivate
 

Public Member Functions

 ErrorReporter ()
 
 ~ErrorReporter ()
 
void preinit ()
 
void init () override
 
void bind () override
 
void unbind () override
 
void update (double dt) override
 
void shutdown () override
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 
static std::string threadSpecificContextValue (const std::string &key)
 

Detailed Description

Definition at line 29 of file ErrorReporter.hxx.

Constructor & Destructor Documentation

◆ ErrorReporter()

flightgear::ErrorReporter::ErrorReporter ( )

Definition at line 756 of file ErrorReporter.cxx.

◆ ~ErrorReporter()

flightgear::ErrorReporter::~ErrorReporter ( )

Definition at line 782 of file ErrorReporter.cxx.

Member Function Documentation

◆ bind()

void flightgear::ErrorReporter::bind ( )
override

Definition at line 791 of file ErrorReporter.cxx.

◆ init()

void flightgear::ErrorReporter::init ( )
override

Definition at line 827 of file ErrorReporter.cxx.

◆ preinit()

void flightgear::ErrorReporter::preinit ( )

Definition at line 812 of file ErrorReporter.cxx.

◆ shutdown()

void flightgear::ErrorReporter::shutdown ( )
override

Definition at line 956 of file ErrorReporter.cxx.

◆ staticSubsystemClassId()

static const char * flightgear::ErrorReporter::staticSubsystemClassId ( )
inlinestatic

Definition at line 45 of file ErrorReporter.hxx.

◆ threadSpecificContextValue()

std::string flightgear::ErrorReporter::threadSpecificContextValue ( const std::string & key)
static

Definition at line 973 of file ErrorReporter.cxx.

◆ unbind()

void flightgear::ErrorReporter::unbind ( )
override

Definition at line 805 of file ErrorReporter.cxx.

◆ update()

void flightgear::ErrorReporter::update ( double dt)
override

Definition at line 859 of file ErrorReporter.cxx.


The documentation for this class was generated from the following files: