![]() |
THM1176InstrumentManager
1.0
Qt Object abstraction for Metrolab THM1176
|
Averaging parameter. More...
#include <THM1176Types.h>
Public Member Functions | |
sAveraging (ParmType< U16 > NPts={ }) | |
Constructor. More... | |
void | clear (void) |
Clear to default (zero). More... | |
bool | operator== (sAveraging other) const |
Equality operator. More... | |
bool | operator!= (sAveraging other) const |
Inequality operator. More... | |
Public Attributes | |
ParmType< U16 > | NoPoints {} |
Number of points in block average. More... | |
Averaging parameter.
ParmType | uParm for value only, or sBoundedParm for value/min/max/default |
Definition at line 366 of file THM1176Types.h.
|
inline |
Constructor.
[in] | NPts | Number of points in block average. |
Definition at line 373 of file THM1176Types.h.
|
inline |
Clear to default (zero).
Definition at line 376 of file THM1176Types.h.
|
inline |
Inequality operator.
Definition at line 384 of file THM1176Types.h.
|
inline |
Equality operator.
Definition at line 380 of file THM1176Types.h.
ParmType<U16> MTL::Instrument::THM1176Types::sAveraging< ParmType >::NoPoints {} |
Number of points in block average.
Definition at line 368 of file THM1176Types.h.