THM1176InstrumentDriver  1.0
C++ API for Metrolab THM1176
SCPIInstrumentBuffer.h File Reference

IEEE488.2 / SCPI instrument I/O: Instrument buffer management. More...

#include <iterator>
#include <algorithm>
#include "Synchronization.h"
Include dependency graph for SCPIInstrumentBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MTL::Instrument::CSCPIBuffer
 Instrument Buffer. More...
 
class  MTL::Instrument::CSCPIBufferParser
 SCPI buffer parser. More...
 
struct  MTL::Instrument::CSCPIBufferParser::sToken
 Location of a token within a buffer. More...
 

Namespaces

 MTL
 
 MTL::Instrument
 

Macros

#define MTL_INSTRUMENT_BUFFER_TYPE   char
 

Detailed Description

IEEE488.2 / SCPI instrument I/O: Instrument buffer management.

Definition in file SCPIInstrumentBuffer.h.

Macro Definition Documentation

◆ MTL_INSTRUMENT_BUFFER_TYPE

#define MTL_INSTRUMENT_BUFFER_TYPE   char

Definition at line 20 of file SCPIInstrumentBuffer.h.