9#ifndef YARP_LITTLE_ENDIAN
15double NetFloat32::swap(
double x)
const
19 for (
int i = 0; i < 4; i++) {
20 out.c[i] = in.c[3 - i];
35NetFloat32::NetFloat32()
A mini-server for performing network communication in the background.
An interface to the operating system, including Port based communication.
The main, catch-all namespace for YARP.