OSSP CVS Repository

ossp - Check-in [4313]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4313
Date: 2001-Aug-30 17:02:53 (local)
2001-Aug-30 15:02:53 (UTC)
User:simons
Branch:
Comment: Completed the documentation of (xml|xdr)_(en|de)code_(float|double)().
Tickets:
Inspections:
Files:
ossp-pkg/xds/docs/libxds.tex      1.17 -> 1.18     5 inserted, 5 deleted

ossp-pkg/xds/docs/libxds.tex 1.17 -> 1.18

--- libxds.tex   2001/08/30 11:29:39     1.17
+++ libxds.tex   2001/08/30 15:02:53     1.18
@@ -1,6 +1,6 @@
 % -*- mode: LaTeX; fill-column: 75; -*-
 %
-% $Id: libxds.tex,v 1.17 2001/08/30 11:29:39 simons Exp $
+% $Id: libxds.tex,v 1.18 2001/08/30 15:02:53 simons Exp $
 %
 \documentclass[a4paper,10pt,pointlessnumbers,bibtotoc]{scrartcl}
 \usepackage[dvips,xdvi]{graphicx}
@@ -986,10 +986,10 @@
 xml\_decode\_uint64()      & xds\_uint64\_t*  & 18--37 bytes & 8 bytes      \\[1ex]
 xml\_encode\_int64()       & xds\_int64\_t    & 8 bytes      & 16--36 bytes \\
 xml\_decode\_int64()       & xds\_int64\_t*   & 16--36 bytes & 8 bytes      \\[1ex]
-xml\_encode\_float()       & xds\_float\_t    & 4 bytes      & ?? bytes     \\
-xml\_decode\_float()       & xds\_float\_t*   & ?? bytes     & 4 bytes      \\[1ex]
-xml\_encode\_double()      & xds\_double\_t   & 8 bytes      & ?? bytes     \\
-xml\_decode\_double()      & xds\_double\_t*  & ?? bytes     & 8 bytes      \\[1ex]
+xml\_encode\_float()       & xds\_float\_t    & 4 bytes      & variable     \\
+xml\_decode\_float()       & xds\_float\_t*   & variable     & 4 bytes      \\[1ex]
+xml\_encode\_double()      & xds\_double\_t   & 8 bytes      & variable     \\
+xml\_decode\_double()      & xds\_double\_t*  & variable     & 8 bytes      \\[1ex]
 xml\_encode\_octetstream() & void*, size\_t   & variable     & variable     \\
 xml\_decode\_octetstream() & void**, size\_t* & variable     & variable     \\[1ex]
 xml\_encode\_string()      & char*            & variable     & variable     \\

CVSTrac 2.0.1