REC RPC library
|
Go to the source code of this file.
Namespaces | |
rec | |
rec::rpc | |
Functions | |
static REC_RPC_FUNCTION_IS_NOT_USED float | rec::rpc::deg2rad (float deg) |
static REC_RPC_FUNCTION_IS_NOT_USED float | rec::rpc::rad2deg (float rad) |
static char * | rec::rpc::encodeInt32 (char *data, const qint32 value) |
static char * | rec::rpc::encodeUInt32 (char *data, const quint32 value) |
static const char * | rec::rpc::decodeInt32 (const char *data, qint32 *value) |
static const char * | rec::rpc::decodeUInt32 (const char *data, quint32 *value) |
static qint32 | rec::rpc::decodeInt32 (const char *data) |
static quint32 | rec::rpc::decodeUInt32 (const char *data) |
Variables | |
static const float | rec::rpc::PI = 3.14159265358979323846f |