OpenCMISS-Iron Internal API Documentation
|
Contains information about a history file for a control loop. More...
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... | |
Contains information about a history file for a control loop.
type(control_loop_type), pointer types::history_type::control_loop |
type(field_type), pointer types::history_type::field |
integer(intg) types::history_type::file_format |
The format of the history file.
type(varying_string) types::history_type::filename |
logical types::history_type::history_finished |