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