OpenCMISS-Iron Internal API Documentation
control_loop_routines::control_loop_label_get Interface Reference

Private Member Functions

subroutine control_loop_label_get_c (CONTROL_LOOP, LABEL, ERR, ERROR,)
 Returns the label of a control loop. More...
 
subroutine control_loop_label_get_vs (CONTROL_LOOP, LABEL, ERR, ERROR,)
 Returns the label of a control loop. More...
 

Detailed Description

Definition at line 91 of file control_loop_routines.f90.

Member Function/Subroutine Documentation

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_loopA pointer to the control loop to get the label for
[out]labelOn return, the control loop label.
[out]errThe error code
[out]errorThe 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_loopA pointer to the control loop to get the label for
[out]labelOn return, the control loop label.
[out]errThe error code
[out]errorThe error string

Definition at line 687 of file control_loop_routines.f90.