[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/doc certi_install.cnf.in introduction.dox...
From: |
CERTI CVS commits |
Subject: |
[certi-cvs] certi/doc certi_install.cnf.in introduction.dox... |
Date: |
Wed, 14 Sep 2011 13:30:18 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 11/09/14 13:30:18
Modified files:
doc : certi_install.cnf.in introduction.dox
install.dox execute.dox build.dox
Log message:
Small documentation update.
At least add the CERTI_FED_PATH doc
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/doc/certi_install.cnf.in?cvsroot=certi&r1=3.7&r2=3.8
http://cvs.savannah.gnu.org/viewcvs/certi/doc/introduction.dox?cvsroot=certi&r1=3.1&r2=3.2
http://cvs.savannah.gnu.org/viewcvs/certi/doc/install.dox?cvsroot=certi&r1=3.1&r2=3.2
http://cvs.savannah.gnu.org/viewcvs/certi/doc/execute.dox?cvsroot=certi&r1=3.5&r2=3.6
http://cvs.savannah.gnu.org/viewcvs/certi/doc/build.dox?cvsroot=certi&r1=3.4&r2=3.5
Patches:
Index: certi_install.cnf.in
===================================================================
RCS file: /sources/certi/certi/doc/certi_install.cnf.in,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -b -r3.7 -r3.8
--- certi_install.cnf.in 10 Dec 2010 11:43:32 -0000 3.7
+++ certi_install.cnf.in 14 Sep 2011 13:30:17 -0000 3.8
@@ -440,6 +440,7 @@
"${CMAKE_SOURCE_DIR}/doc/install.dox" \
"${CMAKE_SOURCE_DIR}/doc/execute.dox" \
"${CMAKE_SOURCE_DIR}/RTIG/main.cc" \
+ "${CMAKE_SOURCE_DIR}/RTIG/Federation.cc" \
"${CMAKE_SOURCE_DIR}/RTIA/main.cc" \
"${CMAKE_SOURCE_DIR}/libCERTI/SocketHTTPProxy.cc"
Index: introduction.dox
===================================================================
RCS file: /sources/certi/certi/doc/introduction.dox,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -b -r3.1 -r3.2
--- introduction.dox 19 Oct 2008 21:44:25 -0000 3.1
+++ introduction.dox 14 Sep 2011 13:30:18 -0000 3.2
@@ -3,8 +3,12 @@
*
* \addindex Introduction
* CERTI is an Open Source HLA compliant
- * <a href="http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)">
- * RunTime Infrastructure (RTI)</a>.
+ * <a
href="http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)">
RunTime Infrastructure (RTI)</a>,
+ * which aims at being a multi-standard, multi-language RTI including:
+ * - DoD HLA 1.3 (a.k.a. RTI-NGv6): C++, Java, Python, Fortran90, Matlab
+ * - IEEE1516-2000 (a.k.a. HLA 1516): C++
+ * - IEEE1516-2010 (a.k.a. HLA Evolved): work-in-progress
+ *
* You'll find hereafter the documentation for building and installing CERTI.
* CERTI is primarily developed and maintained by the Toulouse research center
of ONERA [http://www.onera.fr], the French Aerospace Labs.
* The primary goal of CERTI is to be used in research activities but CERTI
has a growing
@@ -17,7 +21,6 @@
* <a href="http://lists.nongnu.org/mailman/listinfo/certi-devel">
* http://lists.nongnu.org/mailman/listinfo/certi-devel </a>
* for discussion regarding CERTI usage.
- *
*/
-// $Id: introduction.dox,v 3.1 2008/10/19 21:44:25 gotthardp Exp $
+// $Id: introduction.dox,v 3.2 2011/09/14 13:30:18 erk Exp $
Index: install.dox
===================================================================
RCS file: /sources/certi/certi/doc/install.dox,v
retrieving revision 3.1
retrieving revision 3.2
diff -u -b -r3.1 -r3.2
--- install.dox 19 Oct 2008 21:44:24 -0000 3.1
+++ install.dox 14 Sep 2011 13:30:18 -0000 3.2
@@ -3,7 +3,7 @@
*
* \addindex installation
*
- * CERTI comes as a set of libraries and binaries executables, which may
+ * CERTI comes as a set of libraries and binary executables, which may
* be used to build an HLA compliant simulation.
*
* \section certi_install Install the CERTI software
@@ -40,4 +40,4 @@
*
*/
-// $Id: install.dox,v 3.1 2008/10/19 21:44:24 gotthardp Exp $
+// $Id: install.dox,v 3.2 2011/09/14 13:30:18 erk Exp $
Index: execute.dox
===================================================================
RCS file: /sources/certi/certi/doc/execute.dox,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -b -r3.5 -r3.6
--- execute.dox 20 May 2009 08:17:15 -0000 3.5
+++ execute.dox 14 Sep 2011 13:30:18 -0000 3.6
@@ -38,7 +38,8 @@
* \subsection certi_user_env CERTI environment variables
*
* CERTI uses a set of environment variables which may influence its
- * execution behavior.
+ * execution behavior. Those variables may be set on federate execution
location
+ * or on RTIG (a.k.a. The CERTI CRC) location.
* <center>
* <TABLE>
* <tr>
@@ -51,6 +52,12 @@
* (see \ref certi_executable_RTIG).</td>
* </tr>
* <tr>
+ * <td>CERTI_FOM_PATH</td> <td>RTIG</td><td>the CERTI Federation Object Model
search path. The variable may contain a ":" separated list of paths.
+ * This is used by the RTIG in order
+ * to look for FOM files
+ * (see \ref certi_executable_RTIG).</td>
+ * </tr>
+ * <tr>
* <td>CERTI_HOST</td> <td>RTIA</td><td>machine on which RTIG is running.
* As soon as it starts the RTIA will try
to connect
* to the RTIG running on CERTI_HOST
@@ -96,4 +103,4 @@
* \image latex "billiard.png" "Billard consoleshot" width=12cm
*/
-// $Id: execute.dox,v 3.5 2009/05/20 08:17:15 gotthardp Exp $
+// $Id: execute.dox,v 3.6 2011/09/14 13:30:18 erk Exp $
Index: build.dox
===================================================================
RCS file: /sources/certi/certi/doc/build.dox,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -b -r3.4 -r3.5
--- build.dox 9 Jan 2011 18:30:45 -0000 3.4
+++ build.dox 14 Sep 2011 13:30:18 -0000 3.5
@@ -48,6 +48,7 @@
* - http://gnuwin32.sourceforge.net/packages/flex.htm
* - http://gnuwin32.sourceforge.net/packages/bison.htm
* - http://gnuwin32.sourceforge.net/packages/m4.htm
+ * <br><em> Beware: you need to put m4 in the PATH such that bison may
call it without trouble</em>
* - RedHat/Fedora/CentOS Linux
\verbatim
yum install flex bison
@@ -183,4 +184,4 @@
*
*/
-// $Id: build.dox,v 3.4 2011/01/09 18:30:45 erk Exp $
+// $Id: build.dox,v 3.5 2011/09/14 13:30:18 erk Exp $
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi/doc certi_install.cnf.in introduction.dox...,
CERTI CVS commits <=