OSSP CVS Repository

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

Check-in Number: 801
Date: 2001-Aug-30 13:29:38 (local)
2001-Aug-30 11:29:38 (UTC)
User:simons
Branch:
Comment: Updated the documentation to include the xdr_*_float() routines and to include the sizes for both native and encoded float and double values.
Tickets:
Inspections:
Files:
ossp-pkg/xds/xds.pod      1.10 -> 1.11     8 inserted, 4 deleted

ossp-pkg/xds/xds.pod 1.10 -> 1.11

--- xds.pod      2001/08/13 18:31:53     1.10
+++ xds.pod      2001/08/30 11:29:38     1.11
@@ -343,8 +343,10 @@
   xdr_decode_uint64()        xds_uint64_t*     4 bytes    4 bytes
   xdr_encode_int64()         xds_int64_t       4 bytes    4 bytes
   xdr_decode_int64()         xds_int64_t*      4 bytes    4 bytes
-  xdr_encode_double()        xds_double_t      ? bytes    ? bytes
-  xdr_decode_double()        xds_double_t*     ? bytes    ? bytes
+  xdr_encode_float()         xds_float_t       4 bytes    4 bytes
+  xdr_decode_float()         xds_float_t*      4 bytes    4 bytes
+  xdr_encode_double()        xds_double_t      8 bytes    8 bytes
+  xdr_decode_double()        xds_double_t*     8 bytes    8 bytes
   xdr_encode_octetstream()   void*, size_t     variable   variable
   xdr_decode_octetstream()   void**, size_t*   variable   variable
   xdr_encode_string()        char*             variable   variable
@@ -371,8 +373,10 @@
   xml_decode_uint64()        xds_uint64_t*     18-37 bytes   8 bytes
   xml_encode_int64()         xds_int64_t       8 bytes       16-36 bytes
   xml_decode_int64()         xds_int64_t*      16-36 bytes   8 bytes
-  xml_encode_double()        xds_double_t      ? bytes       ? bytes
-  xml_decode_double()        xds_double_t*     ? bytes       ? bytes
+  xml_encode_float()         xds_float_t       4 bytes       ? bytes
+  xml_decode_float()         xds_float_t*      ? bytes       4 bytes
+  xml_encode_double()        xds_double_t      8 bytes       ? bytes
+  xml_decode_double()        xds_double_t*     ? bytes       8 bytes
   xml_encode_octetstream()   void*, size_t     variable      variable
   xml_decode_octetstream()   void**, size_t*   variable      variable
   xml_encode_string()        char*             variable      variable

CVSTrac 2.0.1