From c111a521e7c8d31b4e0e45cb345bbdabc5c5f7ad Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Wed, 5 Jul 2017 22:45:06 +0530 Subject: added isrow --- 2.3-1/help/en_US/master_help.xml | 142 +++++------ .../help/en_US/scilab_en_US_help/AVRADCSetup.html | 10 +- .../help/en_US/scilab_en_US_help/AVRDigitalIn.html | 6 +- .../en_US/scilab_en_US_help/AVRDigitalOut.html | 6 +- .../scilab_en_US_help/AVRDigitalPortSetup.html | 6 +- .../en_US/scilab_en_US_help/AVRDigitalSetup.html | 6 +- .../en_US/scilab_en_US_help/AVRGetTimerValue.html | 6 +- .../en_US/scilab_en_US_help/AVRPWM0SetDuty.html | 6 +- .../help/en_US/scilab_en_US_help/AVRPWM0Setup.html | 6 +- .../en_US/scilab_en_US_help/AVRPWM1SetDuty.html | 6 +- .../help/en_US/scilab_en_US_help/AVRPWM1Setup.html | 6 +- .../en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 6 +- .../help/en_US/scilab_en_US_help/AVRPWM2Setup.html | 6 +- 2.3-1/help/en_US/scilab_en_US_help/AVRReadADC.html | 6 +- 2.3-1/help/en_US/scilab_en_US_help/AVRSleep.html | 6 +- .../en_US/scilab_en_US_help/AVRTimerSetup.html | 6 +- .../en_US/scilab_en_US_help/AVRUARTReceive.html | 6 +- .../help/en_US/scilab_en_US_help/AVRUARTSetup.html | 6 +- .../en_US/scilab_en_US_help/AVRUARTTransmit.html | 6 +- .../scilab_en_US_help/CV_AdaptiveThreshold.html | 6 +- 2.3-1/help/en_US/scilab_en_US_help/CV_Blur.html | 6 +- 2.3-1/help/en_US/scilab_en_US_help/CV_Canny.html | 6 +- .../en_US/scilab_en_US_help/CV_CornerHarris.html | 6 +- .../en_US/scilab_en_US_help/CV_CreateImage.html | 6 +- .../help/en_US/scilab_en_US_help/CV_CvtColor.html | 6 +- 2.3-1/help/en_US/scilab_en_US_help/CV_Dilate.html | 6 +- .../scilab_en_US_help/CV_DistanceTransform.html | 6 +- 2.3-1/help/en_US/scilab_en_US_help/CV_Erode.html | 6 +- .../en_US/scilab_en_US_help/CV_GaussianBlur.html | 6 +- .../en_US/scilab_en_US_help/CV_GetImgSize.html | 6 +- .../help/en_US/scilab_en_US_help/CV_LoadImage.html | 6 +- .../en_US/scilab_en_US_help/CV_MedianBlur.html | 6 +- .../help/en_US/scilab_en_US_help/CV_SaveImage.html | 6 +- .../help/en_US/scilab_en_US_help/CV_ShowImage.html | 6 +- .../help/en_US/scilab_en_US_help/CV_Threshold.html | 6 +- 2.3-1/help/en_US/scilab_en_US_help/CV_WaitKey.html | 6 +- .../en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 2964 -> 3051 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 4 +- .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 133 -> 141 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 13311 -> 13906 bytes .../en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- .../en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 10240 -> 10240 bytes 2.3-1/help/en_US/scilab_en_US_help/index.html | 2 +- 2.3-1/help/en_US/scilab_en_US_help/jhelpmap.jhm | 2 +- 2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml | 2 +- .../section_de1a1188d71074f6718f9b3e65179365.html | 259 +++++++++++++++++++++ 2.3-1/includes/sci2clib.h | 3 + 2.3-1/jar/scilab_en_US_help.jar | Bin 88922 -> 90817 bytes 2.3-1/macros/ASTManagement/%comment_string.bin | Bin 0 -> 780 bytes 2.3-1/macros/ASTManagement/%cste_string.bin | Bin 0 -> 3484 bytes 2.3-1/macros/ASTManagement/%equal_string.bin | Bin 0 -> 2152 bytes 2.3-1/macros/ASTManagement/%for_string.bin | Bin 0 -> 2124 bytes 2.3-1/macros/ASTManagement/%funcall_string.bin | Bin 0 -> 2588 bytes 2.3-1/macros/ASTManagement/%ifthenel_string.bin | Bin 0 -> 3784 bytes 2.3-1/macros/ASTManagement/%ifthenelse_string.bin | Bin 0 -> 3784 bytes 2.3-1/macros/ASTManagement/%operatio_string.bin | Bin 0 -> 2652 bytes 2.3-1/macros/ASTManagement/%operation_string.bin | Bin 0 -> 1352 bytes 2.3-1/macros/ASTManagement/%program_p.bin | Bin 0 -> 520 bytes 2.3-1/macros/ASTManagement/%program_string.bin | Bin 0 -> 3276 bytes 2.3-1/macros/ASTManagement/%variable_string.bin | Bin 0 -> 3648 bytes 2.3-1/macros/ASTManagement/%while_string.bin | Bin 0 -> 1972 bytes 2.3-1/macros/ASTManagement/AST2Ccode.bin | Bin 0 -> 37928 bytes .../ASTManagement/AST_CheckCommonInOutArgs.bin | Bin 0 -> 16824 bytes 2.3-1/macros/ASTManagement/AST_CheckLastFunc.bin | Bin 0 -> 9164 bytes 2.3-1/macros/ASTManagement/AST_CheckLineLength.bin | Bin 0 -> 3296 bytes .../ASTManagement/AST_CheckPrecSpecifier.bin | Bin 0 -> 10864 bytes 2.3-1/macros/ASTManagement/AST_DisplayStack.bin | Bin 0 -> 4704 bytes .../ASTManagement/AST_ExtractNameAndScope.bin | Bin 0 -> 13184 bytes 2.3-1/macros/ASTManagement/AST_GetASTFile.bin | Bin 0 -> 7216 bytes 2.3-1/macros/ASTManagement/AST_GetFuncallPrm.bin | Bin 0 -> 6872 bytes .../macros/ASTManagement/AST_GetPrecAndLhsArg.bin | Bin 0 -> 12552 bytes 2.3-1/macros/ASTManagement/AST_HandleCC.bin | Bin 0 -> 6584 bytes 2.3-1/macros/ASTManagement/AST_HandleEOL.bin | Bin 0 -> 11704 bytes 2.3-1/macros/ASTManagement/AST_HandleEndFor.bin | Bin 0 -> 10452 bytes 2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin | Bin 0 -> 101440 bytes .../macros/ASTManagement/AST_HandleEndProgram.bin | Bin 0 -> 7968 bytes 2.3-1/macros/ASTManagement/AST_HandleEndWhile.bin | Bin 0 -> 8984 bytes 2.3-1/macros/ASTManagement/AST_HandleFor.bin | Bin 0 -> 12920 bytes 2.3-1/macros/ASTManagement/AST_HandleForStatem.bin | Bin 0 -> 11348 bytes 2.3-1/macros/ASTManagement/AST_HandleFunCC.bin | Bin 0 -> 19616 bytes 2.3-1/macros/ASTManagement/AST_HandleFunRC.bin | Bin 0 -> 19584 bytes 2.3-1/macros/ASTManagement/AST_HandleHeader.bin | Bin 0 -> 39132 bytes 2.3-1/macros/ASTManagement/AST_HandleIfElse.bin | Bin 0 -> 12056 bytes 2.3-1/macros/ASTManagement/AST_HandleRC.bin | Bin 0 -> 10092 bytes 2.3-1/macros/ASTManagement/AST_HandleWhileExpr.bin | Bin 0 -> 12140 bytes .../macros/ASTManagement/AST_HandleWhileStatem.bin | Bin 0 -> 15548 bytes .../macros/ASTManagement/AST_ParseEqualStruct.bin | Bin 0 -> 20308 bytes .../ASTManagement/AST_ParseFuncallStruct.bin | Bin 0 -> 15024 bytes .../macros/ASTManagement/AST_ParseIfExprStruct.bin | Bin 0 -> 17568 bytes 2.3-1/macros/ASTManagement/AST_ParseOperStruct.bin | Bin 0 -> 16668 bytes 2.3-1/macros/ASTManagement/AST_PopASTStack.bin | Bin 0 -> 3896 bytes 2.3-1/macros/ASTManagement/AST_PushASTStack.bin | Bin 0 -> 3300 bytes 2.3-1/macros/ASTManagement/AST_ReadASTHeader.bin | Bin 0 -> 11288 bytes .../macros/ASTManagement/AST_ReadEqualRhsNames.bin | Bin 0 -> 6972 bytes 2.3-1/macros/ASTManagement/GenOutArgNames.bin | Bin 0 -> 17208 bytes 2.3-1/macros/ASTManagement/Operator2FunName.bin | Bin 0 -> 18584 bytes 2.3-1/macros/ASTManagement/SciFile2ASTFile.bin | Bin 0 -> 4192 bytes 2.3-1/macros/ASTManagement/_comment_string.bin | Bin 0 -> 780 bytes 2.3-1/macros/ASTManagement/_cste_string.bin | Bin 0 -> 3484 bytes 2.3-1/macros/ASTManagement/_equal_string.bin | Bin 0 -> 2152 bytes 2.3-1/macros/ASTManagement/_for_string.bin | Bin 0 -> 2124 bytes 2.3-1/macros/ASTManagement/_funcall_string.bin | Bin 0 -> 2588 bytes 2.3-1/macros/ASTManagement/_ifthenel_string.bin | Bin 0 -> 3784 bytes 2.3-1/macros/ASTManagement/_ifthenelse_string.bin | Bin 0 -> 3784 bytes 2.3-1/macros/ASTManagement/_operatio_string.bin | Bin 0 -> 1352 bytes 2.3-1/macros/ASTManagement/_operation_string.bin | Bin 0 -> 1352 bytes 2.3-1/macros/ASTManagement/_program_p.bin | Bin 0 -> 520 bytes 2.3-1/macros/ASTManagement/_program_string.bin | Bin 0 -> 3276 bytes 2.3-1/macros/ASTManagement/_variable_string.bin | Bin 0 -> 3648 bytes 2.3-1/macros/ASTManagement/_while_string.bin | Bin 0 -> 1972 bytes 2.3-1/macros/ASTManagement/lib | Bin 1936 -> 1908 bytes 2.3-1/macros/ASTManagement/objectlist2string.bin | Bin 0 -> 1384 bytes 2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin | Bin 0 -> 18232 bytes 2.3-1/macros/CCodeGeneration/C_ForExpression.bin | Bin 0 -> 32208 bytes 2.3-1/macros/CCodeGeneration/C_Funcall.bin | Bin 0 -> 73176 bytes 2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin | Bin 0 -> 22004 bytes .../CCodeGeneration/C_GenDeclarations_Dup.bin | Bin 0 -> 30376 bytes 2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin | Bin 0 -> 7776 bytes .../CCodeGeneration/C_GenerateLaunchScript.bin | Bin 0 -> 17232 bytes .../macros/CCodeGeneration/C_GenerateMakefile.bin | Bin 0 -> 35268 bytes .../CCodeGeneration/C_GenerateMakefile_msvc.bin | Bin 0 -> 29868 bytes .../CCodeGeneration/C_GenerateMkfle_arduino.bin | Bin 0 -> 3104 bytes .../CCodeGeneration/C_GenerateSCI2CHeader.bin | Bin 0 -> 1936 bytes 2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin | Bin 0 -> 8516 bytes 2.3-1/macros/CCodeGeneration/C_IfExpression.bin | Bin 0 -> 12500 bytes 2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin | Bin 0 -> 3184 bytes 2.3-1/macros/CCodeGeneration/C_InitHeader.bin | Bin 0 -> 14140 bytes .../CCodeGeneration/C_MemAllocOutTempVars.bin | Bin 0 -> 12996 bytes 2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin | Bin 0 -> 7268 bytes 2.3-1/macros/CCodeGeneration/C_Type.bin | Bin 0 -> 6816 bytes 2.3-1/macros/CCodeGeneration/C_WhileExpression.bin | Bin 0 -> 15764 bytes 2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin | Bin 0 -> 9348 bytes 2.3-1/macros/CCodeGeneration/GetClsFileName.bin | Bin 0 -> 14164 bytes .../macros/CCodeGeneration/GetSymbolDimension.bin | Bin 0 -> 8944 bytes .../CCodeGeneration/GetWhileCondVariable.bin | Bin 0 -> 10228 bytes .../macros/CCodeGeneration/JoinDeclarAndCcode.bin | Bin 0 -> 22812 bytes .../macros/CCodeGeneration/Sci2AnnotationFile.bin | Bin 0 -> 7400 bytes 2.3-1/macros/CCodeGeneration/lib | Bin 1032 -> 1004 bytes 2.3-1/macros/ErrorMessages/EM_NanSize.bin | Bin 0 -> 22776 bytes 2.3-1/macros/ErrorMessages/EM_UnknownStep.bin | Bin 0 -> 18292 bytes 2.3-1/macros/ErrorMessages/EM_ZeroSize.bin | Bin 0 -> 3200 bytes 2.3-1/macros/ErrorMessages/lib | Bin 496 -> 468 bytes 2.3-1/macros/FunctionAnnotation/FA_ADD.bin | Bin 0 -> 4856 bytes 2.3-1/macros/FunctionAnnotation/FA_DIV.bin | Bin 0 -> 4904 bytes 2.3-1/macros/FunctionAnnotation/FA_FSFIRLIN_SZ.bin | Bin 0 -> 1028 bytes .../FunctionAnnotation/FA_GetDefaultPrecision.bin | Bin 0 -> 11384 bytes 2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.bin | Bin 0 -> 32436 bytes .../macros/FunctionAnnotation/FA_GetOutArgInfo.bin | Bin 0 -> 17648 bytes .../FunctionAnnotation/FA_GetResizeApproach.bin | Bin 0 -> 10484 bytes 2.3-1/macros/FunctionAnnotation/FA_INSZ_RPI.bin | Bin 0 -> 456 bytes 2.3-1/macros/FunctionAnnotation/FA_INT.bin | Bin 0 -> 4516 bytes 2.3-1/macros/FunctionAnnotation/FA_MAX.bin | Bin 0 -> 5320 bytes 2.3-1/macros/FunctionAnnotation/FA_MIN.bin | Bin 0 -> 4524 bytes 2.3-1/macros/FunctionAnnotation/FA_MUL.bin | Bin 0 -> 4932 bytes 2.3-1/macros/FunctionAnnotation/FA_REAL.bin | Bin 0 -> 4400 bytes 2.3-1/macros/FunctionAnnotation/FA_SCHUR_SZ.bin | Bin 0 -> 4988 bytes 2.3-1/macros/FunctionAnnotation/FA_SCHUR_TP.bin | Bin 0 -> 4364 bytes 2.3-1/macros/FunctionAnnotation/FA_SUB.bin | Bin 0 -> 4916 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_1.bin | Bin 0 -> 2608 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_2.bin | Bin 0 -> 2616 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_AMELL.bin | Bin 0 -> 700 bytes .../FunctionAnnotation/FA_SZ_COLUMN_DIAG.bin | Bin 0 -> 4612 bytes .../FunctionAnnotation/FA_SZ_COL_DIAG_IN_EX.bin | Bin 0 -> 9196 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BASE.bin | Bin 0 -> 2944 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BIN.bin | Bin 0 -> 1820 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2HEX.bin | Bin 0 -> 1740 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2OCT.bin | Bin 0 -> 1820 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_DIFF.bin | Bin 0 -> 8288 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.bin | Bin 0 -> 1464 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_FROM_VAL.bin | Bin 0 -> 3448 bytes .../FunctionAnnotation/FA_SZ_LINSPACE_ROW.bin | Bin 0 -> 4296 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_LQE.bin | Bin 0 -> 4928 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_LQR.bin | Bin 0 -> 4484 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_MODSN.bin | Bin 0 -> 764 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OBSCNT.bin | Bin 0 -> 6828 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPAPEX.bin | Bin 0 -> 3224 bytes .../FunctionAnnotation/FA_SZ_OPBACKSLASH.bin | Bin 0 -> 4320 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPCC.bin | Bin 0 -> 5056 bytes .../macros/FunctionAnnotation/FA_SZ_OPDOTAPEX.bin | Bin 0 -> 1960 bytes .../FunctionAnnotation/FA_SZ_OPDOTBACKSLASH.bin | Bin 0 -> 2036 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTHAT.bin | Bin 0 -> 5712 bytes .../macros/FunctionAnnotation/FA_SZ_OPDOTSLASH.bin | Bin 0 -> 2020 bytes .../macros/FunctionAnnotation/FA_SZ_OPDOTSTAR.bin | Bin 0 -> 3664 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPHAT.bin | Bin 0 -> 5688 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGAND.bin | Bin 0 -> 2012 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGEQ.bin | Bin 0 -> 2008 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGE.bin | Bin 0 -> 2008 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGT.bin | Bin 0 -> 2008 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLE.bin | Bin 0 -> 2008 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLT.bin | Bin 0 -> 2008 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNE.bin | Bin 0 -> 2008 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNOT.bin | Bin 0 -> 1956 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGOR.bin | Bin 0 -> 2008 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPMINUS.bin | Bin 0 -> 6704 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUS.bin | Bin 0 -> 14040 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUSA.bin | Bin 0 -> 8516 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPRC.bin | Bin 0 -> 5056 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPSLASH.bin | Bin 0 -> 3600 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_OPSTAR.bin | Bin 0 -> 8228 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_PRIMES.bin | Bin 0 -> 1524 bytes .../FunctionAnnotation/FA_SZ_ROW_COLUMN_CAT.bin | Bin 0 -> 6932 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG.bin | Bin 0 -> 4624 bytes .../FunctionAnnotation/FA_SZ_ROW_DIAG_INS_EXT.bin | Bin 0 -> 19788 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_SEL1.bin | Bin 0 -> 7028 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_SEL2.bin | Bin 0 -> 6920 bytes 2.3-1/macros/FunctionAnnotation/FA_SZ_U_SVA.bin | Bin 0 -> 4524 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_ASCII.bin | Bin 0 -> 496 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_C.bin | Bin 0 -> 3252 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_COMPLEX.bin | Bin 0 -> 4520 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_CVIMAGE.bin | Bin 0 -> 4172 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_D.bin | Bin 0 -> 3220 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_I.bin | Bin 0 -> 3208 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_INT16.bin | Bin 0 -> 4136 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_INT8.bin | Bin 0 -> 4124 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_MAX.bin | Bin 0 -> 5028 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_MIN_REAL.bin | Bin 0 -> 3512 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_MODSN.bin | Bin 0 -> 492 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_REAL.bin | Bin 0 -> 4036 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_S.bin | Bin 0 -> 3216 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_UINT16.bin | Bin 0 -> 4144 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_UINT8.bin | Bin 0 -> 4132 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_USER.bin | Bin 0 -> 5172 bytes 2.3-1/macros/FunctionAnnotation/FA_TP_Z.bin | Bin 0 -> 3252 bytes 2.3-1/macros/FunctionAnnotation/lib | Bin 2388 -> 2360 bytes 2.3-1/macros/FunctionList/FL_ExistCFunction.bin | Bin 0 -> 12304 bytes 2.3-1/macros/FunctionList/FL_ExtractFuncList.bin | Bin 0 -> 7828 bytes 2.3-1/macros/FunctionList/FL_GetFunctionClass.bin | Bin 0 -> 6832 bytes .../macros/FunctionList/FL_InOutArgs2CFunNames.bin | Bin 0 -> 6452 bytes 2.3-1/macros/FunctionList/FL_UpdateConverted.bin | Bin 0 -> 5572 bytes 2.3-1/macros/FunctionList/FL_UpdateToBeConv.bin | Bin 0 -> 14628 bytes 2.3-1/macros/FunctionList/lib | Bin 564 -> 536 bytes 2.3-1/macros/GeneralFunctions/Array2String.bin | Bin 0 -> 4840 bytes 2.3-1/macros/GeneralFunctions/ConvertPathMat2C.bin | Bin 0 -> 9208 bytes 2.3-1/macros/GeneralFunctions/File2StringArray.bin | Bin 0 -> 5808 bytes .../GeneralFunctions/FunName2SciFileName.bin | Bin 0 -> 6964 bytes 2.3-1/macros/GeneralFunctions/IsNanSize.bin | Bin 0 -> 4344 bytes .../macros/GeneralFunctions/KeyStr2FileStrPos.bin | Bin 0 -> 10872 bytes 2.3-1/macros/GeneralFunctions/PrintStepInfo.bin | Bin 0 -> 7356 bytes 2.3-1/macros/GeneralFunctions/PrintStringInfo.bin | Bin 0 -> 8556 bytes 2.3-1/macros/GeneralFunctions/ReadStringCard.bin | Bin 0 -> 7752 bytes 2.3-1/macros/GeneralFunctions/SCI2CCreateDir.bin | Bin 0 -> 3316 bytes 2.3-1/macros/GeneralFunctions/SCI2CFindFile.bin | Bin 0 -> 4340 bytes 2.3-1/macros/GeneralFunctions/SCI2CNInArgCheck.bin | Bin 0 -> 3144 bytes .../macros/GeneralFunctions/SCI2COpenFileRead.bin | Bin 0 -> 3424 bytes .../macros/GeneralFunctions/SCI2COpenFileWrite.bin | Bin 0 -> 3476 bytes 2.3-1/macros/GeneralFunctions/SCI2CTemplate.bin | Bin 0 -> 3536 bytes 2.3-1/macros/GeneralFunctions/SCI2Ccopyfile.bin | Bin 0 -> 5712 bytes 2.3-1/macros/GeneralFunctions/SCI2Cfileexist.bin | Bin 0 -> 4212 bytes 2.3-1/macros/GeneralFunctions/SCI2Cflipud.bin | Bin 0 -> 4436 bytes 2.3-1/macros/GeneralFunctions/SCI2Cmdelete.bin | Bin 0 -> 4132 bytes 2.3-1/macros/GeneralFunctions/SCI2Cresize.bin | Bin 0 -> 3972 bytes 2.3-1/macros/GeneralFunctions/SCI2Cstring.bin | Bin 0 -> 3608 bytes 2.3-1/macros/GeneralFunctions/SCI2Cstrncmp.bin | Bin 0 -> 3684 bytes .../macros/GeneralFunctions/SCI2Cstrncmps1size.bin | Bin 0 -> 4056 bytes 2.3-1/macros/GeneralFunctions/SizeInByte.bin | Bin 0 -> 4128 bytes 2.3-1/macros/GeneralFunctions/dispina.bin | Bin 0 -> 4912 bytes 2.3-1/macros/GeneralFunctions/filenamefprintf.bin | Bin 0 -> 6576 bytes 2.3-1/macros/GeneralFunctions/float.bin | Bin 0 -> 2504 bytes 2.3-1/macros/GeneralFunctions/lib | Bin 1108 -> 1080 bytes 2.3-1/macros/GeneralFunctions/squeezestrings.bin | Bin 0 -> 3256 bytes 2.3-1/macros/Hardware/AVR/AVRADCSetup.bin | Bin 0 -> 5876 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin | Bin 0 -> 4636 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin | Bin 0 -> 5392 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin | Bin 0 -> 5236 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin | Bin 0 -> 5656 bytes 2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin | Bin 0 -> 4300 bytes 2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin | Bin 0 -> 3504 bytes 2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin | Bin 0 -> 9576 bytes 2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin | Bin 0 -> 5996 bytes 2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin | Bin 0 -> 11592 bytes 2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin | Bin 0 -> 3544 bytes 2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin | Bin 0 -> 10052 bytes 2.3-1/macros/Hardware/AVR/AVRReadADC.bin | Bin 0 -> 4432 bytes 2.3-1/macros/Hardware/AVR/AVRSleep.bin | Bin 0 -> 2012 bytes 2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin | Bin 0 -> 8652 bytes 2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin | Bin 0 -> 2524 bytes 2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin | Bin 0 -> 9396 bytes 2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin | Bin 0 -> 2708 bytes .../macros/Hardware/AVR/GetAVRSupportFunctions.bin | Bin 0 -> 2516 bytes 2.3-1/macros/Hardware/AVR/GetPeripheral.bin | Bin 0 -> 2364 bytes .../macros/Hardware/AVR/InsertPeripheralInList.bin | Bin 0 -> 1928 bytes 2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin | Bin 0 -> 2712 bytes 2.3-1/macros/Hardware/AVR/lib | Bin 948 -> 920 bytes .../Hardware/RasberryPi/GetRPISupportFunctions.bin | Bin 0 -> 4760 bytes .../Hardware/RasberryPi/IsRPISupportFunction.bin | Bin 0 -> 4292 bytes .../macros/Hardware/RasberryPi/RPI_DelayMicro.bin | Bin 0 -> 3280 bytes .../macros/Hardware/RasberryPi/RPI_DelayMilli.bin | Bin 0 -> 3596 bytes 2.3-1/macros/Hardware/RasberryPi/RPI_DigitalIn.bin | Bin 0 -> 5264 bytes .../macros/Hardware/RasberryPi/RPI_DigitalOut.bin | Bin 0 -> 5352 bytes .../Hardware/RasberryPi/RPI_DigitalSetup.bin | Bin 0 -> 5336 bytes 2.3-1/macros/Hardware/RasberryPi/RPI_GetMicros.bin | Bin 0 -> 3568 bytes 2.3-1/macros/Hardware/RasberryPi/RPI_GetMillis.bin | Bin 0 -> 3556 bytes .../Hardware/RasberryPi/RPI_HardPWMSetClock.bin | Bin 0 -> 3488 bytes .../Hardware/RasberryPi/RPI_HardPWMSetMode.bin | Bin 0 -> 2448 bytes .../Hardware/RasberryPi/RPI_HardPWMSetRange.bin | Bin 0 -> 3340 bytes .../Hardware/RasberryPi/RPI_HardPWMWrite.bin | Bin 0 -> 4628 bytes 2.3-1/macros/Hardware/RasberryPi/RPI_PinISR.bin | Bin 0 -> 6952 bytes .../macros/Hardware/RasberryPi/RPI_SerialClose.bin | Bin 0 -> 2724 bytes .../macros/Hardware/RasberryPi/RPI_SerialFlush.bin | Bin 0 -> 3120 bytes .../Hardware/RasberryPi/RPI_SerialGetChar.bin | Bin 0 -> 3404 bytes .../Hardware/RasberryPi/RPI_SerialSendChar.bin | Bin 0 -> 3344 bytes .../Hardware/RasberryPi/RPI_SerialSendData.bin | Bin 0 -> 3344 bytes .../macros/Hardware/RasberryPi/RPI_SerialSetup.bin | Bin 0 -> 3356 bytes 2.3-1/macros/Hardware/RasberryPi/lib | Bin 952 -> 924 bytes .../Hardware/RasberryPi/u16RPISerialDataAvail.bin | Bin 0 -> 3520 bytes .../macros/ImageProcessing/core/CV_CreateImage.bin | Bin 0 -> 3552 bytes .../macros/ImageProcessing/core/CV_GetImgSize.bin | Bin 0 -> 2776 bytes 2.3-1/macros/ImageProcessing/core/lib | Bin 500 -> 472 bytes .../ImageProcessing/highgui/CV_LoadImage.bin | Bin 0 -> 3796 bytes .../ImageProcessing/highgui/CV_SaveImage.bin | Bin 0 -> 2704 bytes .../ImageProcessing/highgui/CV_ShowImage.bin | Bin 0 -> 2560 bytes .../macros/ImageProcessing/highgui/CV_WaitKey.bin | Bin 0 -> 2504 bytes 2.3-1/macros/ImageProcessing/highgui/lib | Bin 560 -> 532 bytes .../imgproc/CV_AdaptiveThreshold.bin | Bin 0 -> 5312 bytes 2.3-1/macros/ImageProcessing/imgproc/CV_Blur.bin | Bin 0 -> 5528 bytes 2.3-1/macros/ImageProcessing/imgproc/CV_Canny.bin | Bin 0 -> 5164 bytes .../ImageProcessing/imgproc/CV_CornerHarris.bin | Bin 0 -> 6560 bytes .../macros/ImageProcessing/imgproc/CV_CvtColor.bin | Bin 0 -> 3884 bytes 2.3-1/macros/ImageProcessing/imgproc/CV_Dilate.bin | Bin 0 -> 7556 bytes .../imgproc/CV_DistanceTransform.bin | Bin 0 -> 3936 bytes 2.3-1/macros/ImageProcessing/imgproc/CV_Erode.bin | Bin 0 -> 7252 bytes .../ImageProcessing/imgproc/CV_GaussianBlur.bin | Bin 0 -> 6528 bytes .../ImageProcessing/imgproc/CV_MedianBlur.bin | Bin 0 -> 3672 bytes .../ImageProcessing/imgproc/CV_Threshold.bin | Bin 0 -> 3984 bytes 2.3-1/macros/ImageProcessing/imgproc/lib | Bin 728 -> 700 bytes .../Scilab-Arduino/GenerateSetupFunction.bin | Bin 0 -> 6136 bytes .../macros/Scilab-Arduino/GetArduinoFunctions.bin | Bin 0 -> 2156 bytes .../Scilab-Arduino/GetArduinoSetupFunctions.bin | Bin 0 -> 1700 bytes 2.3-1/macros/Scilab-Arduino/InsertSetupInList.bin | Bin 0 -> 8832 bytes 2.3-1/macros/Scilab-Arduino/IsArduinoFunction.bin | Bin 0 -> 2664 bytes .../Scilab-Arduino/IsArduinoSetupFunction.bin | Bin 0 -> 2852 bytes 2.3-1/macros/Scilab-Arduino/cmd_i2c_dev.bin | Bin 0 -> 160 bytes 2.3-1/macros/Scilab-Arduino/cmd_i2c_read.bin | Bin 0 -> 128 bytes .../Scilab-Arduino/cmd_i2c_read_register.bin | Bin 0 -> 184 bytes 2.3-1/macros/Scilab-Arduino/cmd_i2c_write.bin | Bin 0 -> 104 bytes .../Scilab-Arduino/cmd_i2c_write_register.bin | Bin 0 -> 128 bytes 2.3-1/macros/Scilab-Arduino/lib | Bin 692 -> 664 bytes 2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin | Bin 0 -> 16788 bytes 2.3-1/macros/SymbolTable/ST_Del.bin | Bin 0 -> 4552 bytes 2.3-1/macros/SymbolTable/ST_FindPos.bin | Bin 0 -> 5104 bytes 2.3-1/macros/SymbolTable/ST_Get.bin | Bin 0 -> 8108 bytes 2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin | Bin 0 -> 39244 bytes 2.3-1/macros/SymbolTable/ST_GetSymbolInfo.bin | Bin 0 -> 13320 bytes 2.3-1/macros/SymbolTable/ST_InsForCntVars.bin | Bin 0 -> 25508 bytes 2.3-1/macros/SymbolTable/ST_InsOutArg.bin | Bin 0 -> 33508 bytes 2.3-1/macros/SymbolTable/ST_InsOutArg_Dup.bin | Bin 0 -> 33828 bytes 2.3-1/macros/SymbolTable/ST_Load.bin | Bin 0 -> 4288 bytes 2.3-1/macros/SymbolTable/ST_MatchSymbol.bin | Bin 0 -> 9112 bytes 2.3-1/macros/SymbolTable/ST_Save.bin | Bin 0 -> 5440 bytes 2.3-1/macros/SymbolTable/ST_Set.bin | Bin 0 -> 7048 bytes 2.3-1/macros/SymbolTable/lib | Bin 728 -> 700 bytes .../macros/ToolInitialization/INIT_CreateDirs.bin | Bin 0 -> 8900 bytes .../ToolInitialization/INIT_FillSCI2LibCDirs.bin | Bin 0 -> 2019132 bytes .../ToolInitialization/INIT_FillSCI2LibCDirs.sci | 30 +++ .../ToolInitialization/INIT_GenAnnFLFunctions.bin | Bin 0 -> 3460 bytes .../macros/ToolInitialization/INIT_GenFileInfo.bin | Bin 0 -> 19628 bytes .../ToolInitialization/INIT_GenLibraries.bin | Bin 0 -> 8556 bytes .../ToolInitialization/INIT_GenSharedInfo.bin | Bin 0 -> 21332 bytes .../ToolInitialization/INIT_LoadLibraries.bin | Bin 0 -> 8940 bytes .../macros/ToolInitialization/INIT_RemoveDirs.bin | Bin 0 -> 12532 bytes 2.3-1/macros/ToolInitialization/INIT_SCI2C.bin | Bin 0 -> 24476 bytes .../ToolInitialization/INIT_SharedInfoEqual.bin | Bin 0 -> 6500 bytes .../ToolInitialization/ManageNextConversion.bin | Bin 0 -> 11240 bytes .../macros/ToolInitialization/UpdateSCI2CInfo.bin | Bin 0 -> 38684 bytes 2.3-1/macros/ToolInitialization/doublecomplex.bin | Bin 0 -> 2888 bytes 2.3-1/macros/ToolInitialization/floatcomplex.bin | Bin 0 -> 2648 bytes 2.3-1/macros/ToolInitialization/lib | Bin 780 -> 752 bytes 2.3-1/macros/cb_sci2c_gui.bin | Bin 0 -> 29100 bytes 2.3-1/macros/findDeps/Scilab2CDeps.bin | Bin 0 -> 101536 bytes 2.3-1/macros/findDeps/findDeps.bin | Bin 0 -> 5400 bytes 2.3-1/macros/findDeps/getAllHeaders.bin | Bin 0 -> 56868 bytes 2.3-1/macros/findDeps/getAllHeaders.sci | 1 + 2.3-1/macros/findDeps/getAllInterfaces.bin | Bin 0 -> 56116 bytes 2.3-1/macros/findDeps/getAllInterfaces.sci | 1 + 2.3-1/macros/findDeps/getAllLibraries.bin | Bin 0 -> 10772 bytes 2.3-1/macros/findDeps/getAllSources.bin | Bin 0 -> 280424 bytes 2.3-1/macros/findDeps/getAllSources.sci | 2 + 2.3-1/macros/findDeps/getArduinoFiles.bin | Bin 0 -> 1836 bytes 2.3-1/macros/findDeps/lib | Bin 572 -> 544 bytes 2.3-1/macros/getScilab2cVersion.bin | Bin 0 -> 144 bytes 2.3-1/macros/lib | Bin 512 -> 484 bytes 2.3-1/macros/runsci2c.bin | Bin 0 -> 32968 bytes 2.3-1/macros/runscicode.bin | Bin 0 -> 8240 bytes 2.3-1/macros/sci2c_gui.bin | Bin 0 -> 64660 bytes 2.3-1/macros/scilab2c.bin | Bin 0 -> 26772 bytes 2.3-1/src/c/elementaryFunctions/includes/isrow.h | 33 +++ .../c/elementaryFunctions/interfaces/int_isrow.h | 23 ++ 2.3-1/src/c/elementaryFunctions/isrow/disrowa.c | 26 +++ 2.3-1/src/c/elementaryFunctions/isrow/disrows.c | 24 ++ 2.3-1/src/c/elementaryFunctions/isrow/gisrowa.c | 27 +++ 2.3-1/src/c/elementaryFunctions/isrow/sisrowa.c | 26 +++ 2.3-1/src/c/elementaryFunctions/isrow/sisrows.c | 24 ++ 392 files changed, 663 insertions(+), 184 deletions(-) create mode 100644 2.3-1/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html create mode 100644 2.3-1/macros/ASTManagement/%comment_string.bin create mode 100644 2.3-1/macros/ASTManagement/%cste_string.bin create mode 100644 2.3-1/macros/ASTManagement/%equal_string.bin create mode 100644 2.3-1/macros/ASTManagement/%for_string.bin create mode 100644 2.3-1/macros/ASTManagement/%funcall_string.bin create mode 100644 2.3-1/macros/ASTManagement/%ifthenel_string.bin create mode 100644 2.3-1/macros/ASTManagement/%ifthenelse_string.bin create mode 100644 2.3-1/macros/ASTManagement/%operatio_string.bin create mode 100644 2.3-1/macros/ASTManagement/%operation_string.bin create mode 100644 2.3-1/macros/ASTManagement/%program_p.bin create mode 100644 2.3-1/macros/ASTManagement/%program_string.bin create mode 100644 2.3-1/macros/ASTManagement/%variable_string.bin create mode 100644 2.3-1/macros/ASTManagement/%while_string.bin create mode 100644 2.3-1/macros/ASTManagement/AST2Ccode.bin create mode 100644 2.3-1/macros/ASTManagement/AST_CheckCommonInOutArgs.bin create mode 100644 2.3-1/macros/ASTManagement/AST_CheckLastFunc.bin create mode 100644 2.3-1/macros/ASTManagement/AST_CheckLineLength.bin create mode 100644 2.3-1/macros/ASTManagement/AST_CheckPrecSpecifier.bin create mode 100644 2.3-1/macros/ASTManagement/AST_DisplayStack.bin create mode 100644 2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.bin create mode 100644 2.3-1/macros/ASTManagement/AST_GetASTFile.bin create mode 100644 2.3-1/macros/ASTManagement/AST_GetFuncallPrm.bin create mode 100644 2.3-1/macros/ASTManagement/AST_GetPrecAndLhsArg.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleCC.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleEOL.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleEndFor.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleEndProgram.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleEndWhile.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleFor.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleForStatem.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleFunCC.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleFunRC.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleHeader.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleIfElse.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleRC.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleWhileExpr.bin create mode 100644 2.3-1/macros/ASTManagement/AST_HandleWhileStatem.bin create mode 100644 2.3-1/macros/ASTManagement/AST_ParseEqualStruct.bin create mode 100644 2.3-1/macros/ASTManagement/AST_ParseFuncallStruct.bin create mode 100644 2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.bin create mode 100644 2.3-1/macros/ASTManagement/AST_ParseOperStruct.bin create mode 100644 2.3-1/macros/ASTManagement/AST_PopASTStack.bin create mode 100644 2.3-1/macros/ASTManagement/AST_PushASTStack.bin create mode 100644 2.3-1/macros/ASTManagement/AST_ReadASTHeader.bin create mode 100644 2.3-1/macros/ASTManagement/AST_ReadEqualRhsNames.bin create mode 100644 2.3-1/macros/ASTManagement/GenOutArgNames.bin create mode 100644 2.3-1/macros/ASTManagement/Operator2FunName.bin create mode 100644 2.3-1/macros/ASTManagement/SciFile2ASTFile.bin create mode 100644 2.3-1/macros/ASTManagement/_comment_string.bin create mode 100644 2.3-1/macros/ASTManagement/_cste_string.bin create mode 100644 2.3-1/macros/ASTManagement/_equal_string.bin create mode 100644 2.3-1/macros/ASTManagement/_for_string.bin create mode 100644 2.3-1/macros/ASTManagement/_funcall_string.bin create mode 100644 2.3-1/macros/ASTManagement/_ifthenel_string.bin create mode 100644 2.3-1/macros/ASTManagement/_ifthenelse_string.bin create mode 100644 2.3-1/macros/ASTManagement/_operatio_string.bin create mode 100644 2.3-1/macros/ASTManagement/_operation_string.bin create mode 100644 2.3-1/macros/ASTManagement/_program_p.bin create mode 100644 2.3-1/macros/ASTManagement/_program_string.bin create mode 100644 2.3-1/macros/ASTManagement/_variable_string.bin create mode 100644 2.3-1/macros/ASTManagement/_while_string.bin create mode 100644 2.3-1/macros/ASTManagement/objectlist2string.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_ForExpression.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_Funcall.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenDeclarations_Dup.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenerateLaunchScript.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenerateMakefile.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenerateMkfle_arduino.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_IfExpression.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_InitHeader.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_MemAllocOutTempVars.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_Type.bin create mode 100644 2.3-1/macros/CCodeGeneration/C_WhileExpression.bin create mode 100644 2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin create mode 100644 2.3-1/macros/CCodeGeneration/GetClsFileName.bin create mode 100644 2.3-1/macros/CCodeGeneration/GetSymbolDimension.bin create mode 100644 2.3-1/macros/CCodeGeneration/GetWhileCondVariable.bin create mode 100644 2.3-1/macros/CCodeGeneration/JoinDeclarAndCcode.bin create mode 100644 2.3-1/macros/CCodeGeneration/Sci2AnnotationFile.bin create mode 100644 2.3-1/macros/ErrorMessages/EM_NanSize.bin create mode 100644 2.3-1/macros/ErrorMessages/EM_UnknownStep.bin create mode 100644 2.3-1/macros/ErrorMessages/EM_ZeroSize.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_ADD.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_DIV.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_FSFIRLIN_SZ.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_GetDefaultPrecision.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_GetResizeApproach.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_INSZ_RPI.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_INT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_MAX.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_MIN.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_MUL.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_REAL.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SCHUR_SZ.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SCHUR_TP.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SUB.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_1.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_2.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_AMELL.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_COLUMN_DIAG.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_COL_DIAG_IN_EX.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BASE.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BIN.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2HEX.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2OCT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_DIFF.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_FROM_VAL.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_LINSPACE_ROW.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_LQE.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_LQR.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_MODSN.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OBSCNT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPAPEX.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPBACKSLASH.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPCC.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTAPEX.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTBACKSLASH.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTHAT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSLASH.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSTAR.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPHAT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGAND.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGEQ.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGE.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLE.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNE.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNOT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGOR.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPMINUS.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUS.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUSA.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPRC.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPSLASH.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_OPSTAR.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_PRIMES.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_COLUMN_CAT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG_INS_EXT.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_SEL1.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_SEL2.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_SZ_U_SVA.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_ASCII.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_C.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_COMPLEX.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_CVIMAGE.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_D.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_I.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_INT16.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_INT8.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_MAX.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_MIN_REAL.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_MODSN.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_REAL.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_S.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_UINT16.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_UINT8.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_USER.bin create mode 100644 2.3-1/macros/FunctionAnnotation/FA_TP_Z.bin create mode 100644 2.3-1/macros/FunctionList/FL_ExistCFunction.bin create mode 100644 2.3-1/macros/FunctionList/FL_ExtractFuncList.bin create mode 100644 2.3-1/macros/FunctionList/FL_GetFunctionClass.bin create mode 100644 2.3-1/macros/FunctionList/FL_InOutArgs2CFunNames.bin create mode 100644 2.3-1/macros/FunctionList/FL_UpdateConverted.bin create mode 100644 2.3-1/macros/FunctionList/FL_UpdateToBeConv.bin create mode 100644 2.3-1/macros/GeneralFunctions/Array2String.bin create mode 100644 2.3-1/macros/GeneralFunctions/ConvertPathMat2C.bin create mode 100644 2.3-1/macros/GeneralFunctions/File2StringArray.bin create mode 100644 2.3-1/macros/GeneralFunctions/FunName2SciFileName.bin create mode 100644 2.3-1/macros/GeneralFunctions/IsNanSize.bin create mode 100644 2.3-1/macros/GeneralFunctions/KeyStr2FileStrPos.bin create mode 100644 2.3-1/macros/GeneralFunctions/PrintStepInfo.bin create mode 100644 2.3-1/macros/GeneralFunctions/PrintStringInfo.bin create mode 100644 2.3-1/macros/GeneralFunctions/ReadStringCard.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2CCreateDir.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2CFindFile.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2CNInArgCheck.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2COpenFileRead.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2COpenFileWrite.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2CTemplate.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Ccopyfile.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Cfileexist.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Cflipud.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Cmdelete.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Cresize.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Cstring.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Cstrncmp.bin create mode 100644 2.3-1/macros/GeneralFunctions/SCI2Cstrncmps1size.bin create mode 100644 2.3-1/macros/GeneralFunctions/SizeInByte.bin create mode 100644 2.3-1/macros/GeneralFunctions/dispina.bin create mode 100644 2.3-1/macros/GeneralFunctions/filenamefprintf.bin create mode 100644 2.3-1/macros/GeneralFunctions/float.bin create mode 100644 2.3-1/macros/GeneralFunctions/squeezestrings.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRADCSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRReadADC.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRSleep.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin create mode 100644 2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin create mode 100644 2.3-1/macros/Hardware/AVR/GetPeripheral.bin create mode 100644 2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin create mode 100644 2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/GetRPISupportFunctions.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/IsRPISupportFunction.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_DelayMicro.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_DelayMilli.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_DigitalIn.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_DigitalOut.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_DigitalSetup.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_GetMicros.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_GetMillis.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetClock.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetMode.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetRange.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMWrite.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_PinISR.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_SerialClose.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_SerialFlush.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_SerialGetChar.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendChar.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendData.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/RPI_SerialSetup.bin create mode 100644 2.3-1/macros/Hardware/RasberryPi/u16RPISerialDataAvail.bin create mode 100644 2.3-1/macros/ImageProcessing/core/CV_CreateImage.bin create mode 100644 2.3-1/macros/ImageProcessing/core/CV_GetImgSize.bin create mode 100644 2.3-1/macros/ImageProcessing/highgui/CV_LoadImage.bin create mode 100644 2.3-1/macros/ImageProcessing/highgui/CV_SaveImage.bin create mode 100644 2.3-1/macros/ImageProcessing/highgui/CV_ShowImage.bin create mode 100644 2.3-1/macros/ImageProcessing/highgui/CV_WaitKey.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_AdaptiveThreshold.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_Blur.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_Canny.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_CornerHarris.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_CvtColor.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_Dilate.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_DistanceTransform.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_Erode.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_GaussianBlur.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_MedianBlur.bin create mode 100644 2.3-1/macros/ImageProcessing/imgproc/CV_Threshold.bin create mode 100644 2.3-1/macros/Scilab-Arduino/GenerateSetupFunction.bin create mode 100644 2.3-1/macros/Scilab-Arduino/GetArduinoFunctions.bin create mode 100644 2.3-1/macros/Scilab-Arduino/GetArduinoSetupFunctions.bin create mode 100644 2.3-1/macros/Scilab-Arduino/InsertSetupInList.bin create mode 100644 2.3-1/macros/Scilab-Arduino/IsArduinoFunction.bin create mode 100644 2.3-1/macros/Scilab-Arduino/IsArduinoSetupFunction.bin create mode 100644 2.3-1/macros/Scilab-Arduino/cmd_i2c_dev.bin create mode 100644 2.3-1/macros/Scilab-Arduino/cmd_i2c_read.bin create mode 100644 2.3-1/macros/Scilab-Arduino/cmd_i2c_read_register.bin create mode 100644 2.3-1/macros/Scilab-Arduino/cmd_i2c_write.bin create mode 100644 2.3-1/macros/Scilab-Arduino/cmd_i2c_write_register.bin create mode 100644 2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin create mode 100644 2.3-1/macros/SymbolTable/ST_Del.bin create mode 100644 2.3-1/macros/SymbolTable/ST_FindPos.bin create mode 100644 2.3-1/macros/SymbolTable/ST_Get.bin create mode 100644 2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin create mode 100644 2.3-1/macros/SymbolTable/ST_GetSymbolInfo.bin create mode 100644 2.3-1/macros/SymbolTable/ST_InsForCntVars.bin create mode 100644 2.3-1/macros/SymbolTable/ST_InsOutArg.bin create mode 100644 2.3-1/macros/SymbolTable/ST_InsOutArg_Dup.bin create mode 100644 2.3-1/macros/SymbolTable/ST_Load.bin create mode 100644 2.3-1/macros/SymbolTable/ST_MatchSymbol.bin create mode 100644 2.3-1/macros/SymbolTable/ST_Save.bin create mode 100644 2.3-1/macros/SymbolTable/ST_Set.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_CreateDirs.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_GenAnnFLFunctions.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_GenFileInfo.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_GenLibraries.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_GenSharedInfo.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_LoadLibraries.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_RemoveDirs.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_SCI2C.bin create mode 100644 2.3-1/macros/ToolInitialization/INIT_SharedInfoEqual.bin create mode 100644 2.3-1/macros/ToolInitialization/ManageNextConversion.bin create mode 100644 2.3-1/macros/ToolInitialization/UpdateSCI2CInfo.bin create mode 100644 2.3-1/macros/ToolInitialization/doublecomplex.bin create mode 100644 2.3-1/macros/ToolInitialization/floatcomplex.bin create mode 100644 2.3-1/macros/cb_sci2c_gui.bin create mode 100644 2.3-1/macros/findDeps/Scilab2CDeps.bin create mode 100644 2.3-1/macros/findDeps/findDeps.bin create mode 100644 2.3-1/macros/findDeps/getAllHeaders.bin create mode 100644 2.3-1/macros/findDeps/getAllInterfaces.bin create mode 100644 2.3-1/macros/findDeps/getAllLibraries.bin create mode 100644 2.3-1/macros/findDeps/getAllSources.bin create mode 100644 2.3-1/macros/findDeps/getArduinoFiles.bin create mode 100644 2.3-1/macros/getScilab2cVersion.bin create mode 100644 2.3-1/macros/runsci2c.bin create mode 100644 2.3-1/macros/runscicode.bin create mode 100644 2.3-1/macros/sci2c_gui.bin create mode 100644 2.3-1/macros/scilab2c.bin create mode 100644 2.3-1/src/c/elementaryFunctions/includes/isrow.h create mode 100644 2.3-1/src/c/elementaryFunctions/interfaces/int_isrow.h create mode 100644 2.3-1/src/c/elementaryFunctions/isrow/disrowa.c create mode 100644 2.3-1/src/c/elementaryFunctions/isrow/disrows.c create mode 100644 2.3-1/src/c/elementaryFunctions/isrow/gisrowa.c create mode 100644 2.3-1/src/c/elementaryFunctions/isrow/sisrowa.c create mode 100644 2.3-1/src/c/elementaryFunctions/isrow/sisrows.c diff --git a/2.3-1/help/en_US/master_help.xml b/2.3-1/help/en_US/master_help.xml index b0fcaa9e..ee223d0f 100644 --- a/2.3-1/help/en_US/master_help.xml +++ b/2.3-1/help/en_US/master_help.xml @@ -1,41 +1,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]> Scilab 2 C Converter - + Scilab 2 C Converter -&aa4e59f7469f5c11e672d1768d80a313d; -&a1d994fb4d945fae4acb80d6fd8333004; -&add09de2a95b7ed306a35b53e980b3e90; -&a4397b185ae2cdc0c38ee5cba453da0ce; -&a9c63c170d4525ca69b76e029a661bdb5; -&ae7cda6368a6b43939f00b5e4518c86f5; -&a978254b6f95f67857b984f6f47acbeef; -&a12d6e3990c9535a9a7a263a728194c65; -&a00a988928aa4270555daad63bcb690cb; -&a539c26defb9f05463d0ce5459f1c7583; -&a3288ef52e1705d6634e93a5e55a31bf2; -&a3548111a692116d8ee0eae34f799d72d; -&a9a959f18ddee333a1267e4872a779d22; -&aa92c26a5cba43827d64cdc489ae63ca5; -&a66fa288c2ad2c1a24e70cb036732ffff; -&aa505640044f2558f671950211dfbb695; -&aace75f8933c6ccb6a7bd24b19b784e3f; -&a8fc216f2dfd8eee80f14d174785b7bc0; -&a4edea9b44935b3180889f99e5370aee4; -&aff5fbeafa9733aeb2a9b23c1aacb4631; -&a68325bb85314e1d5ec89869069c8445e; -&ad3dd56a5d5a76d73636a583751902602; -&a0f0d979abe457bb6a40d2a542732bf10; -&a9f22418ecd71f71eed44a456b8635ddb; -&a3d8fa68e94f2bf78571ec1c132cbf30d; -&ae280e09f59dc55502a391472a5e3c6a7; -&a34ae20f1c7b1a6aba4cfe28cb8458f4e; -&ae55c9b2aa4e91cd219c5ca2b997898b4; -&ac8a5edd3c9c9a7f196e5dbb50d6a35a2; -&ab2cca98b6ef2f0dc8983fab762ad7764; -&ab1553393fdffa9c613547bc6be1fff3d; -&abf0582be77e4c6c254d484f146797055; -&a709b81dcd97f499cf0d5ea132d4a8316; -&a61a3e5beb0f5d7654a142e2723b448fb; -&abba952c5250821630096b30b2ec5021f; +&a5585378c322fd44fa8852f927f17e4c1; +&a6d3cd812997759f6df3b9300e8cb9a5f; +&a4cd43117fff79a05c9c1cb92ca159fb0; +&ac10743cabb02ac73e9422d292333adc5; +&a0455deedefdc64e8aa172f718fe04e11; +&aa0868ee1ac861c6cc31a4efb658696ee; +&a5e2cec0861bdaa3941465937e9c7fe08; +&a497b5be328fe629d76b83542872f018c; +&a381efc355e4e4e50e1bca6f7a0521232; +&abfbec8145c707212401cf7e9fb509bc8; +&a42af2444d9926e4b02fef93f72ca9cd6; +&add2960a2d404d3df6c424ac5098dbcf7; +&a40265c6b80549805b6b16a6071bcef5b; +&ad695a1a38e4472e3db755aff64d4b364; +&a0a0ca83674b009e4a0213674d11968fc; +&a6317fc8ec64ae9d5ca6cec52d1ece0c7; +&a2e731ced35cd3a06e3c9af576a258b8d; +&a094928dc7cdff643d3b2159551121621; +&aa9952ade02812a4faedd94e9f1eaf2bc; +&ae66ab9d22beeb512a51b92f76752c906; +&a3be43518dcc84c088113b20d43f9c6c8; +&a3105c28f31042dcb9cc4efd3292bdba4; +&ab04642ea4d77aca4f150fa3dac17c4d7; +&aa5dbac33c7a0b37ab4e3300113a7a726; +&a2dfe6e1b3e4f5e5cbc6e523972e95c12; +&a43ad38bfeebd6e51c4b11425962176a5; +&a87893806fbd649785adf7a810c0e2345; +&a797eca95df509dfe016b3601fb554fe9; +&aa48aed27ce2525468bff9bd707f390ae; +&a26e202d6555d40522ccf25a082d859df; +&adcc544524719436aab5b2c18b3489232; +&a1ddf8141229473e7f3da828725106f09; +&a225a8f25506462d19fef0ee73ce71b8c; +&a5cde11953ef74ac9dd79586e59c6008d; +&a81a5318495e1c8e37cb38161f33a38a8; diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRADCSetup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRADCSetup.html index 54d6a642..7748709a 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRADCSetup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRADCSetup.html @@ -12,11 +12,11 @@
- << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup

AVRADCSetup

@@ -70,11 +70,11 @@
Report an issue
- << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html index a1f6eb0d..ec290c7b 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalIn.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn

AVRDigitalIn

@@ -74,7 +74,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalOut.html b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalOut.html index 0219f8cc..9d452d75 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalOut.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalOut.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut

AVRDigitalOut

@@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html index a5b8c2d3..df9c278b 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup

AVRDigitalPortSetup

@@ -75,7 +75,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalSetup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalSetup.html index b2048ad1..711b54c6 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalSetup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRDigitalSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup

AVRDigitalSetup

@@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html index 1ca3642a..7d311318 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue + Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue

AVRGetTimerValue

@@ -69,7 +69,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html index 5657473f..b2b24a74 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty

AVRPWM0SetDuty

@@ -66,7 +66,7 @@ from 0V-5V.In this function by varying the duty cycle, varying voltage can be pr
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0Setup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0Setup.html index 23432020..44b34e67 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0Setup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM0Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup

AVRPWM0Setup

@@ -84,7 +84,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html index 3a5adda5..cd642958 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty

AVRPWM1SetDuty

@@ -69,7 +69,7 @@ AVRPWM1SetDuty(0,50,40000); //This function will produce PWM signal of 50% duty
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1Setup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1Setup.html index 94e39295..4b048476 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1Setup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM1Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup

AVRPWM1Setup

@@ -86,7 +86,7 @@ on compare match.Also as defined the output will be produced at
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html index ade4fa22..c087753e 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty

AVRPWM2SetDuty

@@ -67,7 +67,7 @@ AVRPWM2SetDuty(0); //Produces 0V at OC2 pin

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2Setup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2Setup.html index 139693a4..8fed3de4 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2Setup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRPWM2Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup

AVRPWM2Setup

@@ -83,7 +83,7 @@ compare match

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRReadADC.html b/2.3-1/help/en_US/scilab_en_US_help/AVRReadADC.html index 47488b0a..4b2615e4 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRReadADC.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRReadADC.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC + Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC

AVRReadADC

@@ -70,7 +70,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRSleep.html b/2.3-1/help/en_US/scilab_en_US_help/AVRSleep.html index b491c96d..a534588a 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRSleep.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRSleep.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep

AVRSleep

@@ -61,7 +61,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRTimerSetup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRTimerSetup.html index a8150938..7ba52981 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRTimerSetup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRTimerSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup

AVRTimerSetup

@@ -52,7 +52,7 @@
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTReceive.html b/2.3-1/help/en_US/scilab_en_US_help/AVRUARTReceive.html index 47e683a8..d1f47800 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTReceive.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRUARTReceive.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive

AVRUARTReceive

@@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html index c8adca49..de2a80d1 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRUARTSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup

AVRUARTSetup

@@ -82,7 +82,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/2.3-1/help/en_US/scilab_en_US_help/AVRUARTTransmit.html index 36ce625e..d9276e05 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/AVRUARTTransmit.html +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRUARTTransmit.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit

AVRUARTTransmit

@@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html b/2.3-1/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html index b3e5a63c..5baa6f42 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold

CV_AdaptiveThreshold

@@ -80,7 +80,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_Blur.html b/2.3-1/help/en_US/scilab_en_US_help/CV_Blur.html index 1dbcc5bb..e46551ac 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_Blur.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_Blur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur

CV_Blur

@@ -82,7 +82,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_Canny.html b/2.3-1/help/en_US/scilab_en_US_help/CV_Canny.html index dbf3ffc6..94edf795 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_Canny.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_Canny.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny

CV_Canny

@@ -81,7 +81,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_CornerHarris.html b/2.3-1/help/en_US/scilab_en_US_help/CV_CornerHarris.html index 453169f2..20c23de5 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_CornerHarris.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_CornerHarris.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris

CV_CornerHarris

@@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_CreateImage.html b/2.3-1/help/en_US/scilab_en_US_help/CV_CreateImage.html index 6e27eebd..519c23d0 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_CreateImage.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_CreateImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage

CV_CreateImage

@@ -71,7 +71,7 @@
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_CvtColor.html b/2.3-1/help/en_US/scilab_en_US_help/CV_CvtColor.html index 43c27c9c..5d4a48d7 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_CvtColor.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_CvtColor.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor

CV_CvtColor

@@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_Dilate.html b/2.3-1/help/en_US/scilab_en_US_help/CV_Dilate.html index f93f7ce2..34ebb874 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_Dilate.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_Dilate.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate

CV_Dilate

@@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_DistanceTransform.html b/2.3-1/help/en_US/scilab_en_US_help/CV_DistanceTransform.html index 584fe1d3..12c1876f 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_DistanceTransform.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_DistanceTransform.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform + Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform

CV_DistanceTransform

@@ -73,7 +73,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_Erode.html b/2.3-1/help/en_US/scilab_en_US_help/CV_Erode.html index 921f2f95..fa428134 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_Erode.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_Erode.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode

CV_Erode

@@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_GaussianBlur.html b/2.3-1/help/en_US/scilab_en_US_help/CV_GaussianBlur.html index a5de7981..a0381241 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_GaussianBlur.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_GaussianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur

CV_GaussianBlur

@@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_GetImgSize.html b/2.3-1/help/en_US/scilab_en_US_help/CV_GetImgSize.html index 4d610c34..c86731d0 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_GetImgSize.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_GetImgSize.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize

CV_GetImgSize

@@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_LoadImage.html b/2.3-1/help/en_US/scilab_en_US_help/CV_LoadImage.html index 1d4a81b4..4b3e9076 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_LoadImage.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_LoadImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage

CV_LoadImage

@@ -74,7 +74,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_MedianBlur.html b/2.3-1/help/en_US/scilab_en_US_help/CV_MedianBlur.html index 276055bb..5ac57737 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_MedianBlur.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_MedianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur

CV_MedianBlur

@@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_SaveImage.html b/2.3-1/help/en_US/scilab_en_US_help/CV_SaveImage.html index 02336d28..857588b4 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_SaveImage.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_SaveImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage

CV_SaveImage

@@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_ShowImage.html b/2.3-1/help/en_US/scilab_en_US_help/CV_ShowImage.html index 3fa3cb90..2c6172f0 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_ShowImage.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_ShowImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage

CV_ShowImage

@@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_Threshold.html b/2.3-1/help/en_US/scilab_en_US_help/CV_Threshold.html index ae0ad860..301d6375 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_Threshold.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_Threshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold

CV_Threshold

@@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/CV_WaitKey.html b/2.3-1/help/en_US/scilab_en_US_help/CV_WaitKey.html index 42dc813d..dd95582a 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/CV_WaitKey.html +++ b/2.3-1/help/en_US/scilab_en_US_help/CV_WaitKey.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -28,7 +28,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey + Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey

CV_WaitKey

@@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index adfdf403..6e12a853 100644 Binary files a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index 70fdaa9a..42bb1b6c 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB +++ b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -1,2 +1,2 @@ -eÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝÿÿÿÿÿÿÿÿÿÿÿÿÿÝÿÝÿÿÿÿÿ÷_ÿý×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷_ÿ÷_ÿÿÿ÷_ÿÿÿüÂÝÿÝÿÿÿÿÿÿÿÝÿÿÿÝÿÿÿÿÝüÒw_ÿý×ÿ}÷_ÿÿÿÿÿÿuÝ]]ÿÿüÒ×ÿuÿÿ0Ÿÿÿÿÿ÷_ÿuÿÿuÿÿÿÿÝÿüÒÿÿÿÿÐ8r¢¨eU†ñt.4t‘V‡Œ(sŠs8HÁ¤HtHhPªÌ(â*‡a!¡(tJ7ÿÿÿñßÿ¿É4–$Rq£|¼ÊíFEц…9«•–ñ‘A‘A±Gª®ŸJ(üj—*³ -5±*7Ê4£ ŒË¨Æ.Ž—rº£•®]åj©vªª×iXdU©w]•¹v\hZ—Ú—iYYZVWW—(ª0ª4º»ê/0³:©Ò™+ÝJª¾ú.ªªªªª0ªª¨ÒŒ(Þ¢¨Â¼ÚŠ2¨ªëªê¾«ó ó ÿÿóK0¿ÿÿó ÿÿüÂÿó ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿó ÿÌ/ÿÿüÂÿÿÿÿÿÿÿÿÿÿ` \ No newline at end of file +eÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿuÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿuÿÿÿÿÿuÿÿÿÿÿuÿý×ÿÿÿÿÿÿÿÿÿÿÿÿÿý×ÿÿÿÿÿÿÿuÿÿÿÿÿÿÿÿ}ÿÿý×ÿÿÿÿ÷S ÷_ÿÿ÷_÷×ÿÿÿÍ'ÿÝÿÿÝÿÿÿÿÿÿÿÜÂ÷_ÿuÝÿÎ-ÿÝ}×÷_Ýÿÿÿ÷_ÿuÿÿÿÿÿuuÿÿô¨Xr‡ ÿFô±~±|`\hX`[Ç"¨lZ«Æ¸tX`_†Eúúú¬m몥0ŒXnõjºÆ1~î†Å®á´ú‹Ò¸tLêR¡‘!Á!Á*Œ*;ÿL®¨pHpJ‡.ªª(ÒXÁ1ܼLå/ó•Æ|³2Æ¡*8£Š0¸ÌºŒ.«¨â£ +³Kóh³ üÂÍ/ÌËüÂüÖBóaRÍÿÿÿúŠ3ª™*ªª¢+º0¯£"³"º¾8ªª£ êïªó 0º0ªŒ‹ªªª¨Ê‹2®¬ª«ÿÿÿÿÿÿÌ‹ÿóKÿÿÿÿÿüÂÿÿÿÿÿÿÿÿÿÿüÂÿó ÿÿÿÿÿÿó ÿÿÿÿÿÿÿÿÿ0¿ÿÿØ \ No newline at end of file diff --git a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index 6825d91a..9e0716f0 100644 Binary files a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ diff --git a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index e759693c..8abc6e39 100644 Binary files a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index a427273e..94a57bbd 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=731 id2=1 +TMAP bs=2048 rt=1 fl=-1 id1=732 id2=1 diff --git a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index 61c50b43..b3190be2 100644 Binary files a/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/2.3-1/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/2.3-1/help/en_US/scilab_en_US_help/index.html b/2.3-1/help/en_US/scilab_en_US_help/index.html index 55a9600a..6b3300f4 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/index.html +++ b/2.3-1/help/en_US/scilab_en_US_help/index.html @@ -31,7 +31,7 @@

Scilab 2 C Converter

    -
  • Scilab 2 C Converter +
  • Scilab 2 C Converter
    • AVRADCSetupFunction to initialise ADC of AVR
    • diff --git a/2.3-1/help/en_US/scilab_en_US_help/jhelpmap.jhm b/2.3-1/help/en_US/scilab_en_US_help/jhelpmap.jhm index 2466fe3a..1a6e035b 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/2.3-1/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -2,7 +2,7 @@ - + diff --git a/2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml b/2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml index 912cae24..ab8411b9 100644 --- a/2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml +++ b/2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -2,7 +2,7 @@ - + diff --git a/2.3-1/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html b/2.3-1/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html new file mode 100644 index 00000000..647ce7ce --- /dev/null +++ b/2.3-1/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html @@ -0,0 +1,259 @@ + + + + + + +
      + + + + +
      + + + Scilab 2 C Converter + + + +
      +
      +
      + + + + Scilab 2 C Converter >> Scilab 2 C Converter + +

      +

      Scilab 2 C Converter

      +
      • AVRADCSetupFunction to initialise ADC of AVR
      • + + + + + +
      • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
      • + + + + + +
      • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
      • + + + + + +
      • AVRDigitalPortSetupFunction to decide direction of port on AVR
      • + + + + + +
      • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
      • + + + + + +
      • AVRGetTimerValueFunction to get timer count
      • + + + + + +
      • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
      • + + + + + +
      • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
      • + + + + + +
      • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
      • + + + + + +
      • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
      • + + + + + +
      • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
      • + + + + + +
      • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
      • + + + + + +
      • AVRReadADCFunction to get voltage on analog pin on AVR
      • + + + + + +
      • AVRSleepFunction to pause the execution for the given time.
      • + + + + + +
      • AVRTimerSetupFunction to setup Timers in ATmega16
      • + + + + + +
      • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
      • + + + + + +
      • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
      • + + + + + +
      • AVRUARTTransmitFunction to Transmit data using UART or USART.
      • + + + + + +
      • CV_AdaptiveThresholdfunction to adaptively threshold input image
      • + + + + + +
      • CV_Blurfunction to blur image using normalised box filter
      • + + + + + +
      • CV_CannyFinds edges in image using Canny algorithm
      • + + + + + +
      • CV_CornerHarrisFinds edges in image using Harris algorithm
      • + + + + + +
      • CV_CreateImagefunction to create an image object of given size and type
      • + + + + + +
      • CV_CvtColorfunction to convert image from one colorspace to other colorspace
      • + + + + + +
      • CV_Dilatedilates an image by using a specific structuring element.
      • + + + + + +
      • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
      • + + + + + +
      • CV_ErodeErodes an image by using a specific structuring element.
      • + + + + + +
      • CV_GaussianBlurfunction to blur image using gaussian filter
      • + + + + + +
      • CV_GetImgSizefunction to get size of the image (width*height)
      • + + + + + +
      • CV_LoadImagefunction to load an image object from given filename
      • + + + + + +
      • CV_MedianBlurfunction to blur image using median filter
      • + + + + + +
      • CV_SaveImagefunction to save an image object as a given filename
      • + + + + + +
      • CV_ShowImagefunction to show an image
      • + + + + + +
      • CV_Thresholdfunction to threshold input image
      • + + + + + +
      • CV_WaitKeyfunction similar to cvWaitKey
      +
      + +
      + + + + + + +
      Report an issue
      + + + Scilab 2 C Converter + + + +
      +
      +
      + + diff --git a/2.3-1/includes/sci2clib.h b/2.3-1/includes/sci2clib.h index 1a8b557d..979e31ab 100644 --- a/2.3-1/includes/sci2clib.h +++ b/2.3-1/includes/sci2clib.h @@ -160,6 +160,9 @@ extern "C" { /* interfacing fix */ #include "fix.h" #include "int_fix.h" +/*interfacing isrow*/ +#include "isrow.h" +#include "int_isrow.h" /* interfacing floor */ #include "floor.h" #include "int_floor.h" diff --git a/2.3-1/jar/scilab_en_US_help.jar b/2.3-1/jar/scilab_en_US_help.jar index d8299154..c2aac108 100644 Binary files a/2.3-1/jar/scilab_en_US_help.jar and b/2.3-1/jar/scilab_en_US_help.jar differ diff --git a/2.3-1/macros/ASTManagement/%comment_string.bin b/2.3-1/macros/ASTManagement/%comment_string.bin new file mode 100644 index 00000000..fb894945 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%comment_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%cste_string.bin b/2.3-1/macros/ASTManagement/%cste_string.bin new file mode 100644 index 00000000..ba643c47 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%cste_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%equal_string.bin b/2.3-1/macros/ASTManagement/%equal_string.bin new file mode 100644 index 00000000..7f88fee6 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%equal_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%for_string.bin b/2.3-1/macros/ASTManagement/%for_string.bin new file mode 100644 index 00000000..c3fda16b Binary files /dev/null and b/2.3-1/macros/ASTManagement/%for_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%funcall_string.bin b/2.3-1/macros/ASTManagement/%funcall_string.bin new file mode 100644 index 00000000..258933b9 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%funcall_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%ifthenel_string.bin b/2.3-1/macros/ASTManagement/%ifthenel_string.bin new file mode 100644 index 00000000..1c6fa73d Binary files /dev/null and b/2.3-1/macros/ASTManagement/%ifthenel_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%ifthenelse_string.bin b/2.3-1/macros/ASTManagement/%ifthenelse_string.bin new file mode 100644 index 00000000..456ffadc Binary files /dev/null and b/2.3-1/macros/ASTManagement/%ifthenelse_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%operatio_string.bin b/2.3-1/macros/ASTManagement/%operatio_string.bin new file mode 100644 index 00000000..18aab9e5 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%operatio_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%operation_string.bin b/2.3-1/macros/ASTManagement/%operation_string.bin new file mode 100644 index 00000000..dfbeec96 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%operation_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%program_p.bin b/2.3-1/macros/ASTManagement/%program_p.bin new file mode 100644 index 00000000..216a38b2 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%program_p.bin differ diff --git a/2.3-1/macros/ASTManagement/%program_string.bin b/2.3-1/macros/ASTManagement/%program_string.bin new file mode 100644 index 00000000..3a8fc95b Binary files /dev/null and b/2.3-1/macros/ASTManagement/%program_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%variable_string.bin b/2.3-1/macros/ASTManagement/%variable_string.bin new file mode 100644 index 00000000..f81fd6e0 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%variable_string.bin differ diff --git a/2.3-1/macros/ASTManagement/%while_string.bin b/2.3-1/macros/ASTManagement/%while_string.bin new file mode 100644 index 00000000..142189c6 Binary files /dev/null and b/2.3-1/macros/ASTManagement/%while_string.bin differ diff --git a/2.3-1/macros/ASTManagement/AST2Ccode.bin b/2.3-1/macros/ASTManagement/AST2Ccode.bin new file mode 100644 index 00000000..337baa22 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST2Ccode.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_CheckCommonInOutArgs.bin b/2.3-1/macros/ASTManagement/AST_CheckCommonInOutArgs.bin new file mode 100644 index 00000000..5c190ba3 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_CheckCommonInOutArgs.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_CheckLastFunc.bin b/2.3-1/macros/ASTManagement/AST_CheckLastFunc.bin new file mode 100644 index 00000000..9cac2273 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_CheckLastFunc.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_CheckLineLength.bin b/2.3-1/macros/ASTManagement/AST_CheckLineLength.bin new file mode 100644 index 00000000..db486797 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_CheckLineLength.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_CheckPrecSpecifier.bin b/2.3-1/macros/ASTManagement/AST_CheckPrecSpecifier.bin new file mode 100644 index 00000000..8e50397f Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_CheckPrecSpecifier.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_DisplayStack.bin b/2.3-1/macros/ASTManagement/AST_DisplayStack.bin new file mode 100644 index 00000000..90cbcc74 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_DisplayStack.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.bin b/2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.bin new file mode 100644 index 00000000..1944d88b Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_GetASTFile.bin b/2.3-1/macros/ASTManagement/AST_GetASTFile.bin new file mode 100644 index 00000000..261430e5 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_GetASTFile.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_GetFuncallPrm.bin b/2.3-1/macros/ASTManagement/AST_GetFuncallPrm.bin new file mode 100644 index 00000000..37dbe771 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_GetFuncallPrm.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_GetPrecAndLhsArg.bin b/2.3-1/macros/ASTManagement/AST_GetPrecAndLhsArg.bin new file mode 100644 index 00000000..71e44cb1 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_GetPrecAndLhsArg.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleCC.bin b/2.3-1/macros/ASTManagement/AST_HandleCC.bin new file mode 100644 index 00000000..3ad1342d Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleCC.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleEOL.bin b/2.3-1/macros/ASTManagement/AST_HandleEOL.bin new file mode 100644 index 00000000..3b6b3bd1 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleEOL.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleEndFor.bin b/2.3-1/macros/ASTManagement/AST_HandleEndFor.bin new file mode 100644 index 00000000..a6031b43 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleEndFor.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin b/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin new file mode 100644 index 00000000..115f9808 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleEndProgram.bin b/2.3-1/macros/ASTManagement/AST_HandleEndProgram.bin new file mode 100644 index 00000000..5e02fdcd Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleEndProgram.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleEndWhile.bin b/2.3-1/macros/ASTManagement/AST_HandleEndWhile.bin new file mode 100644 index 00000000..bafccbc2 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleEndWhile.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleFor.bin b/2.3-1/macros/ASTManagement/AST_HandleFor.bin new file mode 100644 index 00000000..27d44a12 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleFor.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleForStatem.bin b/2.3-1/macros/ASTManagement/AST_HandleForStatem.bin new file mode 100644 index 00000000..4839b049 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleForStatem.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleFunCC.bin b/2.3-1/macros/ASTManagement/AST_HandleFunCC.bin new file mode 100644 index 00000000..c6aea1e6 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleFunCC.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleFunRC.bin b/2.3-1/macros/ASTManagement/AST_HandleFunRC.bin new file mode 100644 index 00000000..553ffdd6 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleFunRC.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleHeader.bin b/2.3-1/macros/ASTManagement/AST_HandleHeader.bin new file mode 100644 index 00000000..87ef763a Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleHeader.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleIfElse.bin b/2.3-1/macros/ASTManagement/AST_HandleIfElse.bin new file mode 100644 index 00000000..d30e47b4 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleIfElse.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleRC.bin b/2.3-1/macros/ASTManagement/AST_HandleRC.bin new file mode 100644 index 00000000..f5b8a1af Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleRC.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleWhileExpr.bin b/2.3-1/macros/ASTManagement/AST_HandleWhileExpr.bin new file mode 100644 index 00000000..5f3da2de Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleWhileExpr.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleWhileStatem.bin b/2.3-1/macros/ASTManagement/AST_HandleWhileStatem.bin new file mode 100644 index 00000000..4f7704ea Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_HandleWhileStatem.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_ParseEqualStruct.bin b/2.3-1/macros/ASTManagement/AST_ParseEqualStruct.bin new file mode 100644 index 00000000..2135518f Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_ParseEqualStruct.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_ParseFuncallStruct.bin b/2.3-1/macros/ASTManagement/AST_ParseFuncallStruct.bin new file mode 100644 index 00000000..1cbeb5c0 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_ParseFuncallStruct.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.bin b/2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.bin new file mode 100644 index 00000000..59203066 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_ParseIfExprStruct.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_ParseOperStruct.bin b/2.3-1/macros/ASTManagement/AST_ParseOperStruct.bin new file mode 100644 index 00000000..e189cbc9 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_ParseOperStruct.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_PopASTStack.bin b/2.3-1/macros/ASTManagement/AST_PopASTStack.bin new file mode 100644 index 00000000..f9b85d34 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_PopASTStack.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_PushASTStack.bin b/2.3-1/macros/ASTManagement/AST_PushASTStack.bin new file mode 100644 index 00000000..8fcd563c Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_PushASTStack.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_ReadASTHeader.bin b/2.3-1/macros/ASTManagement/AST_ReadASTHeader.bin new file mode 100644 index 00000000..614231c4 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_ReadASTHeader.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_ReadEqualRhsNames.bin b/2.3-1/macros/ASTManagement/AST_ReadEqualRhsNames.bin new file mode 100644 index 00000000..a131c498 Binary files /dev/null and b/2.3-1/macros/ASTManagement/AST_ReadEqualRhsNames.bin differ diff --git a/2.3-1/macros/ASTManagement/GenOutArgNames.bin b/2.3-1/macros/ASTManagement/GenOutArgNames.bin new file mode 100644 index 00000000..2ebce86c Binary files /dev/null and b/2.3-1/macros/ASTManagement/GenOutArgNames.bin differ diff --git a/2.3-1/macros/ASTManagement/Operator2FunName.bin b/2.3-1/macros/ASTManagement/Operator2FunName.bin new file mode 100644 index 00000000..884c99bc Binary files /dev/null and b/2.3-1/macros/ASTManagement/Operator2FunName.bin differ diff --git a/2.3-1/macros/ASTManagement/SciFile2ASTFile.bin b/2.3-1/macros/ASTManagement/SciFile2ASTFile.bin new file mode 100644 index 00000000..be8bc0d5 Binary files /dev/null and b/2.3-1/macros/ASTManagement/SciFile2ASTFile.bin differ diff --git a/2.3-1/macros/ASTManagement/_comment_string.bin b/2.3-1/macros/ASTManagement/_comment_string.bin new file mode 100644 index 00000000..fb894945 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_comment_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_cste_string.bin b/2.3-1/macros/ASTManagement/_cste_string.bin new file mode 100644 index 00000000..ba643c47 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_cste_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_equal_string.bin b/2.3-1/macros/ASTManagement/_equal_string.bin new file mode 100644 index 00000000..7f88fee6 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_equal_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_for_string.bin b/2.3-1/macros/ASTManagement/_for_string.bin new file mode 100644 index 00000000..c3fda16b Binary files /dev/null and b/2.3-1/macros/ASTManagement/_for_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_funcall_string.bin b/2.3-1/macros/ASTManagement/_funcall_string.bin new file mode 100644 index 00000000..258933b9 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_funcall_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_ifthenel_string.bin b/2.3-1/macros/ASTManagement/_ifthenel_string.bin new file mode 100644 index 00000000..1c6fa73d Binary files /dev/null and b/2.3-1/macros/ASTManagement/_ifthenel_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_ifthenelse_string.bin b/2.3-1/macros/ASTManagement/_ifthenelse_string.bin new file mode 100644 index 00000000..456ffadc Binary files /dev/null and b/2.3-1/macros/ASTManagement/_ifthenelse_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_operatio_string.bin b/2.3-1/macros/ASTManagement/_operatio_string.bin new file mode 100644 index 00000000..40abf6b2 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_operatio_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_operation_string.bin b/2.3-1/macros/ASTManagement/_operation_string.bin new file mode 100644 index 00000000..dfbeec96 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_operation_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_program_p.bin b/2.3-1/macros/ASTManagement/_program_p.bin new file mode 100644 index 00000000..216a38b2 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_program_p.bin differ diff --git a/2.3-1/macros/ASTManagement/_program_string.bin b/2.3-1/macros/ASTManagement/_program_string.bin new file mode 100644 index 00000000..3a8fc95b Binary files /dev/null and b/2.3-1/macros/ASTManagement/_program_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_variable_string.bin b/2.3-1/macros/ASTManagement/_variable_string.bin new file mode 100644 index 00000000..f81fd6e0 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_variable_string.bin differ diff --git a/2.3-1/macros/ASTManagement/_while_string.bin b/2.3-1/macros/ASTManagement/_while_string.bin new file mode 100644 index 00000000..142189c6 Binary files /dev/null and b/2.3-1/macros/ASTManagement/_while_string.bin differ diff --git a/2.3-1/macros/ASTManagement/lib b/2.3-1/macros/ASTManagement/lib index 2ef9e23b..ee07d361 100644 Binary files a/2.3-1/macros/ASTManagement/lib and b/2.3-1/macros/ASTManagement/lib differ diff --git a/2.3-1/macros/ASTManagement/objectlist2string.bin b/2.3-1/macros/ASTManagement/objectlist2string.bin new file mode 100644 index 00000000..96159f22 Binary files /dev/null and b/2.3-1/macros/ASTManagement/objectlist2string.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin b/2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin new file mode 100644 index 00000000..b4005914 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_ForExpression.bin b/2.3-1/macros/CCodeGeneration/C_ForExpression.bin new file mode 100644 index 00000000..1c3f6747 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_ForExpression.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_Funcall.bin b/2.3-1/macros/CCodeGeneration/C_Funcall.bin new file mode 100644 index 00000000..80fda7c4 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_Funcall.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin b/2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin new file mode 100644 index 00000000..c3b36009 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenDeclarations_Dup.bin b/2.3-1/macros/CCodeGeneration/C_GenDeclarations_Dup.bin new file mode 100644 index 00000000..92289938 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenDeclarations_Dup.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin b/2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin new file mode 100644 index 00000000..1b723f16 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateLaunchScript.bin b/2.3-1/macros/CCodeGeneration/C_GenerateLaunchScript.bin new file mode 100644 index 00000000..587c1547 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenerateLaunchScript.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.bin b/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.bin new file mode 100644 index 00000000..57304419 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin b/2.3-1/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin new file mode 100644 index 00000000..838c674e Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateMkfle_arduino.bin b/2.3-1/macros/CCodeGeneration/C_GenerateMkfle_arduino.bin new file mode 100644 index 00000000..ce25219f Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenerateMkfle_arduino.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin b/2.3-1/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin new file mode 100644 index 00000000..2e02cae4 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin b/2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin new file mode 100644 index 00000000..332e89bf Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_IfExpression.bin b/2.3-1/macros/CCodeGeneration/C_IfExpression.bin new file mode 100644 index 00000000..c93b6295 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_IfExpression.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin b/2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin new file mode 100644 index 00000000..77bfaebc Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_InitHeader.bin b/2.3-1/macros/CCodeGeneration/C_InitHeader.bin new file mode 100644 index 00000000..567822c0 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_InitHeader.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_MemAllocOutTempVars.bin b/2.3-1/macros/CCodeGeneration/C_MemAllocOutTempVars.bin new file mode 100644 index 00000000..443ad3c1 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_MemAllocOutTempVars.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin b/2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin new file mode 100644 index 00000000..1d3e6182 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_Type.bin b/2.3-1/macros/CCodeGeneration/C_Type.bin new file mode 100644 index 00000000..7b5bf444 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_Type.bin differ diff --git a/2.3-1/macros/CCodeGeneration/C_WhileExpression.bin b/2.3-1/macros/CCodeGeneration/C_WhileExpression.bin new file mode 100644 index 00000000..c10e1170 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/C_WhileExpression.bin differ diff --git a/2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin b/2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin new file mode 100644 index 00000000..6a374f5b Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin differ diff --git a/2.3-1/macros/CCodeGeneration/GetClsFileName.bin b/2.3-1/macros/CCodeGeneration/GetClsFileName.bin new file mode 100644 index 00000000..dda02933 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/GetClsFileName.bin differ diff --git a/2.3-1/macros/CCodeGeneration/GetSymbolDimension.bin b/2.3-1/macros/CCodeGeneration/GetSymbolDimension.bin new file mode 100644 index 00000000..5c73f435 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/GetSymbolDimension.bin differ diff --git a/2.3-1/macros/CCodeGeneration/GetWhileCondVariable.bin b/2.3-1/macros/CCodeGeneration/GetWhileCondVariable.bin new file mode 100644 index 00000000..6815fb4b Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/GetWhileCondVariable.bin differ diff --git a/2.3-1/macros/CCodeGeneration/JoinDeclarAndCcode.bin b/2.3-1/macros/CCodeGeneration/JoinDeclarAndCcode.bin new file mode 100644 index 00000000..72a0e50c Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/JoinDeclarAndCcode.bin differ diff --git a/2.3-1/macros/CCodeGeneration/Sci2AnnotationFile.bin b/2.3-1/macros/CCodeGeneration/Sci2AnnotationFile.bin new file mode 100644 index 00000000..95fe5611 Binary files /dev/null and b/2.3-1/macros/CCodeGeneration/Sci2AnnotationFile.bin differ diff --git a/2.3-1/macros/CCodeGeneration/lib b/2.3-1/macros/CCodeGeneration/lib index c5f171db..f2696fef 100644 Binary files a/2.3-1/macros/CCodeGeneration/lib and b/2.3-1/macros/CCodeGeneration/lib differ diff --git a/2.3-1/macros/ErrorMessages/EM_NanSize.bin b/2.3-1/macros/ErrorMessages/EM_NanSize.bin new file mode 100644 index 00000000..d0ad584b Binary files /dev/null and b/2.3-1/macros/ErrorMessages/EM_NanSize.bin differ diff --git a/2.3-1/macros/ErrorMessages/EM_UnknownStep.bin b/2.3-1/macros/ErrorMessages/EM_UnknownStep.bin new file mode 100644 index 00000000..57a2b4d7 Binary files /dev/null and b/2.3-1/macros/ErrorMessages/EM_UnknownStep.bin differ diff --git a/2.3-1/macros/ErrorMessages/EM_ZeroSize.bin b/2.3-1/macros/ErrorMessages/EM_ZeroSize.bin new file mode 100644 index 00000000..f8d2830f Binary files /dev/null and b/2.3-1/macros/ErrorMessages/EM_ZeroSize.bin differ diff --git a/2.3-1/macros/ErrorMessages/lib b/2.3-1/macros/ErrorMessages/lib index 6da193f3..1500b1fa 100644 Binary files a/2.3-1/macros/ErrorMessages/lib and b/2.3-1/macros/ErrorMessages/lib differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_ADD.bin b/2.3-1/macros/FunctionAnnotation/FA_ADD.bin new file mode 100644 index 00000000..6c810828 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_ADD.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_DIV.bin b/2.3-1/macros/FunctionAnnotation/FA_DIV.bin new file mode 100644 index 00000000..6e6708fe Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_DIV.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_FSFIRLIN_SZ.bin b/2.3-1/macros/FunctionAnnotation/FA_FSFIRLIN_SZ.bin new file mode 100644 index 00000000..7e15d2bc Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_FSFIRLIN_SZ.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_GetDefaultPrecision.bin b/2.3-1/macros/FunctionAnnotation/FA_GetDefaultPrecision.bin new file mode 100644 index 00000000..fa48e833 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_GetDefaultPrecision.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.bin b/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.bin new file mode 100644 index 00000000..ff29181c Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_GetFunAnn.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.bin b/2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.bin new file mode 100644 index 00000000..89c0d1d3 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_GetOutArgInfo.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_GetResizeApproach.bin b/2.3-1/macros/FunctionAnnotation/FA_GetResizeApproach.bin new file mode 100644 index 00000000..77397e01 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_GetResizeApproach.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_INSZ_RPI.bin b/2.3-1/macros/FunctionAnnotation/FA_INSZ_RPI.bin new file mode 100644 index 00000000..c7da0bbb Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_INSZ_RPI.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_INT.bin b/2.3-1/macros/FunctionAnnotation/FA_INT.bin new file mode 100644 index 00000000..edf9bb84 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_INT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_MAX.bin b/2.3-1/macros/FunctionAnnotation/FA_MAX.bin new file mode 100644 index 00000000..a9debbab Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_MAX.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_MIN.bin b/2.3-1/macros/FunctionAnnotation/FA_MIN.bin new file mode 100644 index 00000000..cc9bd02e Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_MIN.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_MUL.bin b/2.3-1/macros/FunctionAnnotation/FA_MUL.bin new file mode 100644 index 00000000..8b674c21 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_MUL.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_REAL.bin b/2.3-1/macros/FunctionAnnotation/FA_REAL.bin new file mode 100644 index 00000000..ed68eb74 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_REAL.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SCHUR_SZ.bin b/2.3-1/macros/FunctionAnnotation/FA_SCHUR_SZ.bin new file mode 100644 index 00000000..292a6193 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SCHUR_SZ.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SCHUR_TP.bin b/2.3-1/macros/FunctionAnnotation/FA_SCHUR_TP.bin new file mode 100644 index 00000000..4b0b438f Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SCHUR_TP.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SUB.bin b/2.3-1/macros/FunctionAnnotation/FA_SUB.bin new file mode 100644 index 00000000..fdc52b4d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SUB.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_1.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_1.bin new file mode 100644 index 00000000..c01ff59d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_1.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_2.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_2.bin new file mode 100644 index 00000000..00834df4 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_2.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_AMELL.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_AMELL.bin new file mode 100644 index 00000000..3847155d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_AMELL.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_COLUMN_DIAG.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_COLUMN_DIAG.bin new file mode 100644 index 00000000..a3b34afc Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_COLUMN_DIAG.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_COL_DIAG_IN_EX.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_COL_DIAG_IN_EX.bin new file mode 100644 index 00000000..76748237 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_COL_DIAG_IN_EX.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BASE.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BASE.bin new file mode 100644 index 00000000..879c5885 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BASE.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BIN.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BIN.bin new file mode 100644 index 00000000..af9d1cb8 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2BIN.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2HEX.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2HEX.bin new file mode 100644 index 00000000..ddabb108 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2HEX.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2OCT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2OCT.bin new file mode 100644 index 00000000..be386e03 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_DEC2OCT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_DIFF.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_DIFF.bin new file mode 100644 index 00000000..08d66c13 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_DIFF.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.bin new file mode 100644 index 00000000..ee8f8991 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_FROM_VAL.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_FROM_VAL.bin new file mode 100644 index 00000000..a06f3b16 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_FROM_VAL.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_LINSPACE_ROW.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_LINSPACE_ROW.bin new file mode 100644 index 00000000..60cb9d4e Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_LINSPACE_ROW.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_LQE.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_LQE.bin new file mode 100644 index 00000000..8abfa39b Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_LQE.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_LQR.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_LQR.bin new file mode 100644 index 00000000..843fb2ce Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_LQR.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_MODSN.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_MODSN.bin new file mode 100644 index 00000000..601eb564 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_MODSN.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OBSCNT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OBSCNT.bin new file mode 100644 index 00000000..b936e29c Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OBSCNT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPAPEX.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPAPEX.bin new file mode 100644 index 00000000..90e50348 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPAPEX.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPBACKSLASH.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPBACKSLASH.bin new file mode 100644 index 00000000..be3e89ac Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPBACKSLASH.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPCC.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPCC.bin new file mode 100644 index 00000000..767385a3 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPCC.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTAPEX.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTAPEX.bin new file mode 100644 index 00000000..822cb5e8 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTAPEX.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTBACKSLASH.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTBACKSLASH.bin new file mode 100644 index 00000000..2af7e390 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTBACKSLASH.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTHAT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTHAT.bin new file mode 100644 index 00000000..72d6e23d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTHAT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSLASH.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSLASH.bin new file mode 100644 index 00000000..f060e87e Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSLASH.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSTAR.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSTAR.bin new file mode 100644 index 00000000..6be9a457 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPDOTSTAR.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPHAT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPHAT.bin new file mode 100644 index 00000000..feb8122d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPHAT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGAND.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGAND.bin new file mode 100644 index 00000000..e4419128 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGAND.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGEQ.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGEQ.bin new file mode 100644 index 00000000..afe431b3 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGEQ.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGE.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGE.bin new file mode 100644 index 00000000..87d2d5bf Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGE.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGT.bin new file mode 100644 index 00000000..c3a1d88c Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLE.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLE.bin new file mode 100644 index 00000000..80216050 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLE.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLT.bin new file mode 100644 index 00000000..417fe265 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGLT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNE.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNE.bin new file mode 100644 index 00000000..6c9f9bf0 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNE.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNOT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNOT.bin new file mode 100644 index 00000000..417a9195 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGNOT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGOR.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGOR.bin new file mode 100644 index 00000000..af6c2a8e Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGOR.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPMINUS.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPMINUS.bin new file mode 100644 index 00000000..deac97df Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPMINUS.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUS.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUS.bin new file mode 100644 index 00000000..da84349d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUS.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUSA.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUSA.bin new file mode 100644 index 00000000..b45ac592 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPPLUSA.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPRC.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPRC.bin new file mode 100644 index 00000000..6d55e274 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPRC.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPSLASH.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPSLASH.bin new file mode 100644 index 00000000..14bb17f9 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPSLASH.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_OPSTAR.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPSTAR.bin new file mode 100644 index 00000000..2f28cb62 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_OPSTAR.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_PRIMES.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_PRIMES.bin new file mode 100644 index 00000000..353edab7 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_PRIMES.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_COLUMN_CAT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_COLUMN_CAT.bin new file mode 100644 index 00000000..6be9a050 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_COLUMN_CAT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG.bin new file mode 100644 index 00000000..f5f1a236 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG_INS_EXT.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG_INS_EXT.bin new file mode 100644 index 00000000..e5d8e650 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_ROW_DIAG_INS_EXT.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_SEL1.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_SEL1.bin new file mode 100644 index 00000000..1d68a2e6 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_SEL1.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_SEL2.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_SEL2.bin new file mode 100644 index 00000000..d3897f7d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_SEL2.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_U_SVA.bin b/2.3-1/macros/FunctionAnnotation/FA_SZ_U_SVA.bin new file mode 100644 index 00000000..728fa188 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_SZ_U_SVA.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_ASCII.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_ASCII.bin new file mode 100644 index 00000000..92998284 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_ASCII.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_C.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_C.bin new file mode 100644 index 00000000..d13d92ca Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_C.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_COMPLEX.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_COMPLEX.bin new file mode 100644 index 00000000..3400b2af Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_COMPLEX.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_CVIMAGE.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_CVIMAGE.bin new file mode 100644 index 00000000..a7327099 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_CVIMAGE.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_D.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_D.bin new file mode 100644 index 00000000..12293dab Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_D.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_I.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_I.bin new file mode 100644 index 00000000..503be40b Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_I.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_INT16.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_INT16.bin new file mode 100644 index 00000000..fba4305a Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_INT16.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_INT8.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_INT8.bin new file mode 100644 index 00000000..f67d7485 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_INT8.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_MAX.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_MAX.bin new file mode 100644 index 00000000..099ea1ba Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_MAX.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_MIN_REAL.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_MIN_REAL.bin new file mode 100644 index 00000000..60293a1d Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_MIN_REAL.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_MODSN.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_MODSN.bin new file mode 100644 index 00000000..cf2e326a Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_MODSN.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_REAL.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_REAL.bin new file mode 100644 index 00000000..7e54122a Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_REAL.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_S.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_S.bin new file mode 100644 index 00000000..1419e461 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_S.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_UINT16.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_UINT16.bin new file mode 100644 index 00000000..dc455ca6 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_UINT16.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_UINT8.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_UINT8.bin new file mode 100644 index 00000000..508db417 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_UINT8.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_USER.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_USER.bin new file mode 100644 index 00000000..87e18d54 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_USER.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/FA_TP_Z.bin b/2.3-1/macros/FunctionAnnotation/FA_TP_Z.bin new file mode 100644 index 00000000..6c371723 Binary files /dev/null and b/2.3-1/macros/FunctionAnnotation/FA_TP_Z.bin differ diff --git a/2.3-1/macros/FunctionAnnotation/lib b/2.3-1/macros/FunctionAnnotation/lib index de2834db..5eb9bc2f 100644 Binary files a/2.3-1/macros/FunctionAnnotation/lib and b/2.3-1/macros/FunctionAnnotation/lib differ diff --git a/2.3-1/macros/FunctionList/FL_ExistCFunction.bin b/2.3-1/macros/FunctionList/FL_ExistCFunction.bin new file mode 100644 index 00000000..1c85aa21 Binary files /dev/null and b/2.3-1/macros/FunctionList/FL_ExistCFunction.bin differ diff --git a/2.3-1/macros/FunctionList/FL_ExtractFuncList.bin b/2.3-1/macros/FunctionList/FL_ExtractFuncList.bin new file mode 100644 index 00000000..ec74708d Binary files /dev/null and b/2.3-1/macros/FunctionList/FL_ExtractFuncList.bin differ diff --git a/2.3-1/macros/FunctionList/FL_GetFunctionClass.bin b/2.3-1/macros/FunctionList/FL_GetFunctionClass.bin new file mode 100644 index 00000000..faa210e6 Binary files /dev/null and b/2.3-1/macros/FunctionList/FL_GetFunctionClass.bin differ diff --git a/2.3-1/macros/FunctionList/FL_InOutArgs2CFunNames.bin b/2.3-1/macros/FunctionList/FL_InOutArgs2CFunNames.bin new file mode 100644 index 00000000..09d5eb5e Binary files /dev/null and b/2.3-1/macros/FunctionList/FL_InOutArgs2CFunNames.bin differ diff --git a/2.3-1/macros/FunctionList/FL_UpdateConverted.bin b/2.3-1/macros/FunctionList/FL_UpdateConverted.bin new file mode 100644 index 00000000..73f2cf02 Binary files /dev/null and b/2.3-1/macros/FunctionList/FL_UpdateConverted.bin differ diff --git a/2.3-1/macros/FunctionList/FL_UpdateToBeConv.bin b/2.3-1/macros/FunctionList/FL_UpdateToBeConv.bin new file mode 100644 index 00000000..44b5803f Binary files /dev/null and b/2.3-1/macros/FunctionList/FL_UpdateToBeConv.bin differ diff --git a/2.3-1/macros/FunctionList/lib b/2.3-1/macros/FunctionList/lib index 1f0f29a3..e101853b 100644 Binary files a/2.3-1/macros/FunctionList/lib and b/2.3-1/macros/FunctionList/lib differ diff --git a/2.3-1/macros/GeneralFunctions/Array2String.bin b/2.3-1/macros/GeneralFunctions/Array2String.bin new file mode 100644 index 00000000..c40274de Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/Array2String.bin differ diff --git a/2.3-1/macros/GeneralFunctions/ConvertPathMat2C.bin b/2.3-1/macros/GeneralFunctions/ConvertPathMat2C.bin new file mode 100644 index 00000000..7dd14227 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/ConvertPathMat2C.bin differ diff --git a/2.3-1/macros/GeneralFunctions/File2StringArray.bin b/2.3-1/macros/GeneralFunctions/File2StringArray.bin new file mode 100644 index 00000000..1b050f4e Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/File2StringArray.bin differ diff --git a/2.3-1/macros/GeneralFunctions/FunName2SciFileName.bin b/2.3-1/macros/GeneralFunctions/FunName2SciFileName.bin new file mode 100644 index 00000000..c3cb5387 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/FunName2SciFileName.bin differ diff --git a/2.3-1/macros/GeneralFunctions/IsNanSize.bin b/2.3-1/macros/GeneralFunctions/IsNanSize.bin new file mode 100644 index 00000000..71735125 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/IsNanSize.bin differ diff --git a/2.3-1/macros/GeneralFunctions/KeyStr2FileStrPos.bin b/2.3-1/macros/GeneralFunctions/KeyStr2FileStrPos.bin new file mode 100644 index 00000000..5c6cfaff Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/KeyStr2FileStrPos.bin differ diff --git a/2.3-1/macros/GeneralFunctions/PrintStepInfo.bin b/2.3-1/macros/GeneralFunctions/PrintStepInfo.bin new file mode 100644 index 00000000..98208f8f Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/PrintStepInfo.bin differ diff --git a/2.3-1/macros/GeneralFunctions/PrintStringInfo.bin b/2.3-1/macros/GeneralFunctions/PrintStringInfo.bin new file mode 100644 index 00000000..c936b207 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/PrintStringInfo.bin differ diff --git a/2.3-1/macros/GeneralFunctions/ReadStringCard.bin b/2.3-1/macros/GeneralFunctions/ReadStringCard.bin new file mode 100644 index 00000000..f9b28283 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/ReadStringCard.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2CCreateDir.bin b/2.3-1/macros/GeneralFunctions/SCI2CCreateDir.bin new file mode 100644 index 00000000..007b6fb8 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2CCreateDir.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2CFindFile.bin b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.bin new file mode 100644 index 00000000..d11fa2f5 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2CFindFile.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2CNInArgCheck.bin b/2.3-1/macros/GeneralFunctions/SCI2CNInArgCheck.bin new file mode 100644 index 00000000..8d96b6e9 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2CNInArgCheck.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2COpenFileRead.bin b/2.3-1/macros/GeneralFunctions/SCI2COpenFileRead.bin new file mode 100644 index 00000000..f3f6a5e3 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2COpenFileRead.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2COpenFileWrite.bin b/2.3-1/macros/GeneralFunctions/SCI2COpenFileWrite.bin new file mode 100644 index 00000000..0287b3aa Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2COpenFileWrite.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2CTemplate.bin b/2.3-1/macros/GeneralFunctions/SCI2CTemplate.bin new file mode 100644 index 00000000..c485b457 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2CTemplate.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Ccopyfile.bin b/2.3-1/macros/GeneralFunctions/SCI2Ccopyfile.bin new file mode 100644 index 00000000..e6d0a866 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Ccopyfile.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Cfileexist.bin b/2.3-1/macros/GeneralFunctions/SCI2Cfileexist.bin new file mode 100644 index 00000000..524c8c42 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Cfileexist.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Cflipud.bin b/2.3-1/macros/GeneralFunctions/SCI2Cflipud.bin new file mode 100644 index 00000000..baf71bb9 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Cflipud.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Cmdelete.bin b/2.3-1/macros/GeneralFunctions/SCI2Cmdelete.bin new file mode 100644 index 00000000..67694b7f Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Cmdelete.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Cresize.bin b/2.3-1/macros/GeneralFunctions/SCI2Cresize.bin new file mode 100644 index 00000000..a909d306 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Cresize.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Cstring.bin b/2.3-1/macros/GeneralFunctions/SCI2Cstring.bin new file mode 100644 index 00000000..887482bb Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Cstring.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Cstrncmp.bin b/2.3-1/macros/GeneralFunctions/SCI2Cstrncmp.bin new file mode 100644 index 00000000..78ce9a1a Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Cstrncmp.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SCI2Cstrncmps1size.bin b/2.3-1/macros/GeneralFunctions/SCI2Cstrncmps1size.bin new file mode 100644 index 00000000..e9a45d96 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SCI2Cstrncmps1size.bin differ diff --git a/2.3-1/macros/GeneralFunctions/SizeInByte.bin b/2.3-1/macros/GeneralFunctions/SizeInByte.bin new file mode 100644 index 00000000..04c7a752 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/SizeInByte.bin differ diff --git a/2.3-1/macros/GeneralFunctions/dispina.bin b/2.3-1/macros/GeneralFunctions/dispina.bin new file mode 100644 index 00000000..25d03faf Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/dispina.bin differ diff --git a/2.3-1/macros/GeneralFunctions/filenamefprintf.bin b/2.3-1/macros/GeneralFunctions/filenamefprintf.bin new file mode 100644 index 00000000..864a494d Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/filenamefprintf.bin differ diff --git a/2.3-1/macros/GeneralFunctions/float.bin b/2.3-1/macros/GeneralFunctions/float.bin new file mode 100644 index 00000000..fd0c449e Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/float.bin differ diff --git a/2.3-1/macros/GeneralFunctions/lib b/2.3-1/macros/GeneralFunctions/lib index 9f498b21..846ca1b2 100644 Binary files a/2.3-1/macros/GeneralFunctions/lib and b/2.3-1/macros/GeneralFunctions/lib differ diff --git a/2.3-1/macros/GeneralFunctions/squeezestrings.bin b/2.3-1/macros/GeneralFunctions/squeezestrings.bin new file mode 100644 index 00000000..11b97ec9 Binary files /dev/null and b/2.3-1/macros/GeneralFunctions/squeezestrings.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRADCSetup.bin b/2.3-1/macros/Hardware/AVR/AVRADCSetup.bin new file mode 100644 index 00000000..f96961fe Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRADCSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin new file mode 100644 index 00000000..d5dca2e1 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin new file mode 100644 index 00000000..1d5ec685 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin new file mode 100644 index 00000000..4f29e0da Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin new file mode 100644 index 00000000..c50ba7d3 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin b/2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin new file mode 100644 index 00000000..f1407ce2 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin b/2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin new file mode 100644 index 00000000..28fa30d4 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin b/2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin new file mode 100644 index 00000000..8bcb5c75 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin b/2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin new file mode 100644 index 00000000..42d5db33 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin b/2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin new file mode 100644 index 00000000..ca3a5647 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin b/2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin new file mode 100644 index 00000000..d1737772 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin b/2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin new file mode 100644 index 00000000..cb277e31 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRReadADC.bin b/2.3-1/macros/Hardware/AVR/AVRReadADC.bin new file mode 100644 index 00000000..edf0fe4a Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRReadADC.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRSleep.bin b/2.3-1/macros/Hardware/AVR/AVRSleep.bin new file mode 100644 index 00000000..4527512c Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRSleep.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin b/2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin new file mode 100644 index 00000000..f4578791 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin b/2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin new file mode 100644 index 00000000..ee69405b Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin b/2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin new file mode 100644 index 00000000..1ac41486 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin b/2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin new file mode 100644 index 00000000..c6af2789 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin differ diff --git a/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin b/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin new file mode 100644 index 00000000..48ab5cd8 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin differ diff --git a/2.3-1/macros/Hardware/AVR/GetPeripheral.bin b/2.3-1/macros/Hardware/AVR/GetPeripheral.bin new file mode 100644 index 00000000..b496bbb0 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/GetPeripheral.bin differ diff --git a/2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin b/2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin new file mode 100644 index 00000000..c49f4e04 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin differ diff --git a/2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin b/2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin new file mode 100644 index 00000000..e2382308 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin differ diff --git a/2.3-1/macros/Hardware/AVR/lib b/2.3-1/macros/Hardware/AVR/lib index f1c7384d..53e56599 100644 Binary files a/2.3-1/macros/Hardware/AVR/lib and b/2.3-1/macros/Hardware/AVR/lib differ diff --git a/2.3-1/macros/Hardware/RasberryPi/GetRPISupportFunctions.bin b/2.3-1/macros/Hardware/RasberryPi/GetRPISupportFunctions.bin new file mode 100644 index 00000000..a70999c0 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/GetRPISupportFunctions.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/IsRPISupportFunction.bin b/2.3-1/macros/Hardware/RasberryPi/IsRPISupportFunction.bin new file mode 100644 index 00000000..11533d3e Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/IsRPISupportFunction.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_DelayMicro.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_DelayMicro.bin new file mode 100644 index 00000000..a4d32cb6 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_DelayMicro.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_DelayMilli.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_DelayMilli.bin new file mode 100644 index 00000000..b6eeb30b Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_DelayMilli.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalIn.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalIn.bin new file mode 100644 index 00000000..f4c16f39 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalIn.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalOut.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalOut.bin new file mode 100644 index 00000000..b7ad06e5 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalOut.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalSetup.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalSetup.bin new file mode 100644 index 00000000..1ac5b582 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_DigitalSetup.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_GetMicros.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_GetMicros.bin new file mode 100644 index 00000000..3e6c08fa Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_GetMicros.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_GetMillis.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_GetMillis.bin new file mode 100644 index 00000000..b9143650 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_GetMillis.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetClock.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetClock.bin new file mode 100644 index 00000000..1efe0803 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetClock.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetMode.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetMode.bin new file mode 100644 index 00000000..075d6e60 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetMode.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetRange.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetRange.bin new file mode 100644 index 00000000..8ded2709 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMSetRange.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMWrite.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMWrite.bin new file mode 100644 index 00000000..9957f3a4 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_HardPWMWrite.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_PinISR.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_PinISR.bin new file mode 100644 index 00000000..ddeff684 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_PinISR.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_SerialClose.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialClose.bin new file mode 100644 index 00000000..dce972dc Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialClose.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_SerialFlush.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialFlush.bin new file mode 100644 index 00000000..2a3704d0 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialFlush.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_SerialGetChar.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialGetChar.bin new file mode 100644 index 00000000..928f28a3 Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialGetChar.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendChar.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendChar.bin new file mode 100644 index 00000000..7614ebcb Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendChar.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendData.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendData.bin new file mode 100644 index 00000000..a3524a6c Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSendData.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSetup.bin b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSetup.bin new file mode 100644 index 00000000..0128c27b Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/RPI_SerialSetup.bin differ diff --git a/2.3-1/macros/Hardware/RasberryPi/lib b/2.3-1/macros/Hardware/RasberryPi/lib index cf045366..dc759fe8 100644 Binary files a/2.3-1/macros/Hardware/RasberryPi/lib and b/2.3-1/macros/Hardware/RasberryPi/lib differ diff --git a/2.3-1/macros/Hardware/RasberryPi/u16RPISerialDataAvail.bin b/2.3-1/macros/Hardware/RasberryPi/u16RPISerialDataAvail.bin new file mode 100644 index 00000000..3789bd6c Binary files /dev/null and b/2.3-1/macros/Hardware/RasberryPi/u16RPISerialDataAvail.bin differ diff --git a/2.3-1/macros/ImageProcessing/core/CV_CreateImage.bin b/2.3-1/macros/ImageProcessing/core/CV_CreateImage.bin new file mode 100644 index 00000000..ef6b4fc6 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/core/CV_CreateImage.bin differ diff --git a/2.3-1/macros/ImageProcessing/core/CV_GetImgSize.bin b/2.3-1/macros/ImageProcessing/core/CV_GetImgSize.bin new file mode 100644 index 00000000..10f6a0ef Binary files /dev/null and b/2.3-1/macros/ImageProcessing/core/CV_GetImgSize.bin differ diff --git a/2.3-1/macros/ImageProcessing/core/lib b/2.3-1/macros/ImageProcessing/core/lib index ab907622..7f003c8e 100644 Binary files a/2.3-1/macros/ImageProcessing/core/lib and b/2.3-1/macros/ImageProcessing/core/lib differ diff --git a/2.3-1/macros/ImageProcessing/highgui/CV_LoadImage.bin b/2.3-1/macros/ImageProcessing/highgui/CV_LoadImage.bin new file mode 100644 index 00000000..783e5b40 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/highgui/CV_LoadImage.bin differ diff --git a/2.3-1/macros/ImageProcessing/highgui/CV_SaveImage.bin b/2.3-1/macros/ImageProcessing/highgui/CV_SaveImage.bin new file mode 100644 index 00000000..59d4695a Binary files /dev/null and b/2.3-1/macros/ImageProcessing/highgui/CV_SaveImage.bin differ diff --git a/2.3-1/macros/ImageProcessing/highgui/CV_ShowImage.bin b/2.3-1/macros/ImageProcessing/highgui/CV_ShowImage.bin new file mode 100644 index 00000000..f67912c4 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/highgui/CV_ShowImage.bin differ diff --git a/2.3-1/macros/ImageProcessing/highgui/CV_WaitKey.bin b/2.3-1/macros/ImageProcessing/highgui/CV_WaitKey.bin new file mode 100644 index 00000000..5e279db2 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/highgui/CV_WaitKey.bin differ diff --git a/2.3-1/macros/ImageProcessing/highgui/lib b/2.3-1/macros/ImageProcessing/highgui/lib index e9714ae0..787c25fa 100644 Binary files a/2.3-1/macros/ImageProcessing/highgui/lib and b/2.3-1/macros/ImageProcessing/highgui/lib differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_AdaptiveThreshold.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_AdaptiveThreshold.bin new file mode 100644 index 00000000..975be1d2 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_AdaptiveThreshold.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_Blur.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_Blur.bin new file mode 100644 index 00000000..57026380 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_Blur.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_Canny.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_Canny.bin new file mode 100644 index 00000000..8f443ad8 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_Canny.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_CornerHarris.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_CornerHarris.bin new file mode 100644 index 00000000..120a11e5 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_CornerHarris.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_CvtColor.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_CvtColor.bin new file mode 100644 index 00000000..847dd33a Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_CvtColor.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_Dilate.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_Dilate.bin new file mode 100644 index 00000000..8cb0f66a Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_Dilate.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_DistanceTransform.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_DistanceTransform.bin new file mode 100644 index 00000000..3b34f26c Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_DistanceTransform.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_Erode.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_Erode.bin new file mode 100644 index 00000000..9feeccb2 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_Erode.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_GaussianBlur.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_GaussianBlur.bin new file mode 100644 index 00000000..e05072a2 Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_GaussianBlur.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_MedianBlur.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_MedianBlur.bin new file mode 100644 index 00000000..512b7ffe Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_MedianBlur.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/CV_Threshold.bin b/2.3-1/macros/ImageProcessing/imgproc/CV_Threshold.bin new file mode 100644 index 00000000..74e154eb Binary files /dev/null and b/2.3-1/macros/ImageProcessing/imgproc/CV_Threshold.bin differ diff --git a/2.3-1/macros/ImageProcessing/imgproc/lib b/2.3-1/macros/ImageProcessing/imgproc/lib index 3c25bd7b..93c83909 100644 Binary files a/2.3-1/macros/ImageProcessing/imgproc/lib and b/2.3-1/macros/ImageProcessing/imgproc/lib differ diff --git a/2.3-1/macros/Scilab-Arduino/GenerateSetupFunction.bin b/2.3-1/macros/Scilab-Arduino/GenerateSetupFunction.bin new file mode 100644 index 00000000..0051630c Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/GenerateSetupFunction.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/GetArduinoFunctions.bin b/2.3-1/macros/Scilab-Arduino/GetArduinoFunctions.bin new file mode 100644 index 00000000..32141247 Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/GetArduinoFunctions.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/GetArduinoSetupFunctions.bin b/2.3-1/macros/Scilab-Arduino/GetArduinoSetupFunctions.bin new file mode 100644 index 00000000..ce3965e7 Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/GetArduinoSetupFunctions.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/InsertSetupInList.bin b/2.3-1/macros/Scilab-Arduino/InsertSetupInList.bin new file mode 100644 index 00000000..29e37315 Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/InsertSetupInList.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/IsArduinoFunction.bin b/2.3-1/macros/Scilab-Arduino/IsArduinoFunction.bin new file mode 100644 index 00000000..5dbfacad Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/IsArduinoFunction.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/IsArduinoSetupFunction.bin b/2.3-1/macros/Scilab-Arduino/IsArduinoSetupFunction.bin new file mode 100644 index 00000000..209b3f9c Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/IsArduinoSetupFunction.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/cmd_i2c_dev.bin b/2.3-1/macros/Scilab-Arduino/cmd_i2c_dev.bin new file mode 100644 index 00000000..bf573cc4 Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/cmd_i2c_dev.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/cmd_i2c_read.bin b/2.3-1/macros/Scilab-Arduino/cmd_i2c_read.bin new file mode 100644 index 00000000..64f1502f Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/cmd_i2c_read.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/cmd_i2c_read_register.bin b/2.3-1/macros/Scilab-Arduino/cmd_i2c_read_register.bin new file mode 100644 index 00000000..d4558051 Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/cmd_i2c_read_register.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/cmd_i2c_write.bin b/2.3-1/macros/Scilab-Arduino/cmd_i2c_write.bin new file mode 100644 index 00000000..28f8d7e1 Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/cmd_i2c_write.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/cmd_i2c_write_register.bin b/2.3-1/macros/Scilab-Arduino/cmd_i2c_write_register.bin new file mode 100644 index 00000000..115f7e57 Binary files /dev/null and b/2.3-1/macros/Scilab-Arduino/cmd_i2c_write_register.bin differ diff --git a/2.3-1/macros/Scilab-Arduino/lib b/2.3-1/macros/Scilab-Arduino/lib index 7cae55d2..5b7beab0 100644 Binary files a/2.3-1/macros/Scilab-Arduino/lib and b/2.3-1/macros/Scilab-Arduino/lib differ diff --git a/2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin b/2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin new file mode 100644 index 00000000..a1d49004 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_AnalyzeScope.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_Del.bin b/2.3-1/macros/SymbolTable/ST_Del.bin new file mode 100644 index 00000000..c26e2e58 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_Del.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_FindPos.bin b/2.3-1/macros/SymbolTable/ST_FindPos.bin new file mode 100644 index 00000000..c7003f30 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_FindPos.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_Get.bin b/2.3-1/macros/SymbolTable/ST_Get.bin new file mode 100644 index 00000000..512e72b7 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_Get.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin b/2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin new file mode 100644 index 00000000..97512b3a Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_GetInArgInfo.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_GetSymbolInfo.bin b/2.3-1/macros/SymbolTable/ST_GetSymbolInfo.bin new file mode 100644 index 00000000..b8a7cf74 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_GetSymbolInfo.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_InsForCntVars.bin b/2.3-1/macros/SymbolTable/ST_InsForCntVars.bin new file mode 100644 index 00000000..12882fc7 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_InsForCntVars.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_InsOutArg.bin b/2.3-1/macros/SymbolTable/ST_InsOutArg.bin new file mode 100644 index 00000000..7571456a Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_InsOutArg.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_InsOutArg_Dup.bin b/2.3-1/macros/SymbolTable/ST_InsOutArg_Dup.bin new file mode 100644 index 00000000..4c4da4db Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_InsOutArg_Dup.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_Load.bin b/2.3-1/macros/SymbolTable/ST_Load.bin new file mode 100644 index 00000000..f158c2b6 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_Load.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_MatchSymbol.bin b/2.3-1/macros/SymbolTable/ST_MatchSymbol.bin new file mode 100644 index 00000000..278560d0 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_MatchSymbol.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_Save.bin b/2.3-1/macros/SymbolTable/ST_Save.bin new file mode 100644 index 00000000..4aa50a20 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_Save.bin differ diff --git a/2.3-1/macros/SymbolTable/ST_Set.bin b/2.3-1/macros/SymbolTable/ST_Set.bin new file mode 100644 index 00000000..cbd26274 Binary files /dev/null and b/2.3-1/macros/SymbolTable/ST_Set.bin differ diff --git a/2.3-1/macros/SymbolTable/lib b/2.3-1/macros/SymbolTable/lib index 4d1b4bbc..c42cf1a5 100644 Binary files a/2.3-1/macros/SymbolTable/lib and b/2.3-1/macros/SymbolTable/lib differ diff --git a/2.3-1/macros/ToolInitialization/INIT_CreateDirs.bin b/2.3-1/macros/ToolInitialization/INIT_CreateDirs.bin new file mode 100644 index 00000000..16ebab82 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_CreateDirs.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.bin b/2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.bin new file mode 100644 index 00000000..50db7925 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci b/2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci index 325f4d5b..b53aa136 100644 --- a/2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci +++ b/2.3-1/macros/ToolInitialization/INIT_FillSCI2LibCDirs.sci @@ -919,6 +919,36 @@ PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'file', INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); +// ------------------- +// --- Class Isrow. --- +// ------------------- +ClassName = 'Isrow'; + +// --- Class Annotation. --- +PrintStringInfo(' Adding Class: '+ClassName+'.',GeneralReport,'file','y'); +ClassFileName = fullfile(SCI2CLibCAnnClsDir,ClassName+ExtensionCAnnCls); +PrintStringInfo('NIN= 1',ClassFileName,'file','y'); +PrintStringInfo('NOUT= 1 ',ClassFileName,'file','y'); +//Was FA_TP_USER +//Cause some trouble if user specify some precision and if input(and also output) is complex. +PrintStringInfo('OUT(1).TP= ''d''',ClassFileName,'file','y'); +PrintStringInfo('OUT(1).SZ(1)= ''1''',ClassFileName,'file','y'); +PrintStringInfo('OUT(1).SZ(2)= ''1''',ClassFileName,'file','y'); +//---Function list class. ---- +ClassFileName = fullfile(SCI2CLibCFLClsDir,ClassName+ExtensionCFuncListCls); +PrintStringInfo('d0'+ArgSeparator+'d0',ClassFileName,'file','y'); +PrintStringInfo('d2'+ArgSeparator+'d0',ClassFileName,'file','y'); +PrintStringInfo('s2'+ArgSeparator+'d0',ClassFileName,'file','y'); +PrintStringInfo('s0'+ArgSeparator+'d0',ClassFileName,'file','y'); +PrintStringInfo('g2'+ArgSeparator+'d0',ClassFileName,'file','y'); +PrintStringInfo('g0'+ArgSeparator+'d0',ClassFileName,'file','y'); + +// --- Annotation Function And Function List Function. --- +FunctionName = 'isrow'; +PrintStringInfo(' Adding Function: '+FunctionName+'.',GeneralReport,'file','y'); +INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCAnnFunDir,ClassName,GeneralReport,ExtensionCAnnFun); +INIT_GenAnnFLFunctions(FunctionName,SCI2CLibCFLFunDir,ClassName,GeneralReport,ExtensionCFuncListFun); + // ------------------- // --- Class Isreal. --- // ------------------- diff --git a/2.3-1/macros/ToolInitialization/INIT_GenAnnFLFunctions.bin b/2.3-1/macros/ToolInitialization/INIT_GenAnnFLFunctions.bin new file mode 100644 index 00000000..f7d2aa59 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_GenAnnFLFunctions.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_GenFileInfo.bin b/2.3-1/macros/ToolInitialization/INIT_GenFileInfo.bin new file mode 100644 index 00000000..a8d47222 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_GenFileInfo.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_GenLibraries.bin b/2.3-1/macros/ToolInitialization/INIT_GenLibraries.bin new file mode 100644 index 00000000..bc3bc873 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_GenLibraries.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_GenSharedInfo.bin b/2.3-1/macros/ToolInitialization/INIT_GenSharedInfo.bin new file mode 100644 index 00000000..bc33a74e Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_GenSharedInfo.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_LoadLibraries.bin b/2.3-1/macros/ToolInitialization/INIT_LoadLibraries.bin new file mode 100644 index 00000000..c85aac6e Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_LoadLibraries.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_RemoveDirs.bin b/2.3-1/macros/ToolInitialization/INIT_RemoveDirs.bin new file mode 100644 index 00000000..c1ee9ec0 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_RemoveDirs.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_SCI2C.bin b/2.3-1/macros/ToolInitialization/INIT_SCI2C.bin new file mode 100644 index 00000000..3361a016 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_SCI2C.bin differ diff --git a/2.3-1/macros/ToolInitialization/INIT_SharedInfoEqual.bin b/2.3-1/macros/ToolInitialization/INIT_SharedInfoEqual.bin new file mode 100644 index 00000000..31238a31 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/INIT_SharedInfoEqual.bin differ diff --git a/2.3-1/macros/ToolInitialization/ManageNextConversion.bin b/2.3-1/macros/ToolInitialization/ManageNextConversion.bin new file mode 100644 index 00000000..0d2db5fa Binary files /dev/null and b/2.3-1/macros/ToolInitialization/ManageNextConversion.bin differ diff --git a/2.3-1/macros/ToolInitialization/UpdateSCI2CInfo.bin b/2.3-1/macros/ToolInitialization/UpdateSCI2CInfo.bin new file mode 100644 index 00000000..c13904d2 Binary files /dev/null and b/2.3-1/macros/ToolInitialization/UpdateSCI2CInfo.bin differ diff --git a/2.3-1/macros/ToolInitialization/doublecomplex.bin b/2.3-1/macros/ToolInitialization/doublecomplex.bin new file mode 100644 index 00000000..5e616f7c Binary files /dev/null and b/2.3-1/macros/ToolInitialization/doublecomplex.bin differ diff --git a/2.3-1/macros/ToolInitialization/floatcomplex.bin b/2.3-1/macros/ToolInitialization/floatcomplex.bin new file mode 100644 index 00000000..bd77a45f Binary files /dev/null and b/2.3-1/macros/ToolInitialization/floatcomplex.bin differ diff --git a/2.3-1/macros/ToolInitialization/lib b/2.3-1/macros/ToolInitialization/lib index dbcbfcc3..267c9c9f 100644 Binary files a/2.3-1/macros/ToolInitialization/lib and b/2.3-1/macros/ToolInitialization/lib differ diff --git a/2.3-1/macros/cb_sci2c_gui.bin b/2.3-1/macros/cb_sci2c_gui.bin new file mode 100644 index 00000000..acc1495e Binary files /dev/null and b/2.3-1/macros/cb_sci2c_gui.bin differ diff --git a/2.3-1/macros/findDeps/Scilab2CDeps.bin b/2.3-1/macros/findDeps/Scilab2CDeps.bin new file mode 100644 index 00000000..ae162ecb Binary files /dev/null and b/2.3-1/macros/findDeps/Scilab2CDeps.bin differ diff --git a/2.3-1/macros/findDeps/findDeps.bin b/2.3-1/macros/findDeps/findDeps.bin new file mode 100644 index 00000000..fb11e006 Binary files /dev/null and b/2.3-1/macros/findDeps/findDeps.bin differ diff --git a/2.3-1/macros/findDeps/getAllHeaders.bin b/2.3-1/macros/findDeps/getAllHeaders.bin new file mode 100644 index 00000000..cb5af09f Binary files /dev/null and b/2.3-1/macros/findDeps/getAllHeaders.bin differ diff --git a/2.3-1/macros/findDeps/getAllHeaders.sci b/2.3-1/macros/findDeps/getAllHeaders.sci index 04359769..bb7aeb22 100644 --- a/2.3-1/macros/findDeps/getAllHeaders.sci +++ b/2.3-1/macros/findDeps/getAllHeaders.sci @@ -127,6 +127,7 @@ function allHeaders = getAllHeaders(SharedInfo) "src/c/elementaryFunctions/includes/asec.h" "src/c/elementaryFunctions/includes/asecd.h" "src/c/elementaryFunctions/includes/asech.h" + "src/c/elementaryFunctions/includes/isrow.h" "src/c/elementaryFunctions/includes/asind.h" "src/c/elementaryFunctions/includes/atand.h" "src/c/statisticsFunctions/includes/variance.h" diff --git a/2.3-1/macros/findDeps/getAllInterfaces.bin b/2.3-1/macros/findDeps/getAllInterfaces.bin new file mode 100644 index 00000000..b71ab2e4 Binary files /dev/null and b/2.3-1/macros/findDeps/getAllInterfaces.bin differ diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci index e6297792..44ebc8f6 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -98,6 +98,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/elementaryFunctions/interfaces/int_bitset.h" "src/c/elementaryFunctions/interfaces/int_bitget.h" "src/c/elementaryFunctions/interfaces/int_linspace.h" + "src/c/elementaryFunctions/interfaces/int_isrow.h" "src/c/elementaryFunctions/interfaces/int_logspace.h" "src/c/elementaryFunctions/interfaces/int_cosh.h" "src/c/elementaryFunctions/interfaces/int_uint8.h" diff --git a/2.3-1/macros/findDeps/getAllLibraries.bin b/2.3-1/macros/findDeps/getAllLibraries.bin new file mode 100644 index 00000000..af34f0bd Binary files /dev/null and b/2.3-1/macros/findDeps/getAllLibraries.bin differ diff --git a/2.3-1/macros/findDeps/getAllSources.bin b/2.3-1/macros/findDeps/getAllSources.bin new file mode 100644 index 00000000..a371e469 Binary files /dev/null and b/2.3-1/macros/findDeps/getAllSources.bin differ diff --git a/2.3-1/macros/findDeps/getAllSources.sci b/2.3-1/macros/findDeps/getAllSources.sci index 0891aef9..b6c979b3 100644 --- a/2.3-1/macros/findDeps/getAllSources.sci +++ b/2.3-1/macros/findDeps/getAllSources.sci @@ -764,6 +764,8 @@ function allSources = getAllSources(SharedInfo) "src/c/elementaryFunctions/acsc/cacsca.c" "src/c/elementaryFunctions/acsc/zacscs.c" "src/c/elementaryFunctions/acsc/zacsca.c" + "src/c/elementaryFunctions/isrow/disrowa.c" + "src/c/elementaryFunctions/isrow/disrows.c" "src/c/elementaryFunctions/acscd/dacscda.c" "src/c/elementaryFunctions/acscd/dacscds.c" "src/c/elementaryFunctions/acscd/sacscda.c" diff --git a/2.3-1/macros/findDeps/getArduinoFiles.bin b/2.3-1/macros/findDeps/getArduinoFiles.bin new file mode 100644 index 00000000..26fdb2e8 Binary files /dev/null and b/2.3-1/macros/findDeps/getArduinoFiles.bin differ diff --git a/2.3-1/macros/findDeps/lib b/2.3-1/macros/findDeps/lib index f3b117de..4cca2de5 100644 Binary files a/2.3-1/macros/findDeps/lib and b/2.3-1/macros/findDeps/lib differ diff --git a/2.3-1/macros/getScilab2cVersion.bin b/2.3-1/macros/getScilab2cVersion.bin new file mode 100644 index 00000000..9620859e Binary files /dev/null and b/2.3-1/macros/getScilab2cVersion.bin differ diff --git a/2.3-1/macros/lib b/2.3-1/macros/lib index 8bbdc40c..f759663f 100644 Binary files a/2.3-1/macros/lib and b/2.3-1/macros/lib differ diff --git a/2.3-1/macros/runsci2c.bin b/2.3-1/macros/runsci2c.bin new file mode 100644 index 00000000..eb708539 Binary files /dev/null and b/2.3-1/macros/runsci2c.bin differ diff --git a/2.3-1/macros/runscicode.bin b/2.3-1/macros/runscicode.bin new file mode 100644 index 00000000..46bda7cc Binary files /dev/null and b/2.3-1/macros/runscicode.bin differ diff --git a/2.3-1/macros/sci2c_gui.bin b/2.3-1/macros/sci2c_gui.bin new file mode 100644 index 00000000..27a688c6 Binary files /dev/null and b/2.3-1/macros/sci2c_gui.bin differ diff --git a/2.3-1/macros/scilab2c.bin b/2.3-1/macros/scilab2c.bin new file mode 100644 index 00000000..97fe5bd5 Binary files /dev/null and b/2.3-1/macros/scilab2c.bin differ diff --git a/2.3-1/src/c/elementaryFunctions/includes/isrow.h b/2.3-1/src/c/elementaryFunctions/includes/isrow.h new file mode 100644 index 00000000..0b867b03 --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/includes/isrow.h @@ -0,0 +1,33 @@ +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + +#ifndef __ISROW_H__ +#define __ISROW_H__ + + +#include "types.h" + +#ifdef __cplusplus +extern "C" { +#endif + +double disrowa(double* , int); +double disrows(double); +double sisrowa( float* , int); +double sisrows( float); +double gisrowa(char* , int); + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif diff --git a/2.3-1/src/c/elementaryFunctions/interfaces/int_isrow.h b/2.3-1/src/c/elementaryFunctions/interfaces/int_isrow.h new file mode 100644 index 00000000..22cd89af --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/interfaces/int_isrow.h @@ -0,0 +1,23 @@ + /*This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + + + +#ifndef __INT_ISROW_H__ +#define __INT_ISROW_H__ + +#define d2isrowd0(in, size ) disrowa(in, size[0]) +#define d0isrowd0(in) disrows(in) +#define s2isrowd0(in , size) siswora(in, size[0]) +#define s0isrowd0(in) sisrows(in) +#define g2isrowd0(in, size) gisrowa(in, size[0]) + + +#endif diff --git a/2.3-1/src/c/elementaryFunctions/isrow/disrowa.c b/2.3-1/src/c/elementaryFunctions/isrow/disrowa.c new file mode 100644 index 00000000..8bb7e5ff --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/isrow/disrowa.c @@ -0,0 +1,26 @@ +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + +#include +#include +#include +#include "isrow.h" +#include "types.h" +double disrowa(double* inp, int size1) +{ + double out=0; + if(size1==1) + { + out = 1; + } + return out; +} diff --git a/2.3-1/src/c/elementaryFunctions/isrow/disrows.c b/2.3-1/src/c/elementaryFunctions/isrow/disrows.c new file mode 100644 index 00000000..35756c19 --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/isrow/disrows.c @@ -0,0 +1,24 @@ +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + +#include +#include +#include +#include "isrow.h" +#include "types.h" + +double disrows(double inp) +{ + double out=1; + + return out; +} diff --git a/2.3-1/src/c/elementaryFunctions/isrow/gisrowa.c b/2.3-1/src/c/elementaryFunctions/isrow/gisrowa.c new file mode 100644 index 00000000..dd16a9f9 --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/isrow/gisrowa.c @@ -0,0 +1,27 @@ +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + +#include +#include +#include +#include "isrow.h" +#include "types.h" +#include "string.h" +double gisrowa(char *inp, int size1) +{ + double out=0; + if(size1==1) + { + out = 1; + } + return out; +} diff --git a/2.3-1/src/c/elementaryFunctions/isrow/sisrowa.c b/2.3-1/src/c/elementaryFunctions/isrow/sisrowa.c new file mode 100644 index 00000000..cfbc218c --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/isrow/sisrowa.c @@ -0,0 +1,26 @@ +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + +#include +#include +#include +#include "isrow.h" +#include "types.h" +double sisrowa(float* inp, int size1) +{ + double out=0; + if(size1==1) + { + out = 1; + } + return out; +} diff --git a/2.3-1/src/c/elementaryFunctions/isrow/sisrows.c b/2.3-1/src/c/elementaryFunctions/isrow/sisrows.c new file mode 100644 index 00000000..34694c9b --- /dev/null +++ b/2.3-1/src/c/elementaryFunctions/isrow/sisrows.c @@ -0,0 +1,24 @@ +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + +#include +#include +#include +#include "isrow.h" +#include "types.h" + +double disrows(float inp) +{ + double out=1; + + return out; +} -- cgit