THM1176InstrumentManager  1.0
Qt Object abstraction for Metrolab THM1176
MTL::Instrument::CSCPIBufferParser::sToken Struct Reference

Location of a token within a buffer. More...

#include <SCPIInstrumentBuffer.h>

Public Member Functions

 sToken (std::vector< char >::const_iterator b, std::vector< char >::const_iterator e)
 Constructor. More...
 

Public Attributes

std::vector< char >::const_iterator begin
 Beginning of the token. More...
 
std::vector< char >::const_iterator end
 

Detailed Description

Location of a token within a buffer.

Definition at line 224 of file SCPIInstrumentBuffer.h.

Constructor & Destructor Documentation

◆ sToken()

MTL::Instrument::CSCPIBufferParser::sToken::sToken ( std::vector< char >::const_iterator  b,
std::vector< char >::const_iterator  e 
)
inline

Constructor.

Parameters
[in]bBeginning of the token.
[in]eEnd of the token.

Definition at line 230 of file SCPIInstrumentBuffer.h.

Member Data Documentation

◆ begin

std::vector<char>::const_iterator MTL::Instrument::CSCPIBufferParser::sToken::begin

Beginning of the token.

Definition at line 225 of file SCPIInstrumentBuffer.h.

◆ end

std::vector<char>::const_iterator MTL::Instrument::CSCPIBufferParser::sToken::end

End of the token.

Definition at line 226 of file SCPIInstrumentBuffer.h.


The documentation for this struct was generated from the following file: