From 1552675d4ac3be8d265bcf089fbc1ac5be1547f9 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Thu, 18 Aug 2016 15:47:18 +0530 Subject: RPi-PWM and basic imaage processing --- 2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin | Bin 16788 -> 16792 bytes 2.3-1/macros/SymbolTable/ST_AnalyzeScope.sci | 1 + 2.3-1/macros/SymbolTable/ST_InsOutArg.bin | Bin 32432 -> 33612 bytes 2.3-1/macros/SymbolTable/ST_InsOutArg.sci | 10 +++++++++- 4 files changed, 10 insertions(+), 1 deletion(-) (limited to '2.3-1/macros/SymbolTable') diff --git a/2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin b/2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin index 950f704a..7e727a04 100644 Binary files a/2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin and b/2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_AnalyzeScope.sci b/2.3-1/macros/SymbolTable/ST_AnalyzeScope.sci index c89c359a..6ce94820 100644 --- a/2.3-1/macros/SymbolTable/ST_AnalyzeScope.sci +++ b/2.3-1/macros/SymbolTable/ST_AnalyzeScope.sci @@ -47,6 +47,7 @@ TempVarsFileName = FileInfo.Funct(nxtscifunnumber).TempVarFileName; // ------------------------------------------------------------------ // #RNU_RES_E for cntout = 1:NOutArg + // #RNU_RES_B PrintStringInfo(' Symbol ""'+OutArg(cntout).Name+'""',ReportFileName,'file','y'); // #RNU_RES_E diff --git a/2.3-1/macros/SymbolTable/ST_InsOutArg.bin b/2.3-1/macros/SymbolTable/ST_InsOutArg.bin index 94bcd3af..108d297e 100644 Binary files a/2.3-1/macros/SymbolTable/ST_InsOutArg.bin and b/2.3-1/macros/SymbolTable/ST_InsOutArg.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_InsOutArg.sci b/2.3-1/macros/SymbolTable/ST_InsOutArg.sci index 7d99ddf8..85c983d2 100644 --- a/2.3-1/macros/SymbolTable/ST_InsOutArg.sci +++ b/2.3-1/macros/SymbolTable/ST_InsOutArg.sci @@ -94,7 +94,8 @@ for counteroutput = 1:NOutArg if (TBFlagfound == 1) if (TBFlagEqualSymbols == 0) PrintStringInfo(' ',ReportFileName,'both','y'); - PrintStringInfo('SCI2CERROR: Symbol Table Conflict. Trying to insert again symbol ""'+... + PrintStringIn + fo('SCI2CERROR: Symbol Table Conflict. Trying to insert again symbol ""'+... OutArg(counteroutput).Name+'"" with different settings',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: Please check that you are not using variable ""'+OutArg(counteroutput).Name+'""',ReportFileName,'both','y'); PrintStringInfo('SCI2CERROR: with different sizes and/or types.',ReportFileName,'both','y'); @@ -125,6 +126,13 @@ for counteroutput = 1:NOutArg OutArg(counteroutput).Dimension,... SymbTableFileName); end + + // IndentLevelDeclaration = 1; //NUT: per ora lo forzo sempre a 1 + // IndentLevelMalloc = SharedInfo.NIndent; + // FlagExt = 0; + // C_GenDeclarations(OutArg(counteroutput),CDeclarationFileName,IndentLevelDeclaration,ReportFileName,FlagExt,SharedInfo.ResizeApproach); + + end elseif (TBFlagfound == 2) // #RNU_RES_B -- cgit