Definition at line 91 of file control_loop_routines.f90.
subroutine control_loop_routines::control_loop_label_get::control_loop_label_get_c |
( |
type(control_loop_type), pointer |
CONTROL_LOOP, |
|
|
character(len=*), intent(out) |
LABEL, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Returns the label of a control loop.
- See also
- OPENCMISS::CMISSControlLoopLabelGet
- Parameters
-
| control_loop | A pointer to the control loop to get the label for |
[out] | label | On return, the control loop label. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 651 of file control_loop_routines.f90.
subroutine control_loop_routines::control_loop_label_get::control_loop_label_get_vs |
( |
type(control_loop_type), pointer |
CONTROL_LOOP, |
|
|
type(varying_string), intent(out) |
LABEL, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Returns the label of a control loop.
- See also
- OPENCMISS::CMISSControlLoopLabelGet
- Parameters
-
| control_loop | A pointer to the control loop to get the label for |
[out] | label | On return, the control loop label. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 687 of file control_loop_routines.f90.