Main Page | Modules | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

ProcAmplifier Class Reference

#include <ProcBasic.hh>

Inherits DataProcessor.

List of all members.


Detailed Description

Data processor to perform signal amplification.

This class implements a basic data processor which outputs a scaled version of its input.

Inputs:

Outputs:


Public Member Functions

 ProcAmplifier (const char *name, int index, ProcFloat gain)
ProcFloat getGain (void)
void setGain (ProcFloat gain)
virtual void update (void)


Member Function Documentation

ProcFloat ProcAmplifier::getGain void   )  [inline]
 

This method can be used to retrieve the gain setting of the processor.

void ProcAmplifier::setGain ProcFloat  gain  )  [inline]
 

This method can be used to get the gain setting of the processor.


SimLib Reference Documentation