CARLA
Public Member Functions | Public Attributes | List of all members
CarlaRecorderVisualTime Struct Reference

#include <CarlaRecorderVisualTime.h>

+ Collaboration diagram for CarlaRecorderVisualTime:

Public Member Functions

void Read (std::ifstream &InFile)
 
void SetTime (double ThisTime)
 
void Write (std::ofstream &OutFile)
 

Public Attributes

double Time
 

Detailed Description

Definition at line 13 of file CarlaRecorderVisualTime.h.

Member Function Documentation

◆ Read()

void CarlaRecorderVisualTime::Read ( std::ifstream &  InFile)

Definition at line 16 of file CarlaRecorderVisualTime.cpp.

References Time.

Referenced by CarlaReplayer::ProcessVisualTime().

+ Here is the caller graph for this function:

◆ SetTime()

void CarlaRecorderVisualTime::SetTime ( double  ThisTime)

Definition at line 11 of file CarlaRecorderVisualTime.cpp.

References Time.

Referenced by ACarlaRecorder::Ticking().

+ Here is the caller graph for this function:

◆ Write()

void CarlaRecorderVisualTime::Write ( std::ofstream &  OutFile)

Definition at line 21 of file CarlaRecorderVisualTime.cpp.

References Time, and VisualTime.

Referenced by ACarlaRecorder::Write().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Time

double CarlaRecorderVisualTime::Time

Definition at line 15 of file CarlaRecorderVisualTime.h.

Referenced by CarlaReplayer::ProcessVisualTime(), Read(), SetTime(), and Write().


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