Set of functions used to swap numbers. More...
#include <sbgCommon.h>
Go to the source code of this file.
Functions | |
SBG_INLINE uint16 | sbgSwap16 (uint16 x) |
SBG_INLINE uint32 | sbgSwap32 (uint32 x) |
SBG_INLINE uint64 | sbgSwap64 (uint64 x) |
SBG_INLINE double | sbgSwapDouble (double val) |
SBG_INLINE float | sbgSwapFloat (float val) |
Set of functions used to swap numbers.
Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file sbgSwap.h.
SBG_INLINE uint16 sbgSwap16 | ( | uint16 | x | ) |
SBG_INLINE uint32 sbgSwap32 | ( | uint32 | x | ) |
SBG_INLINE uint64 sbgSwap64 | ( | uint64 | x | ) |
SBG_INLINE double sbgSwapDouble | ( | double | val | ) |
SBG_INLINE float sbgSwapFloat | ( | float | val | ) |