Function SimOneAPI::GetCaseInfo¶
Defined in File SimOneServiceAPI.h
Function Documentation¶
-
bool SimOneAPI::GetCaseInfo(SimOne_Data_CaseInfo *pCaseInfo)¶
获取案例详情
Get the details of the case.
此函数用于获取当前模拟案例的详细信息
This function is used to retrieve detailed information about the current simulation case.
- 参数:¶
- SimOne_Data_CaseInfo *pCaseInfo¶
[out]
指向案例信息结构的指针,包括案例名称、案例ID、任务ID和会话ID
Pointer to the case information structure, including case name, case ID, task ID, and session ID.
- 返回:¶
成功获取返回true,否则返回false
Returns true if information is successfully retrieved, false otherwise.