#include <outReg.h>
Inheritance diagram for Connection:
Public Member Functions | |
Connection (OutReg *pOutRegPtr1, OutReg *pOutRegPtr2, const ConnType &pType, const int &pTC, const float &pReg=0) | |
float | getRegValue () |
get the value of the connection | |
Public Attributes | |
OutReg * | outRegPtr1 |
OutReg * | outRegPtr2 |
ConnType | type |
int | timeConst |
float | factor |
QTime | timer |
bool | bTimerStarted |
Effectively making it a type of OutReg, output register that can be connected to an input register.
|
|
|
get the value of the connection
Reimplemented from OutReg.
|
|
bool flag to indicate if timer has started |
|
inhibition or suppression factor |
|
pointer to an output |
|
pointer to a second output |
|
inhibition or suppression time constant |
|
timer to enforce time constant of suppression/inhibition |
|
inhibition (stop existing signal) or suppression (route new signal through) |