#include <CastorRawGain.h>
Public Types | |
enum | Status { GOOD = 0, BAD = 1 } |
Public Member Functions | |
CastorRawGain (unsigned long fId, float fValue, float fError, float fVoltage, Status fStatus) | |
CastorRawGain (unsigned long fId=0) | |
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 12 of file CastorRawGain.h.
|
inline |
|
inline |
|
inline |
Definition at line 16 of file CastorRawGain.h.
References mError.
Referenced by CastorRawGains::addValues().
|
inline |
Definition at line 18 of file CastorRawGain.h.
References mStatus.
Referenced by CastorRawGains::addValues(), and strStatus().
|
inline |
Definition at line 15 of file CastorRawGain.h.
References mValue.
Referenced by CastorRawGains::addValues().
|
inline |
Definition at line 17 of file CastorRawGain.h.
References mVoltage.
Referenced by CastorRawGains::addValues().
|
inline |
|
inline |
Definition at line 19 of file CastorRawGain.h.
References getStatus(), and GOOD.
|
private |
Definition at line 31 of file CastorRawGain.h.
Referenced by getError().
|
private |
Definition at line 29 of file CastorRawGain.h.
Referenced by rawId().
|
private |
Definition at line 33 of file CastorRawGain.h.
Referenced by getStatus().
|
private |
Definition at line 30 of file CastorRawGain.h.
Referenced by getValue().
|
private |
Definition at line 32 of file CastorRawGain.h.
Referenced by getVoltage().