![]() |
THM1176InstrumentManager 1.1
Qt Object abstraction for Metrolab THM1176
|
Measurement range parameter. More...
#include <THM1176Types.h>
Public Member Functions | |
sRange (bool A={ }, ParmType< tFlux > R={ }) | |
Constructor. | |
void | clear (void) |
Clear to default values. | |
bool | operator== (sRange other) const |
Equality operator. | |
bool | operator!= (sRange other) const |
Inequality operator. | |
Public Attributes | |
bool | Auto { } |
Auto-ranging enabled. | |
ParmType< tFlux > | Range { } |
Measurement range, if auto-ranging is not enabled. | |
Measurement range parameter.
Definition at line 478 of file THM1176Types.h.
|
inline |
Constructor.
[in] | A | Auto-ranging enabled. |
[in] | R | Measurement range, if auto-ranging is not enabled. |
Definition at line 487 of file THM1176Types.h.
|
inline |
Clear to default values.
Definition at line 490 of file THM1176Types.h.
|
inline |
Inequality operator.
Definition at line 502 of file THM1176Types.h.
|
inline |
Equality operator.
Definition at line 495 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sRange< ParmType >::Auto { } |
Auto-ranging enabled.
Definition at line 480 of file THM1176Types.h.
ParmType<tFlux> MTL::Instrument::THM1176Types::sRange< ParmType >::Range { } |
Measurement range, if auto-ranging is not enabled.
Definition at line 481 of file THM1176Types.h.