![]() |
THM1176InstrumentManager
1.0
Qt Object abstraction for Metrolab THM1176
|
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 |
Location of a token within a buffer.
Definition at line 224 of file SCPIInstrumentBuffer.h.
|
inline |
Constructor.
[in] | b | Beginning of the token. |
[in] | e | End of the token. |
Definition at line 230 of file SCPIInstrumentBuffer.h.
std::vector<char>::const_iterator MTL::Instrument::CSCPIBufferParser::sToken::begin |
Beginning of the token.
Definition at line 225 of file SCPIInstrumentBuffer.h.
std::vector<char>::const_iterator MTL::Instrument::CSCPIBufferParser::sToken::end |
End of the token.
Definition at line 226 of file SCPIInstrumentBuffer.h.