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

Returns the specified control loop as indexed by the control loop identifier from the control loop root. More...

Private Member Functions

subroutine control_loop_get_0 (CONTROL_LOOP_ROOT, CONTROL_LOOP_IDENTIFIER, CONTROL_LOOP, ERR, ERROR,)
 Returns the specified control loop as indexed by the control loop identifier from the control loop root. More...
 
subroutine control_loop_get_1 (CONTROL_LOOP_ROOT, CONTROL_LOOP_IDENTIFIER, CONTROL_LOOP, ERR, ERROR,)
 Returns the specified control loop as indexed by the control loop identifier from the control loop root. More...
 

Detailed Description

Returns the specified control loop as indexed by the control loop identifier from the control loop root.

See also
OPENCMISS_CMISSControlLoopGet

Definition at line 86 of file control_loop_routines.f90.

Member Function/Subroutine Documentation

subroutine control_loop_routines::control_loop_get::control_loop_get_0 ( type(control_loop_type), intent(in), pointer  CONTROL_LOOP_ROOT,
integer(intg), intent(in)  CONTROL_LOOP_IDENTIFIER,
type(control_loop_type), pointer  CONTROL_LOOP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the specified control loop as indexed by the control loop identifier from the control loop root.

Parameters
[in]control_loop_rootA pointer to the control loop to root
[in]control_loop_identifierThe control loop identifier
control_loopOn exit, the specified control loop
[out]errThe error code
[out]errorThe error string

Definition at line 435 of file control_loop_routines.f90.

subroutine control_loop_routines::control_loop_get::control_loop_get_1 ( type(control_loop_type), intent(in), pointer  CONTROL_LOOP_ROOT,
integer(intg), dimension(:), intent(in)  CONTROL_LOOP_IDENTIFIER,
type(control_loop_type), pointer  CONTROL_LOOP,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Returns the specified control loop as indexed by the control loop identifier from the control loop root.

Parameters
[in]control_loop_rootA pointer to the control loop to root
[in]control_loop_identifierThe control loop identifier
control_loopOn exit, the specified control loop. Must not be associated on entry.
[out]errThe error code
[out]errorThe error string

Definition at line 461 of file control_loop_routines.f90.