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

Private Member Functions

subroutine control_loop_label_set_c (CONTROL_LOOP, LABEL, ERR, ERROR,)
 Sets the label of a control loop. More...
 
subroutine control_loop_label_set_vs (CONTROL_LOOP, LABEL, ERR, ERROR,)
 Sets the label of a control loop. More...
 

Detailed Description

Definition at line 96 of file control_loop_routines.f90.

Member Function/Subroutine Documentation

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_loopA pointer to the control loop to set the label for
[in]labelThe label to set
[out]errThe error code
[out]errorThe 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_loopA pointer to the control loop to set the label for
[in]labelThe label to set
[out]errThe error code
[out]errorThe error string

Definition at line 749 of file control_loop_routines.f90.