#include <feeserver/fee_servt.hh>
Static Public Member Functions | |
| static void | Copy (const float &src, float &dest) |
| static bool | Compare (const float &v1, const float &v2, const float &threshold) |
| static bool | Equal (const float &v1, const float &v2) |
| static const char * | Format () |
| static size_t | Size () |
| static void FeeServer::FloatTrait::Copy | ( | const float & | src, | |
| float & | dest | |||
| ) | [inline, static] |
copy value of src to dest
| static bool FeeServer::FloatTrait::Compare | ( | const float & | v1, | |
| const float & | v2, | |||
| const float & | threshold | |||
| ) | [inline, static] |
Check if difference between v1 and v2 is not bigger than threshold
| static bool FeeServer::FloatTrait::Equal | ( | const float & | v1, | |
| const float & | v2 | |||
| ) | [inline, static] |
Check if v1 and v2 are equal
| static const char* FeeServer::FloatTrait::Format | ( | ) | [inline, static] |
Return the format string
| static size_t FeeServer::FloatTrait::Size | ( | ) | [inline, static] |
Get the size (in bytes) of a value
1.5.6