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

#include <CarlaRecorderEventAdd.h>

+ Collaboration diagram for CarlaRecorderEventAdd:

Public Member Functions

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

Public Attributes

uint32_t DatabaseId
 
CarlaRecorderActorDescription Description
 
FVector Location
 
FVector Rotation
 
uint8_t Type
 

Detailed Description

Definition at line 26 of file CarlaRecorderEventAdd.h.

Member Function Documentation

◆ Read()

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

Definition at line 37 of file CarlaRecorderEventAdd.cpp.

References CarlaRecorderActorDescription::Attributes, DatabaseId, Description, CarlaRecorderActorAttribute::Id, CarlaRecorderActorDescription::Id, Location, ReadFString(), ReadFVector(), Rotation, CarlaRecorderActorAttribute::Type, Type, CarlaRecorderActorDescription::UId, and CarlaRecorderActorAttribute::Value.

Referenced by CarlaReplayer::ProcessEventsAdd(), CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderEventsAdd::Read().

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

◆ Write()

void CarlaRecorderEventAdd::Write ( std::ostream &  OutFile) const

Definition at line 11 of file CarlaRecorderEventAdd.cpp.

References CarlaRecorderActorDescription::Attributes, DatabaseId, Description, CarlaRecorderActorDescription::Id, Location, Rotation, Type, CarlaRecorderActorDescription::UId, WriteFString(), and WriteFVector().

Referenced by CarlaRecorderEventsAdd::Write().

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

Member Data Documentation

◆ DatabaseId

uint32_t CarlaRecorderEventAdd::DatabaseId

◆ Description

CarlaRecorderActorDescription CarlaRecorderEventAdd::Description

◆ Location

FVector CarlaRecorderEventAdd::Location

◆ Rotation

FVector CarlaRecorderEventAdd::Rotation

Definition at line 31 of file CarlaRecorderEventAdd.h.

Referenced by CarlaReplayer::ProcessEventsAdd(), Read(), and Write().

◆ Type

uint8_t CarlaRecorderEventAdd::Type

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