V3FIT
Data Types | Modules | Functions/Subroutines | Variables
signal_dot.f File Reference

Contains module signal_dot. More...

Go to the source code of this file.

Data Types

type  signal_dot::signal_dot_file
 Base class representing a diagnostic dot file. This is an opaqe class. More...
 

Modules

module  signal_dot
 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.
 

Functions/Subroutines

type(signal_dot_file) function, public signal_dot::signal_dot_open (file, signal_id)
 Open a diagnostic dot file. More...
 
subroutine, public signal_dot::signal_dot_close (signal_dot_file_ref)
 Close a diagnostic dot file. More...
 
subroutine, public signal_dot::signal_dot_parse_chord (signal_dot_file_ref, coordinate_type, chord_name, xcart_i, xcart_f)
 Parse a chord from a diagnostic dot file. More...
 
real(rprec) function, public signal_dot::signal_dot_parse_real (signal_dot_file_ref, message)
 Parse a single real from a diagnostic dot file. More...
 
real(rprec) function, dimension(2) signal_dot::signal_dot_parse_2_real (signal_dot_file_ref, message)
 Parse a two reals from a diagnostic dot file. More...
 
real(rprec) function, dimension(3) signal_dot::signal_dot_parse_3_real (signal_dot_file_ref, message)
 Parse a three reals from a diagnostic dot file. More...
 
integer function signal_dot::signal_dot_parse_int (signal_dot_file_ref, message)
 Parse a single integer from a diagnostic dot file. More...
 
integer function, dimension(2) signal_dot::signal_dot_parse_2_int (signal_dot_file_ref, message)
 Parse two integers from a diagnostic dot file. More...
 
character(len=data_name_length) function, public signal_dot::signal_dot_read_keyword (signal_dot_file_ref, keywords)
 Read a keyword from the diagnostic dot file. More...
 
character(len=signal_dot_line_len) function, public signal_dot::signal_dot_read_line (signal_dot_file_ref, pre_message, post_message)
 Read line from diagnostic dot file. More...
 
subroutine, private signal_dot::signal_dot_check_status (status, signal_dot_file_ref, pre_message, post_message)
 Check and handle errors. More...
 

Variables

integer, parameter signal_dot::signal_dot_line_len = 200
 Maximum line length.
 

Detailed Description

Contains module signal_dot.

Definition in file signal_dot.f.