From 8746b911b06fe0fc3060c9c12493c13edfcdbd7e Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 08 10æ 2015 04:08:06 +0800 Subject: [PATCH] Add SCPI_Param tests for Int32, UInt32, Int64 and UInt64 --- libscpi/src/parser_private.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libscpi/src/parser_private.h b/libscpi/src/parser_private.h index 0b920d4..de95865 100644 --- a/libscpi/src/parser_private.h +++ b/libscpi/src/parser_private.h @@ -43,9 +43,9 @@ extern "C" { #endif - int parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL; - int parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL; - int detectProgramMessageUnit(scpi_parser_state_t * state, const char * buffer, int len) LOCAL; + int scpiParser_parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL; + int scpiParser_parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL; + int scpiParser_detectProgramMessageUnit(scpi_parser_state_t * state, char * buffer, int len) LOCAL; #ifdef __cplusplus } -- Gitblit v1.9.1