From aef4e8398f2b1848b0e4cdd9580dbbe93e4006f9 Mon Sep 17 00:00:00 2001 From: Jorawar Singh Date: Fri, 30 Jun 2017 11:28:58 +0530 Subject: Help files, modified Raspberry Pi code conversion --- help/en_US/scilab_en_US_help/jhelpmap.jhm | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/jhelpmap.jhm (limited to 'help/en_US/scilab_en_US_help/jhelpmap.jhm') diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm new file mode 100644 index 00000000..aebfeb07 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE map PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN" "http://java.sun.com/products/javahelp/map_1_0.dtd"> +<map version="1.0"> +<mapID target="index" url="index.html"/> +<mapID target="section_473a2b9e79723ff76a7f243f85d2b6b8" url="section_473a2b9e79723ff76a7f243f85d2b6b8.html"/> +<mapID target="AVRADCSetup" url="AVRADCSetup.html"/> +<mapID target="AVRDigitalIn" url="AVRDigitalIn.html"/> +<mapID target="AVRDigitalOut" url="AVRDigitalOut.html"/> +<mapID target="AVRDigitalPortSetup" url="AVRDigitalPortSetup.html"/> +<mapID target="AVRDigitalSetup" url="AVRDigitalSetup.html"/> +<mapID target="AVRGetTimerValue" url="AVRGetTimerValue.html"/> +<mapID target="AVRPWM0SetDuty" url="AVRPWM0SetDuty.html"/> +<mapID target="AVRPWM0Setup" url="AVRPWM0Setup.html"/> +<mapID target="AVRPWM1SetDuty" url="AVRPWM1SetDuty.html"/> +<mapID target="AVRPWM1Setup" url="AVRPWM1Setup.html"/> +<mapID target="AVRPWM2SetDuty" url="AVRPWM2SetDuty.html"/> +<mapID target="AVRPWM2Setup" url="AVRPWM2Setup.html"/> +<mapID target="AVRReadADC" url="AVRReadADC.html"/> +<mapID target="AVRSleep" url="AVRSleep.html"/> +<mapID target="AVRTimerSetup" url="AVRTimerSetup.html"/> +<mapID target="AVRUARTReceive" url="AVRUARTReceive.html"/> +<mapID target="AVRUARTSetup" url="AVRUARTSetup.html"/> +<mapID target="AVRUARTTransmit" url="AVRUARTTransmit.html"/> +<mapID target="CV_AdaptiveThreshold" url="CV_AdaptiveThreshold.html"/> +<mapID target="CV_Blur" url="CV_Blur.html"/> +<mapID target="CV_Canny" url="CV_Canny.html"/> +<mapID target="CV_CornerHarris" url="CV_CornerHarris.html"/> +<mapID target="CV_CreateImage" url="CV_CreateImage.html"/> +<mapID target="CV_CvtColor" url="CV_CvtColor.html"/> +<mapID target="CV_Dilate" url="CV_Dilate.html"/> +<mapID target="CV_DistanceTransform" url="CV_DistanceTransform.html"/> +<mapID target="CV_Erode" url="CV_Erode.html"/> +<mapID target="CV_GaussianBlur" url="CV_GaussianBlur.html"/> +<mapID target="CV_GetImgSize" url="CV_GetImgSize.html"/> +<mapID target="CV_LoadImage" url="CV_LoadImage.html"/> +<mapID target="CV_MedianBlur" url="CV_MedianBlur.html"/> +<mapID target="CV_SaveImage" url="CV_SaveImage.html"/> +<mapID target="CV_ShowImage" url="CV_ShowImage.html"/> +<mapID target="CV_Threshold" url="CV_Threshold.html"/> +<mapID target="CV_WaitKey" url="CV_WaitKey.html"/> +</map> \ No newline at end of file -- cgit From a3dfa2a4069740517ca6e83f99dd4e0dbb71c377 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Sat, 1 Jul 2017 06:52:51 +0530 Subject: Merged Jorawer's work, Help files, RPi-scilab2c --- help/en_US/scilab_en_US_help/jhelpmap.jhm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/en_US/scilab_en_US_help/jhelpmap.jhm') diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm index aebfeb07..d0422399 100644 --- a/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -2,7 +2,7 @@ <!DOCTYPE map PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN" "http://java.sun.com/products/javahelp/map_1_0.dtd"> <map version="1.0"> <mapID target="index" url="index.html"/> -<mapID target="section_473a2b9e79723ff76a7f243f85d2b6b8" url="section_473a2b9e79723ff76a7f243f85d2b6b8.html"/> +<mapID target="section_0da8c7f3adca54f0475553087384b7a7" url="section_0da8c7f3adca54f0475553087384b7a7.html"/> <mapID target="AVRADCSetup" url="AVRADCSetup.html"/> <mapID target="AVRDigitalIn" url="AVRDigitalIn.html"/> <mapID target="AVRDigitalOut" url="AVRDigitalOut.html"/> -- cgit