#include <CastorGainWidth.h>
Public Member Functions | |
CastorGainWidth () | |
CastorGainWidth (unsigned long fId, float fCap0, float fCap1, float fCap2, float fCap3) | |
float | getValue (int fCapId) const |
get value for capId = 0..3 More... | |
const float * | getValues () const |
get value for all capId = 0..3 More... | |
uint32_t | rawId () const |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
uint32_t | mId |
float | mValue0 |
float | mValue1 |
float | mValue2 |
float | mValue3 |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 13 of file CastorGainWidth.h.
|
inline |
Definition at line 22 of file CastorGainWidth.h.
|
inline |
Definition at line 24 of file CastorGainWidth.h.
|
inline |
get value for capId = 0..3
Definition at line 18 of file CastorGainWidth.h.
References getValues().
Referenced by CastorDbHardcode::makeGain().
|
inline |
get value for all capId = 0..3
Definition at line 16 of file CastorGainWidth.h.
References mValue0.
Referenced by CastorDbXml::dumpObject(), getValue(), and CastorDbService::makeCastorCalibrationWidth().
|
inline |
|
private |
|
friend |
Definition at line 40 of file CastorGainWidth.h.
|
friend |
Definition at line 40 of file CastorGainWidth.h.
|
private |
Definition at line 34 of file CastorGainWidth.h.
Referenced by rawId().
|
private |
Definition at line 35 of file CastorGainWidth.h.
Referenced by getValues().
|
private |
Definition at line 36 of file CastorGainWidth.h.
|
private |
Definition at line 37 of file CastorGainWidth.h.
|
private |
Definition at line 38 of file CastorGainWidth.h.