CARLA
Public Member Functions | Private Member Functions | List of all members
FCarlaModule Class Reference

#include <Carla.h>

+ Inheritance diagram for FCarlaModule:
+ Collaboration diagram for FCarlaModule:

Public Member Functions

virtual void ShutdownModule () override
 
virtual void StartupModule () override
 IModuleInterface implementation. More...
 

Private Member Functions

bool HandleSettingsSaved ()
 
void LoadChronoDll ()
 
void RegisterSettings ()
 
void UnregisterSettings ()
 

Detailed Description

Definition at line 36 of file Carla.h.

Member Function Documentation

◆ HandleSettingsSaved()

bool FCarlaModule::HandleSettingsSaved ( )
private

Definition at line 103 of file Carla.cpp.

Referenced by RegisterSettings().

+ Here is the caller graph for this function:

◆ LoadChronoDll()

void FCarlaModule::LoadChronoDll ( )
private

Definition at line 20 of file Carla.cpp.

Referenced by StartupModule().

+ Here is the caller graph for this function:

◆ RegisterSettings()

void FCarlaModule::RegisterSettings ( )
private

Definition at line 61 of file Carla.cpp.

References HandleSettingsSaved().

Referenced by StartupModule().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ShutdownModule()

void FCarlaModule::ShutdownModule ( )
overridevirtual

Definition at line 53 of file Carla.cpp.

References UnregisterSettings().

+ Here is the call graph for this function:

◆ StartupModule()

void FCarlaModule::StartupModule ( )
overridevirtual

IModuleInterface implementation.

Definition at line 14 of file Carla.cpp.

References LoadChronoDll(), and RegisterSettings().

+ Here is the call graph for this function:

◆ UnregisterSettings()

void FCarlaModule::UnregisterSettings ( )
private

Definition at line 92 of file Carla.cpp.

Referenced by ShutdownModule().

+ Here is the caller graph for this function:

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