OpenCMISS-Iron Internal API Documentation
types::history_type Type Reference

Contains information about a history file for a control loop. More...

Collaboration diagram for types::history_type:

Public Attributes

type(control_loop_type), pointer control_loop
 A pointer to the control loop for the history file. More...
 
logical history_finished
 Is .TRUE. if the history file has finished being created, .FALSE. if not. More...
 
integer(intg) file_format
 The format of the history file. More...
 
type(varying_string) filename
 The file name of the history file. More...
 
integer(intg) unit_number
 The unit number of the history file. More...
 
type(field_type), pointer field
 A pointer to the field that will be read/written in the history file. More...
 

Detailed Description

Contains information about a history file for a control loop.

See also
OPENCMISS::CMISSHistoryType

Definition at line 3118 of file types.f90.

Member Data Documentation

type(control_loop_type), pointer types::history_type::control_loop

A pointer to the control loop for the history file.

Definition at line 3119 of file types.f90.

type(field_type), pointer types::history_type::field

A pointer to the field that will be read/written in the history file.

Definition at line 3124 of file types.f90.

integer(intg) types::history_type::file_format

The format of the history file.

See also
HISTORY_ROUTINES::FileFormatTypes,HISTORY_ROUTINES

Definition at line 3121 of file types.f90.

type(varying_string) types::history_type::filename

The file name of the history file.

Definition at line 3122 of file types.f90.

logical types::history_type::history_finished

Is .TRUE. if the history file has finished being created, .FALSE. if not.

Definition at line 3120 of file types.f90.

integer(intg) types::history_type::unit_number

The unit number of the history file.

Definition at line 3123 of file types.f90.