9#ifndef YARP_LITTLE_ENDIAN
15std::uint64_t NetUint64::swap(std::uint64_t x)
const
19 for (
int i = 0; i < 8; i++) {
20 out.c[i] = in.c[7 - i];
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.