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

#include <CarlaRecorderState.h>

+ Collaboration diagram for CarlaRecorderStateTrafficLight:

Public Member Functions

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

Public Attributes

uint32_t DatabaseId
 
float ElapsedTime
 
bool IsFrozen
 
char State
 

Detailed Description

Definition at line 13 of file CarlaRecorderState.h.

Member Function Documentation

◆ Read()

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

Definition at line 19 of file CarlaRecorderState.cpp.

References DatabaseId, ElapsedTime, IsFrozen, and State.

Referenced by CarlaReplayer::ProcessStates(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderStates::Read().

+ Here is the caller graph for this function:

◆ Write()

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

Definition at line 11 of file CarlaRecorderState.cpp.

References DatabaseId, ElapsedTime, IsFrozen, and State.

Member Data Documentation

◆ DatabaseId

uint32_t CarlaRecorderStateTrafficLight::DatabaseId

◆ ElapsedTime

float CarlaRecorderStateTrafficLight::ElapsedTime

◆ IsFrozen

bool CarlaRecorderStateTrafficLight::IsFrozen

◆ State

char CarlaRecorderStateTrafficLight::State

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