certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] applications/PyHLA/doc PyHLA.tex


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/doc PyHLA.tex
Date: Mon, 13 Oct 2008 17:50:19 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Petr Gotthard <gotthardp>       08/10/13 17:50:19

Modified files:
        PyHLA/doc      : PyHLA.tex 

Log message:
        More text for the Introduction.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/doc/PyHLA.tex?cvsroot=certi&r1=1.5&r2=1.6

Patches:
Index: PyHLA.tex
===================================================================
RCS file: /sources/certi/applications/PyHLA/doc/PyHLA.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- PyHLA.tex   9 Oct 2008 16:50:58 -0000       1.5
+++ PyHLA.tex   13 Oct 2008 17:50:19 -0000      1.6
@@ -54,12 +54,25 @@
 
 \section{Introduction}
 
-The \module{PyHLA} module provides Python wrapper for the C++ HLA API, and
-\method{pack}/\method{unpack} methods for IEEE 1516.2 data types.
-
+The \module{PyHLA} module provides Python language bindings for the
+Modeling\&Simulation High Level Architecture (M\&S HLA).
 The M\&S HLA is a general purpose architecture for distributed computer
 simulation systems. It's defined in [HLA1.3] and [IEEE 1516.1].
 
+The \module{PyHLA} module provides
+\begin{itemize}
+\item Python language HLA API, that is compliant with the HLA 1.3 standard
+(implemented as a Python wrapper for the C++ HLA API),
+\item \method{pack}/\method{unpack} methods providing IEEE 1516.2 encoding,
+\item \function{HLAuse} function that is able to directly import OMT DIF
+datatypes (the XML format described in IEEE 1516.2)
+\end{itemize}
+
+The \module{PyHLA} module can be build on a variety of platform/compiler
+combinations, including Windows, Linux and Sun Solaris.
+The module relies on the Classic Python interpreter (version 2.4 or higher)
+and requires a HLA 1.3 compliant RTI with C++ DLC API.
+
 \subsection{Motivation}
 
 The \module{PyHLA} module aims to enable rapid development of HLA federates,
@@ -194,4 +207,4 @@
 \input{PyHLA.ind}
 \end{document}
 
-% $Id: PyHLA.tex,v 1.5 2008/10/09 16:50:58 gotthardp Exp $
+% $Id: PyHLA.tex,v 1.6 2008/10/13 17:50:19 gotthardp Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]