Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <Serializer.h>
Inheritance diagram for Serializer:
Definition at line 5 of file Serializer.h.
Static Protected Member Functions | |
template<class T> void | encode (char **dst, T value) |
writes value to dst and advances dst | |
void | hostToNetwork (char *dst, char *src, int length) |
converts to network byte order (big endian - aibo is little endian) | |
void | encode (char **dst, char *src, int length) |
writes length bytes from src to dst | |
void | encodeDoublesAsFloats (char **dst, double *src, int length) |
a simple form of compression - calls encode(dst,float(src[i])) for i=0..length |
|
writes length bytes from src to dst
Definition at line 26 of file Serializer.h. |
|
writes value to dst and advances dst
Definition at line 11 of file Serializer.h. |
|
a simple form of compression - calls encode(dst,float(src[i])) for i=0..length
Definition at line 32 of file Serializer.h. References encode(). |
|
converts to network byte order (big endian - aibo is little endian)
Definition at line 20 of file Serializer.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:09 2003 by Doxygen 1.3.2 |