Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by pam-fi, Fri Jul 21 11:01:40 2006 UTC | revision 1.4 by mocchiut, Thu Nov 9 17:05:47 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | #include <S4Level2.h> | #include <S4Level2.h> |
| 2 | ||
| 3 | S4Level2::S4Level2() : | S4Level2::S4Level2(){ |
| 4 | S4calibrated(0), | this->Clear(); |
| 5 | S4adc(0) {} | } |
| 6 | ||
| 7 | void S4Level2::Clear(){ | void S4Level2::Clear(){ |
| 8 | S4calibrated = 0.; | S4calibrated = 0.; |
| 9 | S4adc = 0.; | S4adc = 0.; |
| 10 | unpackError = 0; | |
| 11 | } | } |
| 12 | /** | /** |
| 13 | * Fills a struct cS4Level2 with values from a S4Level2 object (to put data into a F77 common). | * Fills a struct cS4Level2 with values from a S4Level2 object (to put data into a F77 common). |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |