CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
CarlaRecorderStates类 参考

#include <CarlaRecorderState.h>

+ CarlaRecorderStates 的协作图:

Public 成员函数

void Add (const CarlaRecorderStateTrafficLight &State)
 
void Clear (void)
 
const std::vector< CarlaRecorderStateTrafficLight > & GetStates ()
 
void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile)
 

Private 属性

std::vector< CarlaRecorderStateTrafficLightStatesTrafficLights
 

详细描述

在文件 CarlaRecorderState.h28 行定义.

成员函数说明

◆ Add()

void CarlaRecorderStates::Add ( const CarlaRecorderStateTrafficLight & State)

在文件 CarlaRecorderState.cpp34 行定义.

引用了 State , 以及 StatesTrafficLights.

被这些函数引用 FFrameData::AddState(), ACarlaRecorder::AddState() , 以及 Read().

+ 这是这个函数的调用关系图:

◆ Clear()

void CarlaRecorderStates::Clear ( void )

在文件 CarlaRecorderState.cpp29 行定义.

引用了 StatesTrafficLights.

被这些函数引用 FFrameData::Clear() , 以及 ACarlaRecorder::Clear().

+ 这是这个函数的调用关系图:

◆ GetStates()

const std::vector< CarlaRecorderStateTrafficLight > & CarlaRecorderStates::GetStates ( )

在文件 CarlaRecorderState.cpp72 行定义.

引用了 StatesTrafficLights.

被这些函数引用 FFrameData::PlayFrameData().

+ 这是这个函数的调用关系图:

◆ Read()

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

在文件 CarlaRecorderState.cpp58 行定义.

引用了 Add() , 以及 CarlaRecorderStateTrafficLight::Read().

被这些函数引用 FFrameData::Read().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ Write()

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

在文件 CarlaRecorderState.cpp39 行定义.

引用了 State , 以及 StatesTrafficLights.

被这些函数引用 ACarlaRecorder::Write() , 以及 FFrameData::Write().

+ 这是这个函数的调用关系图:

类成员变量说明

◆ StatesTrafficLights

std::vector<CarlaRecorderStateTrafficLight> CarlaRecorderStates::StatesTrafficLights
private

在文件 CarlaRecorderState.h45 行定义.

被这些函数引用 Add(), Clear(), GetStates() , 以及 Write().


该类的文档由以下文件生成: