OpenJAUS Software Development Kit
4.3.1
|
#include "openjaus/system/Buffer.h"
#include <sstream>
#include <iomanip>
#include "openjaus/system/StdLib.h"
#include "openjaus/system/String.h"
#include "openjaus/system/Endian.h"
Namespaces | |
openjaus | |
openjaus::system | |
Functions | |
float | leftoh (uint32 val) |
double | ledtoh (uint64 val) |
uint32 | htolef (float val) |
uint64 | htoled (double val) |
std::ostream & | openjaus::system::operator<< (std::ostream &output, const Buffer &object) |
std::ostream & | openjaus::system::operator<< (std::ostream &output, const Buffer *object) |
uint64 htoled | ( | double | val | ) |
uint32 htolef | ( | float | val | ) |
double ledtoh | ( | uint64 | val | ) |
float leftoh | ( | uint32 | val | ) |