Definition at line 96 of file control_loop_routines.f90.
subroutine control_loop_routines::control_loop_label_set::control_loop_label_set_c |
( |
type(control_loop_type), pointer |
CONTROL_LOOP, |
|
|
character(len=*), intent(in) |
LABEL, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets the label of a control loop.
- See also
- OPENCMISS::CMISSControlLoopLabelSet
- Parameters
-
| control_loop | A pointer to the control loop to set the label for |
[in] | label | The label to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 716 of file control_loop_routines.f90.
subroutine control_loop_routines::control_loop_label_set::control_loop_label_set_vs |
( |
type(control_loop_type), pointer |
CONTROL_LOOP, |
|
|
type(varying_string), intent(in) |
LABEL, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets the label of a control loop.
- See also
- OPENCMISS::CMISSControlLoopLabelSet
- Parameters
-
| control_loop | A pointer to the control loop to set the label for |
[in] | label | The label to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 749 of file control_loop_routines.f90.