Struct SimOneCaseControl¶
#include <SimOneIOStruct.h>
Public Attributes¶
| Type | Name |
|---|---|
| ESimOneCaseControl_State | caseControlState |
| int | skipStep |
Public Attributes Documentation¶
variable caseControlState¶
ESimOneCaseControl_State SimOneCaseControl::caseControlState;
案例的当前控制状态,使用 ESimOneCaseControl_State 枚举类型表示。
* The current control state of the case, represented by the ESimOneCaseControl_State enum.
variable skipStep¶
int SimOneCaseControl::skipStep;
表示要跳过的步骤数,仅在跳过操作时有效。 * Indicates the number of steps to skip, only valid during skip operations.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h