![]() |
THM1176InstrumentManager 1.1
Qt Object abstraction for Metrolab THM1176
|
Specify the measurement data to be returned. More...
#include <THM1176Types.h>
Public Member Functions | |
sArbitraryMeasurements (bool Bx=false, bool By=false, bool Bz=false, bool Temp=false, bool Time=false, U32 NMeas=0) | |
Constructor. | |
void | clear () |
Clear to default values. | |
bool | operator== (sArbitraryMeasurements other) const |
Equality operator. | |
bool | operator!= (sArbitraryMeasurements other) const |
Inequality operator. | |
Public Attributes | |
bool | Bx = false |
Return the flux density X-component. | |
bool | By = false |
Return the flux density Y-component. | |
bool | Bz = false |
Return the flux density Z-component. | |
bool | Temperature = false |
Return the sensor temperature. | |
bool | Timestamp = false |
Return the timestamp. | |
U32 | NoMeasurements = 0 |
Return this number of measurements. | |
Specify the measurement data to be returned.
Definition at line 592 of file THM1176Types.h.
|
inline |
Constructor.
[in] | Bx | Return the flux density X-component. |
[in] | By | Return the flux density Y-component. |
[in] | Bz | Return the flux density Z-component. |
[in] | Temp | Return the sensor temperature. |
[in] | Time | Return the timestamp. |
[in] | NMeas | Return this number of measurements. |
Definition at line 609 of file THM1176Types.h.
void MTL::Instrument::THM1176Types::sArbitraryMeasurements::clear | ( | ) |
Clear to default values.
Definition at line 485 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sArbitraryMeasurements::operator!= | ( | sArbitraryMeasurements | other | ) | const |
Inequality operator.
Definition at line 501 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sArbitraryMeasurements::operator== | ( | sArbitraryMeasurements | other | ) | const |
Equality operator.
Definition at line 490 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sArbitraryMeasurements::Bx = false |
Return the flux density X-component.
Definition at line 594 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sArbitraryMeasurements::By = false |
Return the flux density Y-component.
Definition at line 595 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sArbitraryMeasurements::Bz = false |
Return the flux density Z-component.
Definition at line 596 of file THM1176Types.h.
U32 MTL::Instrument::THM1176Types::sArbitraryMeasurements::NoMeasurements = 0 |
Return this number of measurements.
Definition at line 599 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sArbitraryMeasurements::Temperature = false |
Return the sensor temperature.
Definition at line 597 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sArbitraryMeasurements::Timestamp = false |
Return the timestamp.
Definition at line 598 of file THM1176Types.h.