36#ifndef IMT_BASE_CORE_UTIL_BYTEWORDUTIL_H
37#define IMT_BASE_CORE_UTIL_BYTEWORDUTIL_H
Contains some helpful converting tools.
static void write(uint8_t *const pBuffer, float64_t const data)
Writing into a byte buffer.
static void write(uint8_t *const pBuffer, uint32_t const data)
Writing into a byte buffer.
static uint8_t highByte(uint16_t const data)
Returns the high byte of a word.
static uint32_t lowPartOf8ByteWord(uint64_t const data)
Returns the low part of an 8 byte word.
static uint32_t convertDoubleWordEndianness(uint32_t const data)
Converts a doubleWord endianness from big to little or visa verse.
static void read(uint8_t const *const pBuffer, float64_t &data)
Reading from a byte buffer.
static uint16_t convertWordEndianness(uint16_t const data)
Converts a doubleWord endianness from big to little or visa verse.
static uint16_t highWordOfDoubleWord(uint32_t const data)
Returns the high word of a double word.
static uint32_t makeDoubleWord(uint16_t const lowerWord, uint16_t const upperWord)
Creates a doubleWord containing the low and high word.
static uint64_t make8ByteWord(uint32_t const lowerPart, uint32_t const upperPart)
Creates a 8 byte Word containing the low and high 4 byte word.
static uint8_t lowByte(uint16_t const data)
Returns the low byte of a word.
static void read(uint8_t const *const pBuffer, uint32_t &data)
Reading from a byte buffer.
static uint16_t lowWordOfDoubleWord(uint32_t const data)
Returns the low word of a double word.
static void read(uint8_t const *const pBuffer, uint64_t &data)
Reading from a byte buffer.
static void read(uint8_t const *const pBuffer, int64_t &data)
Reading from a byte buffer.
static void write(uint8_t *const pBuffer, float32_t const data)
Writing into a byte buffer.
static void write(uint8_t *const pBuffer, uint64_t const data)
Writing into a byte buffer.
static uint32_t highPartOf8ByteWord(uint64_t const data)
Returns the high part of an 8 byte word.
static void write(uint8_t *const pBuffer, uint16_t const data)
Writing into a byte buffer.
static void write(uint8_t *const pBuffer, int16_t const data)
Writing into a byte buffer.
static void write(uint8_t *const pBuffer, bool const data)
Writing into a byte buffer.
static uint8_t highByteOfLowWord(uint32_t const data)
Returns the high byte of the low word of a double word.
static void read(uint8_t const *const pBuffer, int16_t &data)
Reading from a byte buffer.
static uint8_t lowByteOfHighWord(uint32_t const data)
Returns the low byte of the high word of a double word.
static void read(uint8_t const *const pBuffer, uint16_t &data)
Reading from a byte buffer.
static void write(uint8_t *const pBuffer, int64_t const data)
Writing into a byte buffer.
static void read(uint8_t const *const pBuffer, float32_t &data)
Reading from a byte buffer.
static uint16_t makeWord(uint8_t const lowerByte, uint8_t const upperByte)
Creates a word containing the low and high byte.
static void write(uint8_t *const pBuffer, int32_t const data)
Writing into a byte buffer.
static void read(uint8_t const *const pBuffer, int32_t &data)
Reading from a byte buffer.
static uint8_t highByteOfHighWord(uint32_t const data)
Returns the high byte of the high word of a double word.
static uint8_t lowByteOfLowWord(uint32_t const data)
Returns the low byte of the low word of a double word.
static void read(uint8_t const *const pBuffer, bool &data)
Reading from a byte buffer.
This is a application specific file which is used to configure Imt.Base.Core.Math.
float float32_t
32 Bits float variable (float)
double float64_t
64 Bits float variable (double)
unsigned __int16 uint16_t
unsigned __int32 uint32_t
unsigned __int64 uint64_t