CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
CarlaRecorderPlatformTime结构体 参考

#include <CarlaRecorderPlatformTime.h>

+ CarlaRecorderPlatformTime 的协作图:

Public 成员函数

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

Public 属性

std::chrono::time_point< std::chrono::system_clock > RecorderStartTime
 
double Time
 

详细描述

在文件 CarlaRecorderPlatformTime.h13 行定义.

成员函数说明

◆ Read()

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

在文件 CarlaRecorderPlatformTime.cpp23 行定义.

引用了 Time.

被这些函数引用 CarlaRecorderQuery::QueryInfo().

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

◆ SetStartTime()

void CarlaRecorderPlatformTime::SetStartTime ( )

在文件 CarlaRecorderPlatformTime.cpp11 行定义.

引用了 RecorderStartTime.

被这些函数引用 ACarlaRecorder::Start().

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

◆ UpdateTime()

void CarlaRecorderPlatformTime::UpdateTime ( )

在文件 CarlaRecorderPlatformTime.cpp15 行定义.

引用了 RecorderStartTime , 以及 Time.

被这些函数引用 ACarlaRecorder::Ticking().

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

◆ Write()

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

在文件 CarlaRecorderPlatformTime.cpp28 行定义.

引用了 PlatformTime , 以及 Time.

被这些函数引用 ACarlaRecorder::Write().

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

类成员变量说明

◆ RecorderStartTime

std::chrono::time_point<std::chrono::system_clock> CarlaRecorderPlatformTime::RecorderStartTime

在文件 CarlaRecorderPlatformTime.h17 行定义.

被这些函数引用 SetStartTime() , 以及 UpdateTime().

◆ Time

double CarlaRecorderPlatformTime::Time

在文件 CarlaRecorderPlatformTime.h19 行定义.

被这些函数引用 CarlaRecorderQuery::QueryInfo(), Read(), UpdateTime() , 以及 Write().


该结构体的文档由以下文件生成: