ossp-pkg/xds/docs/libxds.tex 1.16 -> 1.17
--- libxds.tex 2001/08/13 15:20:44 1.16
+++ libxds.tex 2001/08/30 11:29:39 1.17
@@ -1,6 +1,6 @@
% -*- mode: LaTeX; fill-column: 75; -*-
%
-% $Id: libxds.tex,v 1.16 2001/08/13 15:20:44 simons Exp $
+% $Id: libxds.tex,v 1.17 2001/08/30 11:29:39 simons Exp $
%
\documentclass[a4paper,10pt,pointlessnumbers,bibtotoc]{scrartcl}
\usepackage[dvips,xdvi]{graphicx}
@@ -953,8 +953,10 @@
xdr\_decode\_uint64() & xds\_uint64\_t* & 4 bytes & 4 bytes \\[1ex]
xdr\_encode\_int64() & xds\_int64\_t & 4 bytes & 4 bytes \\
xdr\_decode\_int64() & xds\_int64\_t* & 4 bytes & 4 bytes \\[1ex]
-xdr\_encode\_double() & xds\_double\_t & ?? bytes & ?? bytes \\
-xdr\_decode\_double() & xds\_double\_t* & ?? bytes & ?? bytes \\[1ex]
+xdr\_encode\_float() & xds\_float\_t & 4 bytes & 4 bytes \\
+xdr\_decode\_float() & xds\_float\_t* & 4 bytes & 4 bytes \\[1ex]
+xdr\_encode\_double() & xds\_double\_t & 8 bytes & 8 bytes \\
+xdr\_decode\_double() & xds\_double\_t* & 8 bytes & 8 bytes \\[1ex]
xdr\_encode\_octetstream() & void*, size\_t & variable & variable \\
xdr\_decode\_octetstream() & void**, size\_t* & variable & variable \\[1ex]
xdr\_encode\_string() & char* & variable & variable \\
@@ -984,8 +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\_double() & xds\_double\_t & ?? bytes & ?? bytes \\
-xml\_decode\_double() & xds\_double\_t* & ?? bytes & ?? 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\_octetstream() & void*, size\_t & variable & variable \\
xml\_decode\_octetstream() & void**, size\_t* & variable & variable \\[1ex]
xml\_encode\_string() & char* & variable & variable \\
|
|