scpi-parser
scpi-parser copied to clipboard
output multiple block data with delimiter
scpi-99 6.2.3.4 and 6.2.6 suggest returning multiple blocks is valid. SCPI_ResultArbitraryBlockHeader() would need to insert a delimiter.
Other changes are: testing for _GLIBCXX_HAVE_STDBOOL_H (see https://github.com/j123b567/scpi-parser/issues/116), testing for non-NULL data in writeData(), and some spelling fixes.