CARLA
 
载入中...
搜索中...
未找到
函数 | 变量
CarlaRecorderHelpers.cpp 文件参考
#include <fstream>
#include <vector>
#include "UnrealString.h"
#include "CarlaRecorderHelpers.h"
+ CarlaRecorderHelpers.cpp 的引用(Include)关系图:

浏览源代码.

函数

std::string GetRecorderFilename (std::string Filename)
 
void ReadFString (std::istream &InFile, FString &OutObj)
 
void ReadFTransform (std::ifstream &InFile, FTransform &OutObj)
 
void ReadFVector (std::istream &InFile, FVector &OutObj)
 
void WriteFString (std::ostream &OutFile, const FString &InObj)
 
void WriteFTransform (std::ofstream &OutFile, const FTransform &InObj)
 
void WriteFVector (std::ostream &OutFile, const FVector &InObj)
 

变量

static std::vector< uint8_t > CarlaRecorderHelperBuffer
 

函数说明

◆ GetRecorderFilename()

std::string GetRecorderFilename ( std::string Filename)

在文件 CarlaRecorderHelpers.cpp17 行定义.

被这些函数引用 CarlaRecorderQuery::QueryBlocked(), CarlaRecorderQuery::QueryCollisions(), CarlaRecorderQuery::QueryInfo(), CarlaReplayer::ReplayFile() , 以及 ACarlaRecorder::Start().

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

◆ ReadFString()

void ReadFString ( std::istream & InFile,
FString & OutObj )

在文件 CarlaRecorderHelpers.cpp86 行定义.

引用了 CarlaRecorderHelperBuffer.

被这些函数引用 CarlaRecorderWalkerBones::Read(), CarlaRecorderInfo::Read() , 以及 CarlaRecorderEventAdd::Read().

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

◆ ReadFTransform()

void ReadFTransform ( std::ifstream & InFile,
FTransform & OutObj )

在文件 CarlaRecorderHelpers.cpp76 行定义.

引用了 ReadFVector().

+ 函数调用图:

◆ ReadFVector()

void ReadFVector ( std::istream & InFile,
FVector & OutObj )

在文件 CarlaRecorderHelpers.cpp68 行定义.

被这些函数引用 FDenseTile::InitializeTile(), CarlaRecorderWalkerBones::Read(), CarlaRecorderBoundingBox::Read(), CarlaRecorderEventAdd::Read(), CarlaRecorderKinematics::Read(), CarlaRecorderPosition::Read() , 以及 ReadFTransform().

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

◆ WriteFString()

void WriteFString ( std::ostream & OutFile,
const FString & InObj )

在文件 CarlaRecorderHelpers.cpp53 行定义.

被这些函数引用 CarlaRecorderWalkerBones::Write(), CarlaRecorderInfo::Write() , 以及 CarlaRecorderEventAdd::Write().

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

◆ WriteFTransform()

void WriteFTransform ( std::ofstream & OutFile,
const FTransform & InObj )

在文件 CarlaRecorderHelpers.cpp46 行定义.

引用了 WriteFVector().

+ 函数调用图:

◆ WriteFVector()

void WriteFVector ( std::ostream & OutFile,
const FVector & InObj )

在文件 CarlaRecorderHelpers.cpp38 行定义.

被这些函数引用 CarlaRecorderWalkerBones::Write(), CarlaRecorderBoundingBox::Write(), CarlaRecorderKinematics::Write(), CarlaRecorderPosition::Write(), CarlaRecorderEventAdd::Write() , 以及 WriteFTransform().

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

变量说明

◆ CarlaRecorderHelperBuffer

std::vector<uint8_t> CarlaRecorderHelperBuffer
static

在文件 CarlaRecorderHelpers.cpp14 行定义.

被这些函数引用 ReadFString().