#include <outReg.h>
Inheritance diagram for OutReg:

Public Member Functions | |
| OutReg (QMutex *pRegMtxPtr, const int &pNum, const float &pReg=0) | |
| virtual float | getRegValue () |
| get the value of the output register | |
| void | setRegValue (const float &) |
| set the value of the register | |
Public Attributes | |
| int | num |
Protected Attributes | |
| float | reg |
| QMutex * | regMtxPtr |
|
||||||||||||||||
|
|
|
|
get the value of the output register
Reimplemented in Connection.
|
|
|
set the value of the register
|
|
|
register number |
|
|
register |
|
|
mutex to ensure integrity, must be pointer coz of something to do with copying |
1.3.8