DUNE: Uniform Navigational Environment
2.6.1
|
This is the complete list of members for DUNE::Utils::ByteCopy, including all inherited members.
copy(int8_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy(uint8_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy(int16_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy(uint16_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy(int32_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy(uint32_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy(fp32_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy(fp64_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy1b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy2b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy4b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
copy8b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
fromBE(uint32_t n) | DUNE::Utils::ByteCopy | inlinestatic |
fromBE(int32_t n) | DUNE::Utils::ByteCopy | inlinestatic |
fromBE(uint16_t n) | DUNE::Utils::ByteCopy | inlinestatic |
fromBE(int16_t n) | DUNE::Utils::ByteCopy | inlinestatic |
fromBE(uint8_t *n) | DUNE::Utils::ByteCopy | inlinestatic |
fromBE(T &var, const uint8_t *bfr) | DUNE::Utils::ByteCopy | inlinestatic |
fromLE(T &var, const uint8_t *bfr) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(int8_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(uint8_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(int16_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(uint16_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(int32_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(uint32_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(fp32_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy(fp64_t &dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy1b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy2b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy4b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
rcopy8b(uint8_t *dest, const uint8_t *src) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(uint16_t n) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(int16_t n) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(uint32_t n) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(int32_t n) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(const uint8_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(const int8_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(const uint16_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(const int16_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(const uint32_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toBE(const int32_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toLE(const uint8_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toLE(const int8_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toLE(const uint16_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toLE(const int16_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toLE(const uint32_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |
toLE(const int32_t value, uint8_t *dst) | DUNE::Utils::ByteCopy | inlinestatic |