LibTiePie  0.5
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Modules Pages
Device type

Description

Macros

#define DEVICETYPE_OSCILLOSCOPE   0x00000001
 Oscilloscope. More...
 
#define DEVICETYPE_GENERATOR   0x00000002
 Generator. More...
 
#define DEVICETYPE_I2CHOST   0x00000004
 I2C Host. More...
 
#define DEVICETYPE_COUNT   3
 Number of device types. More...
 

Macro Definition Documentation

#define DEVICETYPE_OSCILLOSCOPE   0x00000001

Oscilloscope.

Definition at line 1106 of file libtiepie.h.

#define DEVICETYPE_GENERATOR   0x00000002

Generator.

Definition at line 1107 of file libtiepie.h.

#define DEVICETYPE_I2CHOST   0x00000004

I2C Host.

Definition at line 1108 of file libtiepie.h.

#define DEVICETYPE_COUNT   3

Number of device types.

Definition at line 1110 of file libtiepie.h.