certi-cvs
[Top][All Lists]
Advanced

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

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


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/doc/omt module.tex
Date: Thu, 06 Nov 2008 08:51:41 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Petr Gotthard <gotthardp>       08/11/06 08:51:41

Modified files:
        PyHLA/doc/omt  : module.tex 

Log message:
        Added HLAoctet and HLAASCIIstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/doc/omt/module.tex?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: module.tex
===================================================================
RCS file: /sources/certi/applications/PyHLA/doc/omt/module.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- module.tex  13 Oct 2008 17:15:35 -0000      1.3
+++ module.tex  6 Nov 2008 08:51:41 -0000       1.4
@@ -38,6 +38,7 @@
 
 The \module{hla.omt} module defines the following basic types.
 \begin{tableiii}{l|l|l}{constant}{type name}{bytes}{endian}
+\lineiii{HLAoctet}{1}{}
 \lineiii{HLAinteger16BE}{2}{Big}
 \lineiii{HLAinteger32BE}{4}{Big}
 \lineiii{HLAinteger64BE}{8}{Big}
@@ -141,6 +142,11 @@
 <arrayData name="newType"
     encoding="HLAvariableArray" dataType="HLAinteger16BE" 
cardinality="Dynamic"/>
 \end{verbatim}
+
+The \module{hla.omt} module defines the following variable arrays.
+\begin{tableii}{l|l}{constant}{type name}{element type}
+\lineii{HLAASCIIstring}{HLAoctet}
+\end{tableii}
 \end{classdesc}
 
 \begin{classdesc}{HLAfixedRecord}{name, [(fieldName, fieldType)]}
@@ -188,4 +194,4 @@
 \end{verbatim}
 \end{classdesc}
 
-% $Id: module.tex,v 1.3 2008/10/13 17:15:35 gotthardp Exp $
+% $Id: module.tex,v 1.4 2008/11/06 08:51:41 gotthardp Exp $




reply via email to

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