THM1176InstrumentManager  1.0
Qt Object abstraction for Metrolab THM1176
THM1176IM_Test03_Parameters.cpp File Reference

Test THM1176 Instrument Manager: Parameters. More...

#include <thread>
#include <chrono>
#include <iostream>
#include <QtTest>
#include <QSignalSpy>
#include "CTHM1176InstrumentManager.h"
#include "THM1176IM_Test03_Parameters.moc"
Include dependency graph for THM1176IM_Test03_Parameters.cpp:

Go to the source code of this file.

Classes

class  THM1176IM_Test03_Parameters
 

Macros

#define THM1176_PROMPT_TIME   10
 
#define THM1176_BOOT_N_SCAN_TIME   15000
 
#define THM1176_CONNECT_TIME   5000
 
#define THM1176_CHANGE_PARM_TIME   1000
 
#define THM1176_RESET_TIME   1000
 
#define THM1176_MEASURE_TIME   2000
 

Functions

static void PromptAndWait (std::string Prompt)
 

Variables

static CTHM1176InstrumentManager Manager
 

Detailed Description

Test THM1176 Instrument Manager: Parameters.

Definition in file THM1176IM_Test03_Parameters.cpp.

Macro Definition Documentation

◆ THM1176_BOOT_N_SCAN_TIME

#define THM1176_BOOT_N_SCAN_TIME   15000

Definition at line 20 of file THM1176IM_Test03_Parameters.cpp.

◆ THM1176_CHANGE_PARM_TIME

#define THM1176_CHANGE_PARM_TIME   1000

Definition at line 22 of file THM1176IM_Test03_Parameters.cpp.

◆ THM1176_CONNECT_TIME

#define THM1176_CONNECT_TIME   5000

Definition at line 21 of file THM1176IM_Test03_Parameters.cpp.

◆ THM1176_MEASURE_TIME

#define THM1176_MEASURE_TIME   2000

Definition at line 24 of file THM1176IM_Test03_Parameters.cpp.

◆ THM1176_PROMPT_TIME

#define THM1176_PROMPT_TIME   10

Definition at line 19 of file THM1176IM_Test03_Parameters.cpp.

◆ THM1176_RESET_TIME

#define THM1176_RESET_TIME   1000

Definition at line 23 of file THM1176IM_Test03_Parameters.cpp.

Function Documentation

◆ PromptAndWait()

static void PromptAndWait ( std::string  Prompt)
static

Definition at line 31 of file THM1176IM_Test03_Parameters.cpp.

Variable Documentation

◆ Manager

CTHM1176InstrumentManager Manager
static

Definition at line 26 of file THM1176IM_Test03_Parameters.cpp.