#include <scRun.h>
Public Types | |
| typedef std::vector< hvChannel * > | HV |
| typedef std::vector< beetle * > | Beetles |
| typedef std::vector< tProbe * > | Probes |
| typedef std::vector< tHybrid * > | tHybrids |
Public Member Functions | |
| scRun (time_t timeStamp) | |
| ~scRun () | |
| time_t | timestamp () const |
| HV & | hvChannels () |
| const HV & | hvChannels () const |
| void | addToHV (hvChannel *aChan) |
| Beetles & | beetles () |
| const Beetles & | beetles () const |
| void | addToBeetles (beetle *ringo) |
| Probes & | probes () |
| const Probes & | probes () const |
| void | addToProbes (tProbe *tP) |
| tHybrids & | tempH () |
| const tHybrids & | tempH () const |
| void | addTotHybrids (tHybrid *tH) |
| chiller * | getChiller () const |
| void | setChiller (chiller *aChiller) |
| void | setTTC (TTC *aTTC) |
| TTC * | getTTC () const |
Private Attributes | |
| time_t | m_time |
| HV | m_hvInfo |
| Beetles | m_beetles |
| Probes | m_probes |
| tHybrids | m_hybrids |
| chiller * | m_chiller |
| TTC * | m_ttc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1