![]() |
WPILibC++ 2025.3.2
|
Go to the source code of this file.
Namespaces | |
| namespace | wpi |
| Foonathan namespace. | |
| namespace | wpi::sys |
Functions | |
| unsigned char | wpi::sys::getSwappedBytes (unsigned char C) |
| signed char | wpi::sys::getSwappedBytes (signed char C) |
| char | wpi::sys::getSwappedBytes (char C) |
| unsigned short | wpi::sys::getSwappedBytes (unsigned short C) |
| signed short | wpi::sys::getSwappedBytes (signed short C) |
| unsigned int | wpi::sys::getSwappedBytes (unsigned int C) |
| signed int | wpi::sys::getSwappedBytes (signed int C) |
| unsigned long | wpi::sys::getSwappedBytes (unsigned long C) |
| signed long | wpi::sys::getSwappedBytes (signed long C) |
| unsigned long long | wpi::sys::getSwappedBytes (unsigned long long C) |
| signed long long | wpi::sys::getSwappedBytes (signed long long C) |
| float | wpi::sys::getSwappedBytes (float C) |
| double | wpi::sys::getSwappedBytes (double C) |
| template<typename T > | |
| std::enable_if_t< std::is_enum_v< T >, T > | wpi::sys::getSwappedBytes (T C) |
| template<typename T > | |
| void | wpi::sys::swapByteOrder (T &Value) |
Variables | |
| constexpr bool | wpi::sys::IsBigEndianHost |
| static const bool | wpi::sys::IsLittleEndianHost = !IsBigEndianHost |