Struct SimOne_Data_CaseInfo¶
ClassList > SimOne_Data_CaseInfo
#include <SimOneIOStruct.h>
Public Attributes¶
| Type | Name |
|---|---|
| char | caseId |
| char | caseName |
| char | taskId |
Public Attributes Documentation¶
variable caseId¶
char SimOne_Data_CaseInfo::caseId[256];
案例ID,是特定案例的唯一标识符。 * Case ID, which serves as a unique identifier for a specific case.
variable caseName¶
char SimOne_Data_CaseInfo::caseName[256];
案例名称,用于唯一标识特定案例。 * Case name used to uniquely identify a specific case.
variable taskId¶
char SimOne_Data_CaseInfo::taskId[256];
任务ID,用于标识与该案例相关联的任务。 * Task ID used to identify the task associated with the case.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h