In my view, here's what an encoder implementation should do: * maintain counts internally as a 64-bit value * calculate position and velocity based on the 64-bit counts * truncate the 64-bit value to 32 bits for the s32 counts output in the normal way
Of our encoder implementations, it looks like only software and pluto do this! The rest maintain counts in a 32-bit type as far as I can tell. Jeff ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
