#include <CastorRawGain.h>
Public Types | |
enum | Status { GOOD = 0, BAD = 1 } |
Public Member Functions | |
CastorRawGain (unsigned long fId=0) | |
CastorRawGain (unsigned long fId, float fValue, float fError, float fVoltage, Status fStatus) | |
float | getError () const |
Status | getStatus () const |
float | getValue () const |
float | getVoltage () const |
uint32_t | rawId () const |
std::string | strStatus () const |
Private Attributes | |
float | mError |
uint32_t | mId |
int | mStatus |
float | mValue |
float | mVoltage |
Definition at line 11 of file CastorRawGain.h.
Enumerator | |
---|---|
GOOD | |
BAD |
Definition at line 13 of file CastorRawGain.h.
|
inline |
Definition at line 21 of file CastorRawGain.h.
|
inline |
Definition at line 23 of file CastorRawGain.h.
|
inline |
Definition at line 15 of file CastorRawGain.h.
References mError.
Referenced by CastorRawGains::addValues().
|
inline |
Definition at line 17 of file CastorRawGain.h.
References mStatus.
Referenced by CastorRawGains::addValues(), and strStatus().
|
inline |
Definition at line 14 of file CastorRawGain.h.
References mValue.
Referenced by CastorRawGains::addValues().
|
inline |
Definition at line 16 of file CastorRawGain.h.
References mVoltage.
Referenced by CastorRawGains::addValues().
|
inline |
|
inline |
Definition at line 18 of file CastorRawGain.h.
References getStatus(), and GOOD.
|
private |
Definition at line 35 of file CastorRawGain.h.
Referenced by getError().
|
private |
Definition at line 33 of file CastorRawGain.h.
Referenced by rawId().
|
private |
Definition at line 37 of file CastorRawGain.h.
Referenced by getStatus().
|
private |
Definition at line 34 of file CastorRawGain.h.
Referenced by getValue().
|
private |
Definition at line 36 of file CastorRawGain.h.
Referenced by getVoltage().