]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: documentation modifications
authorprascle <prascle>
Fri, 2 Jun 2006 12:42:47 +0000 (12:42 +0000)
committerprascle <prascle>
Fri, 2 Jun 2006 12:42:47 +0000 (12:42 +0000)
doc/INSTALL.txt
doc/KERNEL_Services.txt
doc/SALOME_Application.txt
doc/UnitTests.txt
doc/index.txt
doc/kernel_resources.txt
doc/userguide.txt

index b0b54cac50e98ef405bd29a920cdb817ade0f550..f7cc1d863fea7539c435112e516db84df5d76b51 100644 (file)
@@ -7,6 +7,7 @@ Installation instructions, up to date for 3.0 version
   rst2html < doc.txt > doc.html
 
 *This document corresponds to SALOME2 3.1.0*
+*NOT UP TO DATE with 3.2.0*
 
 .. contents::
 .. sectnum::
index 2db19fcab42b479f41792cc81aef784106436da8..3de55d8d903e9fcdb807d85aa8d20503803ba577 100644 (file)
@@ -6,7 +6,7 @@ KERNEL Services for end user (Python interface)
 
   rst2html < doc.txt > doc.html
 
-This document corresponds to SALOME2 3.2.0 (beta version)
+This document corresponds to SALOME2 3.2.0
 
 .. contents::
 .. sectnum::
@@ -160,13 +160,30 @@ SWIG is very similar).
 
 .. _FileTransferCORBA: ./tui/KERNEL/classSALOME__FileTransferCORBA.html
 
+The following example shows how to tranfer a file from a remote host to the
+client computer. Remote hostname is 'cli76cc', we would like to copy
+'tkcvs_8_0_3.tar.gz' from remote to local computer. A full pathname is
+required. A container is created on remote computer if it does not exist,
+to handle the file transfer::
+
+   import salome
+   salome.salome_init()
+
+   import LifeCycleCORBA
+   remotefile="/home/prascle/tkcvs_8_0_3.tar.gz"
+   aFileTransfer=LifeCycleCORBA.SALOME_FileTransferCORBA('cli76cc',remotefile)
+   localFile=aFileTransfer.getLocalFile()
+
+
 CORBA Naming service access
 ---------------------------
 
-See SALOME_NamingService_ for the C++ interface (Python interface obtained with
-SWIG is very similar).
+See SALOME_NamingService_ for the C++ interface. The Python interface
+SALOME_NamingServicePy_ is not yet derived from the C++ interface and offers
+only the most useful functions.
 
 .. _SALOME_NamingService: ./tui/KERNEL/classSALOME__NamingService.html
+.. _SALOME_NamingServicePy: ./tui/KERNEL/classSALOME__NamingServicePy_1_1SALOME__NamingServicePy__i.html
 
 Batch services
 --------------
index de7fbbaf34163a60274cde36ca7868a37a152eee..736f50add05d8408df233e8af5ef077c9be6846e 100644 (file)
@@ -6,7 +6,7 @@ SALOME Application Concept. Configuration for one or more computers
 
   rst2html doc.txt > doc.html
 
-This document corresponds to SALOME2 3.2. (alpha version)
+This document corresponds to SALOME2 3.2.0
 
 .. contents::
 .. sectnum::
index 166ee04a4da629ac9b164c96a1a4b1927d25de07..987db0ec17d394b100124069f3a35049277685e9 100644 (file)
@@ -6,7 +6,7 @@ Source code structuration and Unit Tests
 
   rst2html < doc.txt > doc.html
 
-*This document corresponds to SALOME2 3.2.0 (beta version)*
+*This document corresponds to SALOME2 3.2.0*
 
 .. contents::
 .. sectnum::
index 51331cb63fcfdd290a81fea6264047e1fc1da432..0120b1d9cda059e209a0f9ed5b3855df544dcdb6 100644 (file)
@@ -6,7 +6,7 @@ KERNEL common Services
 
   rst2html < doc.txt > doc.html
 
-*This document corresponds to SALOME2 3.2.0 (beta version)*
+*This document corresponds to SALOME2 3.2.0*
 
 .. contents::
 .. sectnum::
index 24a24a172df34547484d5ece76e5066d981f3194..0bc9700da70a7b33b6e335ecca835d7b0b2f7711 100644 (file)
@@ -6,7 +6,7 @@ SALOME Kernel resources for developer
 
   rst2html doc.txt > doc.html
 
-*This document corresponds to SALOME2 3.2.0 (beta version)*
+*This document corresponds to SALOME2 3.2.0*
 
 :Authors:
    Antoine Yessayan,
index f3006c5fb854916ff91d600fe1e0db6e2662f892..b7134e840b6e908a8fe5a606e14b5ae8c2fd3de9 100644 (file)
@@ -6,7 +6,8 @@ User's guide, for developpers and users
 
   rst2html < doc.txt > doc.html
 
-*This document corresponds to SALOME2 3.2.0 (beta version)*
+*This document corresponds to SALOME2 3.1.0*
+*NOT UP TO DATE with 3.2.0*
 
 .. contents::
 .. sectnum::