OpenJAUS Software Development Kit  4.3.1
Namespaces | Functions
Buffer.cpp File Reference
#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)
 

Function Documentation

§ htoled()

uint64 htoled ( double  val)

§ htolef()

uint32 htolef ( float  val)

§ ledtoh()

double ledtoh ( uint64  val)

§ leftoh()

float leftoh ( uint32  val)