24 #define SetST3 (0b100)
25 #define SetST4 (0b1000)
26 #define SetST5 (0b10000)
27 #define SetST6 (0b100000)
28 #define SetSTALL (0xFF)
59 std::string m_PaSerialNum;
68 std::string m_LastCmdError;
71 const int SEARCH_POLLING_PERIOD_MS = 100;
72 const int MEAS_POLLING_PERIOD_MS = 100;
86 bool l_UtcToStrDateISO8601(
const std::time_t & rUtcDate, std::string & rStrDate);
90 bool l_SerialCommunicationSuccess();
91 bool l_CheckPAConnected(
bool & rPAPresent);
94 bool l_ComputeMaxMeasTimeout(U64 & rMaxTimeOutMs);
95 void l_ComputeAveraging (
const std::vector<U32> & rFluxListdHz, F64 & rReturnedAveragingMHz, F64 & rReturnedStdDevppm);
99 bool AbortInstrument ();
100 bool IsInstrumentConnected();