![]() |
THM1176InstrumentManager 1.1
Qt Object abstraction for Metrolab THM1176
|
#include "IEEE488InstrumentTypes.h"
Go to the source code of this file.
Macros | |
#define | R8(x) |
Memory access macros. | |
#define | RB16(x) |
#define | RL16(x) |
#define | RB16S(x) |
#define | RL16S(x) |
#define | RB32(x) |
#define | RL32(x) |
#define | RB32S(x) |
#define | RL32S(x) |
#define | RB64(x) |
#define | RL64(x) |
#define | RL64S(x) |
#define | RBFL(x) |
#define | RLFL(x) |
#define | W8(p, x) |
#define | WB16(p, x) |
#define | WL16(p, x) |
#define | WB32(p, x) |
#define | WL32(p, x) |
#define | WBFL(p, x) |
#define | WLFL(p, x) |
#define R8 | ( | x | ) |
Memory access macros.
Read a 8 bits unsigned integer out of memory.
x | a pointer to the input memory |
Definition at line 142 of file USBTMCPrivate.h.
#define RB16 | ( | x | ) |
Read a 16 bits big endian unsigned integer out of memory.
x | a pointer to the input memory |
Definition at line 149 of file USBTMCPrivate.h.
#define RB16S | ( | x | ) |
Read a 16 bits big endian signed integer out of memory.
x | a pointer to the input memory |
Definition at line 165 of file USBTMCPrivate.h.
#define RB32 | ( | x | ) |
Read a 32 bits big endian unsigned integer out of memory.
x | a pointer to the input memory |
Definition at line 183 of file USBTMCPrivate.h.
#define RB32S | ( | x | ) |
Read a 32 bits big endian signed integer out of memory.
x | a pointer to the input memory |
Definition at line 203 of file USBTMCPrivate.h.
#define RB64 | ( | x | ) |
Read a 64 bits big endian unsigned integer out of memory.
x | a pointer to the input memory |
Definition at line 225 of file USBTMCPrivate.h.
#define RBFL | ( | x | ) |
Read a 32 bits big endian float out of memory.
x | a pointer to the input memory |
Definition at line 268 of file USBTMCPrivate.h.
#define RL16 | ( | x | ) |
Read a 16 bits little endian unsigned integer out of memory.
x | a pointer to the input memory |
Definition at line 157 of file USBTMCPrivate.h.
#define RL16S | ( | x | ) |
Read a 16 bits little endian signed integer out of memory.
x | a pointer to the input memory |
Definition at line 174 of file USBTMCPrivate.h.
#define RL32 | ( | x | ) |
Read a 32 bits little endian unsigned integer out of memory.
x | a pointer to the input memory |
Definition at line 193 of file USBTMCPrivate.h.
#define RL32S | ( | x | ) |
Read a 32 bits little endian signed integer out of memory.
x | a pointer to the input memory |
Definition at line 214 of file USBTMCPrivate.h.
#define RL64 | ( | x | ) |
Read a 64 bits little endian unsigned integer out of memory.
x | a pointer to the input memory |
Definition at line 239 of file USBTMCPrivate.h.
#define RL64S | ( | x | ) |
Read a 64 bits little endian signed integer out of memory.
x | a pointer to the input memory |
Definition at line 253 of file USBTMCPrivate.h.
#define RLFL | ( | x | ) |
Read a 32 bits little endian float out of memory.
x | a pointer to the input memory |
Definition at line 275 of file USBTMCPrivate.h.
#define W8 | ( | p, | |
x ) |
Write a 8 bits unsigned integer to memory.
p | a pointer to the output memory |
x | the input unsigned integer |
Definition at line 282 of file USBTMCPrivate.h.
#define WB16 | ( | p, | |
x ) |
#define WB32 | ( | p, | |
x ) |
Write a 32 bits unsigned integer to memory stored as big endian.
p | a pointer to the output memory |
x | the input unsigned integer |
Definition at line 305 of file USBTMCPrivate.h.
#define WBFL | ( | p, | |
x ) |
Write a 32 bits float to memory stored as big endian.
p | a pointer to the output memory |
x | the input float |
Definition at line 325 of file USBTMCPrivate.h.
#define WL16 | ( | p, | |
x ) |
#define WL32 | ( | p, | |
x ) |
Write a 32 bits unsigned integer to memory stored as little endian.
p | a pointer to the output memory |
x | the input unsigned integer |
Definition at line 315 of file USBTMCPrivate.h.
#define WLFL | ( | p, | |
x ) |
Write a 32 bits float to memory stored as little endian.
p | a pointer to the output memory |
x | the input float |
Definition at line 332 of file USBTMCPrivate.h.
anonymous enum |
Definition at line 52 of file USBTMCPrivate.h.
anonymous enum |
Definition at line 17 of file USBTMCPrivate.h.
enum USBTMCError |
Error codes. Complementary to libusb errors (0 to -99).
Definition at line 95 of file USBTMCPrivate.h.
|
static |
Definition at line 91 of file USBTMCPrivate.h.
|
static |
Definition at line 83 of file USBTMCPrivate.h.
|
static |
Definition at line 81 of file USBTMCPrivate.h.
|
static |
Definition at line 87 of file USBTMCPrivate.h.
|
static |
Definition at line 82 of file USBTMCPrivate.h.
|
static |
Constants for USBTMC and USB488.
Definition at line 13 of file USBTMCPrivate.h.
|
static |
Definition at line 88 of file USBTMCPrivate.h.
|
static |
Definition at line 84 of file USBTMCPrivate.h.
|
static |
Definition at line 70 of file USBTMCPrivate.h.
|
static |
Definition at line 71 of file USBTMCPrivate.h.
|
static |
Definition at line 73 of file USBTMCPrivate.h.
|
static |
Definition at line 72 of file USBTMCPrivate.h.
|
static |
Definition at line 36 of file USBTMCPrivate.h.
|
static |
Definition at line 37 of file USBTMCPrivate.h.
|
static |
Definition at line 35 of file USBTMCPrivate.h.
|
static |
Definition at line 39 of file USBTMCPrivate.h.
|
static |
Definition at line 38 of file USBTMCPrivate.h.
|
static |
Definition at line 76 of file USBTMCPrivate.h.
|
static |
Definition at line 77 of file USBTMCPrivate.h.
|
static |
Definition at line 78 of file USBTMCPrivate.h.
|
static |
Definition at line 47 of file USBTMCPrivate.h.
|
static |
Definition at line 49 of file USBTMCPrivate.h.
|
static |
Definition at line 45 of file USBTMCPrivate.h.
|
static |
Definition at line 44 of file USBTMCPrivate.h.
|
static |
Definition at line 68 of file USBTMCPrivate.h.
|
static |
Error explanations.
Definition at line 115 of file USBTMCPrivate.h.
|
static |
Definition at line 46 of file USBTMCPrivate.h.
|
static |
Definition at line 48 of file USBTMCPrivate.h.
|
static |
Definition at line 43 of file USBTMCPrivate.h.
|
static |
Definition at line 66 of file USBTMCPrivate.h.
|
static |
Definition at line 64 of file USBTMCPrivate.h.
|
static |
Definition at line 65 of file USBTMCPrivate.h.
|
static |
Definition at line 40 of file USBTMCPrivate.h.
|
static |
Definition at line 41 of file USBTMCPrivate.h.
|
static |
Definition at line 42 of file USBTMCPrivate.h.
|
static |
Definition at line 14 of file USBTMCPrivate.h.