#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 |
Definition at line 25 of file CarlaRecorderFrames.h.
| CarlaRecorderFrames::CarlaRecorderFrames | ( | void | ) |
Definition at line 23 of file CarlaRecorderFrames.cpp.
| void CarlaRecorderFrames::Reset | ( | void | ) |
Definition at line 28 of file CarlaRecorderFrames.cpp.
Referenced by ACarlaRecorder::Start().
Here is the caller graph for this function:| 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:| 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:| 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:
|
private |
Definition at line 40 of file CarlaRecorderFrames.h.
|
private |
Definition at line 41 of file CarlaRecorderFrames.h.
1.8.13