![]() |
THM1176InstrumentDriver
1.0
C++ API for Metrolab THM1176
|
Measurement range parameter. More...
#include <THM1176Types.h>
Public Member Functions | |
sRange (bool A={ }, ParmType< tFlux > R={ }) | |
Constructor. More... | |
void | clear (void) |
Clear to default values. More... | |
bool | operator== (sRange other) const |
Equality operator. More... | |
bool | operator!= (sRange other) const |
Inequality operator. More... | |
Public Attributes | |
bool | Auto { } |
Auto-ranging enabled. More... | |
ParmType< tFlux > | Range { } |
Measurement range, if auto-ranging is not enabled. More... | |
Measurement range parameter.
Definition at line 457 of file THM1176Types.h.
|
inline |
Constructor.
[in] | A | Auto-ranging enabled. |
[in] | R | Measurement range, if auto-ranging is not enabled. |
Definition at line 466 of file THM1176Types.h.
|
inline |
Clear to default values.
Definition at line 469 of file THM1176Types.h.
|
inline |
Inequality operator.
Definition at line 481 of file THM1176Types.h.
|
inline |
Equality operator.
Definition at line 474 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sRange< ParmType >::Auto { } |
Auto-ranging enabled.
Definition at line 459 of file THM1176Types.h.
ParmType<tFlux> MTL::Instrument::THM1176Types::sRange< ParmType >::Range { } |
Measurement range, if auto-ranging is not enabled.
Definition at line 460 of file THM1176Types.h.