diff options
author | Jorawar Singh | 2017-06-30 11:28:58 +0530 |
---|---|---|
committer | Jorawar Singh | 2017-06-30 11:28:58 +0530 |
commit | 815306982a4ea8eaaa2106fadcd1472aa2a9dcd5 (patch) | |
tree | b97eb757e402adccd495560e15275b8130238094 /2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml | |
parent | 02a004ea1500c403ac1a18a52aaf79aaeb7280ed (diff) | |
download | Scilab2C-815306982a4ea8eaaa2106fadcd1472aa2a9dcd5.tar.gz Scilab2C-815306982a4ea8eaaa2106fadcd1472aa2a9dcd5.tar.bz2 Scilab2C-815306982a4ea8eaaa2106fadcd1472aa2a9dcd5.zip |
Help files, modified Raspberry Pi code conversion
Diffstat (limited to '2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml')
-rw-r--r-- | 2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml | 43 |
1 files changed, 43 insertions, 0 deletions
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 new file mode 100644 index 00000000..176ca2a8 --- /dev/null +++ b/2.3-1/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN" "http://java.sun.com/products/javahelp/toc_1_0.dtd"> +<toc version="1.0"> +<tocitem target="index" text="Scilab 2 C Converter"> +<tocitem target="section_473a2b9e79723ff76a7f243f85d2b6b8" text="Scilab 2 C Converter"> +<tocitem target="AVRADCSetup" text="AVRADCSetup"/> +<tocitem target="AVRDigitalIn" text="AVRDigitalIn"/> +<tocitem target="AVRDigitalOut" text="AVRDigitalOut"/> +<tocitem target="AVRDigitalPortSetup" text="AVRDigitalPortSetup"/> +<tocitem target="AVRDigitalSetup" text="AVRDigitalSetup"/> +<tocitem target="AVRGetTimerValue" text="AVRGetTimerValue"/> +<tocitem target="AVRPWM0SetDuty" text="AVRPWM0SetDuty"/> +<tocitem target="AVRPWM0Setup" text="AVRPWM0Setup"/> +<tocitem target="AVRPWM1SetDuty" text="AVRPWM1SetDuty"/> +<tocitem target="AVRPWM1Setup" text="AVRPWM1Setup"/> +<tocitem target="AVRPWM2SetDuty" text="AVRPWM2SetDuty"/> +<tocitem target="AVRPWM2Setup" text="AVRPWM2Setup"/> +<tocitem target="AVRReadADC" text="AVRReadADC"/> +<tocitem target="AVRSleep" text="AVRSleep"/> +<tocitem target="AVRTimerSetup" text="AVRTimerSetup"/> +<tocitem target="AVRUARTReceive" text="AVRUARTReceive"/> +<tocitem target="AVRUARTSetup" text="AVRUARTSetup"/> +<tocitem target="AVRUARTTransmit" text="AVRUARTTransmit"/> +<tocitem target="CV_AdaptiveThreshold" text="CV_AdaptiveThreshold"/> +<tocitem target="CV_Blur" text="CV_Blur"/> +<tocitem target="CV_Canny" text="CV_Canny"/> +<tocitem target="CV_CornerHarris" text="CV_CornerHarris"/> +<tocitem target="CV_CreateImage" text="CV_CreateImage"/> +<tocitem target="CV_CvtColor" text="CV_CvtColor"/> +<tocitem target="CV_Dilate" text="CV_Dilate"/> +<tocitem target="CV_DistanceTransform" text="CV_DistanceTransform"/> +<tocitem target="CV_Erode" text="CV_Erode"/> +<tocitem target="CV_GaussianBlur" text="CV_GaussianBlur"/> +<tocitem target="CV_GetImgSize" text="CV_GetImgSize"/> +<tocitem target="CV_LoadImage" text="CV_LoadImage"/> +<tocitem target="CV_MedianBlur" text="CV_MedianBlur"/> +<tocitem target="CV_SaveImage" text="CV_SaveImage"/> +<tocitem target="CV_ShowImage" text="CV_ShowImage"/> +<tocitem target="CV_Threshold" text="CV_Threshold"/> +<tocitem target="CV_WaitKey" text="CV_WaitKey"/> +</tocitem> +</tocitem> +</toc>
\ No newline at end of file |