Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

loopcontrol.h File Reference

This header declares so-called loop controls, that are used to control the process flow of a simulation run. More...

#include <string>
#include <simthetic/phbib.h>

Go to the source code of this file.

Namespaces

namespace  simth


Detailed Description

This header declares so-called loop controls, that are used to control the process flow of a simulation run.

E.g. a LinearLoopControl with start value 5 and end value 19 could represent an SNR-range from 5dB to 19dB in a simulation system that simulates a digital transmission chain. To have an influence on the SNR of the simulated transmission system, the LinearLoopControl must be connected with a ControlInterface of the Channel device that wrapps the function setSNR(double newValue). Then, each time the function nextIteration() of this loop control is called, the function setSNR() of the channel is called with the current value of the linear loop control.


Generated on Mon Apr 24 21:19:19 2006 for simthetic by  doxygen 1.4.1