![]() |
THM1176InstrumentDriver 1.2
C++ API for Metrolab THM1176
|
List of timestamps. More...
#include <THM1176Types.h>


Public Member Functions | |
| bool | GetEstimatedPeriod (F64 &Period) |
| Estimate the measurement period from this timestamp list, by means of a least-squares fit. | |
List of timestamps.
Definition at line 575 of file THM1176Types.h.
| bool MTL::Instrument::THM1176Types::CTimestampList::GetEstimatedPeriod | ( | F64 & | Period | ) |
Estimate the measurement period from this timestamp list, by means of a least-squares fit.
| [out] | Period | The estimated measurement period, in seconds. |
Note: This is really useful only for bus-triggered data. Otherwise, we presumably know the trigger period from the trigger and averaging parameters.
Definition at line 429 of file THM1176Types.cpp.