THM1176InstrumentManager
1.0
Qt Object abstraction for Metrolab THM1176
main.cpp
Go to the documentation of this file.
1
// Copyright (c) 2020 Metrolab Technology S.A., Geneva, Switzerland (www.metrolab.com)
2
// See the included file LICENSE.txt for the licensing conditions.
3
4
#include "
IEEE488ResourceManagerTest.h
"
5
#include "
IEEE488InstrumentOpenCloseTest.h
"
6
#include "
IEEE488InstrumentReadWriteTest.h
"
7
#include "
IEEE488InstrumentMiscUtilitiesTest.h
"
8
9
#include <gtest/gtest.h>
10
11
int
main
(
int
argc,
char
*argv[])
12
{
13
::testing::InitGoogleTest(&argc, argv);
14
return
RUN_ALL_TESTS();
15
}
main
int main(int argc, char *argv[])
Definition:
main.cpp:18
IEEE488InstrumentOpenCloseTest.h
Test IEEE488 Instrument: Open, Close, IsOpen methods.
IEEE488ResourceManagerTest.h
Test IEEE488 Resource Manager: FindResources, Status, StatusDescription methods.
IEEE488InstrumentReadWriteTest.h
Test IEEE488 Instrument: Read and Write methods.
IEEE488InstrumentMiscUtilitiesTest.h
Test IEEE488 Instrument: Read and Write methods.
Common
IEEE488Instrument
test
main.cpp
Generated by
1.8.20