Struct SimOne_Data_JudgeEvent
Defined in File SimOneIOStruct.h
Struct Documentation
-
struct SimOne_Data_JudgeEvent
Public Members
-
char actualValue[256]
实际值,记录实际观察到的交通事件信息
Actual value, records the actual observed traffic event information
-
char expectOp[256]
期望操作,记录对事件的预期操作
Expected operation, records the expected operation related to the event
-
char expectValue1[256]
期望值1,记录事件的第一个期望值
Expected value 1, records the first expected value for the event
-
char expectValue2[256]
期望值2,记录事件的第二个期望值
Expected value 2, records the second expected value for the event
-
int hostVehicle
主车辆标识,指示哪辆车辆是事件的主角
Host vehicle identifier, indicates which vehicle is the main vehicle in the event
-
char judgeId[256]
判定ID,唯一标识每个判定事件
Judge ID, uniquely identifies each judgment event
-
char judgeType[256]
判定类型,指示事件的判定类别
Judge type, indicates the category of the judgment for the event
-
char requireProperty[256]
所需属性,记录与事件判定相关的要求属性
Required property, records the required properties related to the event judgment
-
char taskId[256]
任务ID,标识与事件相关的任务
Task ID, identifies the task related to the event
-
double time
事件发生时间,单位:秒
Event occurrence time, unit: seconds
-
char valueType[256]
值类型,指示数据的值类型
Value type, indicates the type of data value
-
char version[256]
版本,记录数据的版本信息
Version, records the version information of the data
-
char actualValue[256]