From 40fb36f5705e29a37e9fb0fbe62dbd667514a2ee Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周日, 18 1月 2015 19:36:03 +0800 Subject: [PATCH] Update longToStr and update tests --- libscpi/inc/scpi/error.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libscpi/inc/scpi/error.h b/libscpi/inc/scpi/error.h index 27ad31b..0e21a96 100644 --- a/libscpi/inc/scpi/error.h +++ b/libscpi/inc/scpi/error.h @@ -62,6 +62,7 @@ X(SCPI_ERROR_INVALID_SUFFIX, -131, "Invalid suffix") \ X(SCPI_ERROR_SUFFIX_NOT_ALLOWED, -138, "Suffix not allowed") \ X(SCPI_ERROR_INVALID_STRING_DATA, -151, "Invalid string data") \ + X(SCPI_ERROR_INVALID_BLOCK_DATA, -161, "Invalid block data") \ X(SCPI_ERROR_EXECUTION_ERROR, -200, "Execution error") \ X(SCPI_ERROR_ILLEGAL_PARAMETER_VALUE,-224,"Illegal parameter value") \ X(SCPI_ERROR_SYSTEM_ERROR, -310, "System error") \ -- Gitblit v1.9.1