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

#include <CarlaRecorderPosition.h>

+ Collaboration diagram for CarlaRecorderPosition:

Public Member Functions

void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile)
 

Public Attributes

uint32_t DatabaseId
 
FVector Location
 
FVector Rotation
 

Detailed Description

Definition at line 13 of file CarlaRecorderPosition.h.

Member Function Documentation

◆ Read()

void CarlaRecorderPosition::Read ( std::istream &  InFile)

Definition at line 19 of file CarlaRecorderPosition.cpp.

References DatabaseId, Location, ReadFVector(), and Rotation.

Referenced by CarlaReplayer::ProcessPositions(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderPositions::Read().

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

◆ Write()

void CarlaRecorderPosition::Write ( std::ostream &  OutFile)

Definition at line 11 of file CarlaRecorderPosition.cpp.

References DatabaseId, Location, Rotation, and WriteFVector().

+ Here is the call graph for this function:

Member Data Documentation

◆ DatabaseId

uint32_t CarlaRecorderPosition::DatabaseId

◆ Location

FVector CarlaRecorderPosition::Location

◆ Rotation

FVector CarlaRecorderPosition::Rotation

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