OpenCMISS-Iron Internal API Documentation
OPENCMISS::ControlLoop::OutputTypes

The control loop output types. More...

Collaboration diagram for OPENCMISS::ControlLoop::OutputTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_no_output = CONTROL_LOOP_NO_OUTPUT
 No output from the control loop. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_progress_output = CONTROL_LOOP_PROGRESS_OUTPUT
 Progress output from the control loop. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_timing_output = CONTROL_LOOP_TIMING_OUTPUT
 Timing output from the control loop. More...
 

Detailed Description

The control loop output types.

See also
OPENCMISS::ControlLoop,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_no_output = CONTROL_LOOP_NO_OUTPUT

No output from the control loop.

See also
OPENCMISS::ControlLoop::OutputTypes,OPENCMISS

Definition at line 1337 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_progress_output = CONTROL_LOOP_PROGRESS_OUTPUT

Progress output from the control loop.

See also
OPENCMISS::ControlLoop::OutputTypes,OPENCMISS

Definition at line 1338 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_timing_output = CONTROL_LOOP_TIMING_OUTPUT

Timing output from the control loop.

See also
OPENCMISS::ControlLoop::OutputTypes,OPENCMISS

Definition at line 1339 of file opencmiss_iron.f90.