|
API C#
|
This class represents an instruction that wait for a specific time. (ms) More...
Public Member Functions | |
| CWaitInstruction () | |
| Initializes a new instance of the CWaitInstruction class. More... | |
| override void | Init () |
| Initialize all member of the instance. More... | |
| override bool | EvaluateInstruction () |
| Evaluates the instruction and return the result. More... | |
| override void | ResetInstruction () |
| This method reset the current instruction. More... | |
| override CTest | GetTestStructure () |
| This method extracts a CTest structure from the current instruction. More... | |
Public Member Functions inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction | |
| CBasicInstruction () | |
| Initializes a new instance of the CBasicInstruction class. More... | |
Properties | |
| float | Time [get, set] |
| The time in ms you want to wait. More... | |
Properties inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction | |
| CInstructionDataTypes.InstructionType | Type [get, set] |
| The type of test instruction. More... | |
| List< int > | Index [get, set] |
| Index of the instruction listed by the level of indexation. More... | |
| string | Title [get, set] |
| The title of the test instruction. Basically, this is what you will be displayed More... | |
| bool | HasBeenExecuted [get, set] |
| Indicates if the instruction has been executed. More... | |
| bool | IsSub [get, set] |
| Indicates if this instruction is a sub instruction More... | |
| string | Comment [get, set] |
| A general comment about the instruction. More... | |
| DateTime | StartTime [get, set] |
| A timestamp to store the starttime of the instruction. More... | |
| DateTime | StopTime [get, set] |
| A timestamp to store the starttime of the instruction. More... | |
| bool | Result [get, set] |
| Indicates if the instruction PASSED or FAILED. More... | |
This class represents an instruction that wait for a specific time. (ms)
| Kinova.DLL.TestData.Instruction.CWaitInstruction.CWaitInstruction | ( | ) |
Initializes a new instance of the CWaitInstruction class.
|
virtual |
Evaluates the instruction and return the result.
Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.
|
virtual |
This method extracts a CTest structure from the current instruction.
Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.
|
virtual |
Initialize all member of the instance.
Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.
|
virtual |
This method reset the current instruction.
Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.
|
getset |
The time in ms you want to wait.
The time.