#include <simgear/misc/stdint.hxx>
Go to the source code of this file.
◆ SWAP32
Value:sgIsLittleEndian() ? sg_bswap_32(arg) : arg
Definition at line 25 of file tiny_xdr.hxx.
◆ SWAP64
Value:sgIsLittleEndian() ? sg_bswap_64(arg) : arg
Definition at line 26 of file tiny_xdr.hxx.
◆ XDR_BYTES_PER_UNIT
#define XDR_BYTES_PER_UNIT 4 |
◆ xdr_data2_t
◆ xdr_data_t
◆ XDR_decode_double()
◆ XDR_decode_float()
float XDR_decode_float |
( |
const xdr_data_t & | f_Val | ) |
|
◆ XDR_decode_int16()
int16_t XDR_decode_int16 |
( |
const xdr_data_t & | n_Val | ) |
|
◆ XDR_decode_int32()
int32_t XDR_decode_int32 |
( |
const xdr_data_t & | n_Val | ) |
|
◆ XDR_decode_int64()
◆ XDR_decode_int8()
int8_t XDR_decode_int8 |
( |
const xdr_data_t & | n_Val | ) |
|
◆ XDR_decode_shortints32()
void XDR_decode_shortints32 |
( |
const xdr_data_t & | n_Val, |
|
|
int & | v1, |
|
|
int & | v2 ) |
◆ XDR_decode_uint16()
uint16_t XDR_decode_uint16 |
( |
const xdr_data_t & | n_Val | ) |
|
◆ XDR_decode_uint32()
uint32_t XDR_decode_uint32 |
( |
const xdr_data_t & | n_Val | ) |
|
◆ XDR_decode_uint64()
uint64_t XDR_decode_uint64 |
( |
const xdr_data2_t & | n_Val | ) |
|
◆ XDR_decode_uint8()
uint8_t XDR_decode_uint8 |
( |
const xdr_data_t & | n_Val | ) |
|
◆ XDR_encode_double()
◆ XDR_encode_float()
xdr_data_t XDR_encode_float |
( |
const float & | f_Val | ) |
|
◆ XDR_encode_int16()
xdr_data_t XDR_encode_int16 |
( |
const int16_t & | n_Val | ) |
|
◆ XDR_encode_int32()
xdr_data_t XDR_encode_int32 |
( |
const int32_t & | n_Val | ) |
|
◆ XDR_encode_int64()
◆ XDR_encode_int8()
xdr_data_t XDR_encode_int8 |
( |
const int8_t & | n_Val | ) |
|
◆ XDR_encode_shortints32()
xdr_data_t XDR_encode_shortints32 |
( |
const int | v1, |
|
|
const int | v2 ) |
◆ XDR_encode_uint16()
xdr_data_t XDR_encode_uint16 |
( |
const uint16_t & | n_Val | ) |
|
◆ XDR_encode_uint32()
xdr_data_t XDR_encode_uint32 |
( |
const uint32_t & | n_Val | ) |
|
◆ XDR_encode_uint64()
xdr_data2_t XDR_encode_uint64 |
( |
const uint64_t & | n_Val | ) |
|
◆ XDR_encode_uint8()
xdr_data_t XDR_encode_uint8 |
( |
const uint8_t & | n_Val | ) |
|