CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <ComPackExpFloat.h>
Public Member Functions | |
ComPackExpFloat (unsigned nbits, unsigned maxexponent, double start, double stop, bool center=false) | |
virtual | ~ComPackExpFloat () |
virtual StatusCode | pack (const double, d_ULong &) const |
virtual StatusCode | unpack (const d_ULong, double &) const |
void | print (std::ostream &os) const |
Public Member Functions inherited from ComPackBase< double > | |
ComPackBase () | |
ComPackBase (double minval, double maxval, d_ULong bitrange) | |
ComPackBase (const ComPackBase &) | |
virtual | ~ComPackBase () |
virtual const double & | getMinVal () const |
virtual const double & | getMaxVal () const |
virtual const double & | getRange () const |
d_ULong | bitRange () const |
d_ULong | bitMask () const |
ComPackBase & | operator= (const ComPackBase &) |
Additional Inherited Members | |
Public Types inherited from ComPackBaseBase | |
enum | StatusCode { TAG_OK , TAG_BAD , TAG_RANGE_ERROR , TAG_VAL_ROUND_DOWN , TAG_VAL_ROUND_UP } |
Protected Types inherited from ComPackBase< double > | |
enum | |
Protected Attributes inherited from ComPackBase< double > | |
double | _minVal |
double | _maxVal |
double | _valRange |
d_ULong | _bitRange |
d_ULong | _bitMask |
Definition at line 35 of file ComPackExpFloat.h.
ComPackExpFloat::ComPackExpFloat | ( | unsigned | nbits, |
unsigned | maxexponent, | ||
double | start, | ||
double | stop, | ||
bool | center = false ) |
Definition at line 31 of file ComPackExpFloat.cxx.
|
virtual |
Definition at line 76 of file ComPackExpFloat.cxx.
|
virtual |
Implements ComPackBase< double >.
Definition at line 83 of file ComPackExpFloat.cxx.
Referenced by ComPackSignedExpFloat::pack().
void ComPackExpFloat::print | ( | std::ostream & | os | ) | const |
Definition at line 125 of file ComPackExpFloat.cxx.
Referenced by ComPackSignedExpFloat::print().
|
virtual |
Implements ComPackBase< double >.
Definition at line 117 of file ComPackExpFloat.cxx.
Referenced by ComPackSignedExpFloat::unpack().