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

Contains module feedback. More...

Go to the source code of this file.

Data Types

interface  feedback::feedback_class
 Base class representing a feedback signal. More...
 
interface  feedback::feedback_class
 Base class representing a feedback signal. More...
 

Modules

module  feedback
 Defines the base class of the type feedback_class.
 

Functions/Subroutines

function feedback::feedback_construct (signal)
 Construct a feedback_class containing a sxrem_ratio object. More...
 
subroutine feedback::feedback_destruct (this)
 Deconstruct a feedback_class object. More...
 
real(rprec) function, dimension(4) feedback::feedback_get_modeled_signal (this, a_model, sigma, last_value)
 Calculates the modeled signal. More...
 
real(rprec) function feedback::feedback_get_observed_signal (this, a_model)
 Calculates the observed signal. More...
 
character(len=data_name_length) function feedback::feedback_get_signal_type (this)
 Gets a discription of the feedback signal type. More...
 
character(len=data_name_length) function, dimension(7) feedback::feedback_get_header (this)
 Gets a discription of the model and model sigma array indices. More...
 
character(len=data_name_length) function feedback::feedback_get_feedback_type (this)
 Gets a discription of the feedback type. More...
 
subroutine feedback::feedback_write_auxiliary (this, iou, index)
 Write out auxiliary signal information to an output file. More...
 

Detailed Description

Contains module feedback.

Definition in file feedback.f.