![]() |
THM1176InstrumentDriver
1.0
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. More... | |
List of timestamps.
Definition at line 554 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 424 of file THM1176Types.cpp.