Defines the base class of type signal_dot_file. This module contains common code used in parsing diagnostic dot files. The actual parsing of the diagnostic dot file is handled by ipch_dot, thscte_dot and sxrch_dot.
More...
|
| subroutine | signal_dot_open (this, file, signal_id) |
| | Open a diagnostic dot file.
|
| |
|
|
integer, parameter | signal_dot_line_len = 200 |
| | Maximum line length.
|
| |
Defines the base class of type signal_dot_file. This module contains common code used in parsing diagnostic dot files. The actual parsing of the diagnostic dot file is handled by ipch_dot, thscte_dot and sxrch_dot.
◆ signal_dot_open()
| subroutine signal_dot::signal_dot_open |
( |
class (signal_dot_file), intent(inout) |
this, |
|
|
character (len=*), intent(in) |
file, |
|
|
character (len=*), intent(in) |
signal_id |
|
) |
| |
Open a diagnostic dot file.
Opens a diagnostic dot file for reading.
- Parameters
-
| [input] | this A signal_dot_file instance. |
| [in] | file | Filename of the diagnostic dot file. |
| [in] | signal_id | Description of the diagnostic dot file. |