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

#include <CarlaRecorderFrames.h>

+ Collaboration diagram for CarlaRecorderFrames:

Public Member Functions

 CarlaRecorderFrames (void)
 
void Reset ()
 
void SetFrame (double DeltaSeconds)
 
void WriteEnd (std::ostream &OutFile)
 
void WriteStart (std::ostream &OutFile)
 

Private Attributes

CarlaRecorderFrame Frame
 
std::streampos OffsetPreviousFrame
 

Detailed Description

Definition at line 25 of file CarlaRecorderFrames.h.

Constructor & Destructor Documentation

◆ CarlaRecorderFrames()

CarlaRecorderFrames::CarlaRecorderFrames ( void  )

Definition at line 23 of file CarlaRecorderFrames.cpp.

Member Function Documentation

◆ Reset()

void CarlaRecorderFrames::Reset ( void  )

Definition at line 28 of file CarlaRecorderFrames.cpp.

Referenced by ACarlaRecorder::Start().

+ Here is the caller graph for this function:

◆ SetFrame()

void CarlaRecorderFrames::SetFrame ( double  DeltaSeconds)

Definition at line 36 of file CarlaRecorderFrames.cpp.

Referenced by ACarlaRecorder::Write().

+ Here is the caller graph for this function:

◆ WriteEnd()

void CarlaRecorderFrames::WriteEnd ( std::ostream &  OutFile)

Definition at line 83 of file CarlaRecorderFrames.cpp.

References FrameEnd.

Referenced by ACarlaRecorder::Write().

+ Here is the caller graph for this function:

◆ WriteStart()

void CarlaRecorderFrames::WriteStart ( std::ostream &  OutFile)

Definition at line 52 of file CarlaRecorderFrames.cpp.

References FrameStart.

Referenced by ACarlaRecorder::Write().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Frame

CarlaRecorderFrame CarlaRecorderFrames::Frame
private

Definition at line 40 of file CarlaRecorderFrames.h.

◆ OffsetPreviousFrame

std::streampos CarlaRecorderFrames::OffsetPreviousFrame
private

Definition at line 41 of file CarlaRecorderFrames.h.


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