ORB5  4.00
Loading...
Searching...
No Matches
derived_inputs::input_logical Type Reference

Public Member Functions

procedure init (this, name, desc, default_value)
procedure apply_to (this, path, var)

Public Attributes

logical val
 Input value (must be the first attribute for reading).
character(len=name_lenname = ''
 Output name.
character(len=desc_lendesc = ''
 Description.

Member Function/Subroutine Documentation

◆ apply_to()

procedure derived_inputs::input_logical::apply_to ( class(input_logical), intent(in) this,
character(len=*), intent(in) path,
logical, intent(out) var )
Parameters
[in]pathOutput path in HDF5 file
[out]varGlobal variable to store input value

◆ init()

procedure derived_inputs::input_logical::init ( class(input_logical), intent(inout) this,
character(len=*), intent(in) name,
character(len=*), intent(in) desc,
logical, intent(in) default_value )

Member Data Documentation

◆ desc

character(len=desc_len) derived_inputs::input_logical::desc = ''

Description.

◆ name

character(len=name_len) derived_inputs::input_logical::name = ''

Output name.

◆ val

logical derived_inputs::input_logical::val

Input value (must be the first attribute for reading).


The documentation for this type was generated from the following file: