BRL-CAD
|
Network to Host Signed Short. More...
Functions | |
size_t | bu_cv_ntohss (signed short *in, size_t count, void *out, size_t size) |
size_t | bu_cv_ntohus (unsigned short *, size_t, void *, size_t) |
size_t | bu_cv_ntohsl (signed long int *, size_t, void *, size_t) |
size_t | bu_cv_ntohul (unsigned long int *, size_t, void *, size_t) |
size_t | bu_cv_htonss (void *, size_t, signed short *, size_t) |
size_t | bu_cv_htonus (void *, size_t, unsigned short *, size_t) |
size_t | bu_cv_htonsl (void *, size_t, long *, size_t) |
size_t | bu_cv_htonul (void *, size_t, unsigned long *, size_t) |
Network to Host Signed Short.
in | generic pointer for input. |
count | number of shorts to be generated. |
out | short pointer for output |
size | number of bytes of space reserved for out. |
Referenced by Deserializer::read_int32().
Referenced by Serializer::write_int32().