#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.
CastorRawGain::CastorRawGain | ( | unsigned long | fId = 0 | ) | [inline] |
CastorRawGain::CastorRawGain | ( | unsigned long | fId, |
float | fValue, | ||
float | fError, | ||
float | fVoltage, | ||
Status | fStatus | ||
) | [inline] |
float CastorRawGain::getError | ( | ) | const [inline] |
Definition at line 15 of file CastorRawGain.h.
References mError.
Referenced by CastorRawGains::addValues().
{return mError;}
Status CastorRawGain::getStatus | ( | ) | const [inline] |
Definition at line 17 of file CastorRawGain.h.
References mStatus.
Referenced by CastorRawGains::addValues(), and strStatus().
float CastorRawGain::getValue | ( | ) | const [inline] |
Definition at line 14 of file CastorRawGain.h.
References mValue.
Referenced by CastorRawGains::addValues().
{return mValue;}
float CastorRawGain::getVoltage | ( | ) | const [inline] |
Definition at line 16 of file CastorRawGain.h.
References mVoltage.
Referenced by CastorRawGains::addValues().
{return mVoltage;}
uint32_t CastorRawGain::rawId | ( | ) | const [inline] |
std::string CastorRawGain::strStatus | ( | ) | const [inline] |
Definition at line 18 of file CastorRawGain.h.
References getStatus(), and GOOD.
float CastorRawGain::mError [private] |
Definition at line 35 of file CastorRawGain.h.
Referenced by getError().
uint32_t CastorRawGain::mId [private] |
Definition at line 33 of file CastorRawGain.h.
Referenced by rawId().
int CastorRawGain::mStatus [private] |
Definition at line 37 of file CastorRawGain.h.
Referenced by getStatus().
float CastorRawGain::mValue [private] |
Definition at line 34 of file CastorRawGain.h.
Referenced by getValue().
float CastorRawGain::mVoltage [private] |
Definition at line 36 of file CastorRawGain.h.
Referenced by getVoltage().