getNewLinkedList
Short summary
A method to generate a new LinkedList.
- Return type: CNM_ReturnTypes.SingleExecutionResult
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| list | ILinkedList | the created linked list | output |
Code
Declaration
METHOD getNewLinkedList :CNM_ReturnTypes.SingleExecutionResult
VAR_OUTPUT
(* the created linked list *)
list :ILinkedList;
END_VAR