#include <icl_comm/ByteOrderConversion.h>
Go to the source code of this file.
| Namespaces | |
| namespace | icl_comm | 
| Functions | |
| template<> | |
| size_t | icl_comm::fromLittleEndian< double > (double &data, std::vector< uint8_t > &array, size_t &read_pos) | 
| Template specialization for float as these have to be handled seperately. | |
| template<> | |
| size_t | icl_comm::fromLittleEndian< float > (float &data, std::vector< uint8_t > &array, size_t &read_pos) | 
| Template specialization for float as these have to be handled seperately. | |
| std::ostream & | icl_comm::operator<< (std::ostream &o, const ArrayBuilder &ab) | 
| debug output of array as hex values | |
| template<> | |
| size_t | icl_comm::toLittleEndian< double > (const double &data, std::vector< uint8_t > &array, size_t &write_pos) | 
| Template specialization for float as these have to be handled seperately. | |
| template<> | |
| size_t | icl_comm::toLittleEndian< float > (const float &data, std::vector< uint8_t > &array, size_t &write_pos) | 
| Template specialization for float as these have to be handled seperately. | |
Definition in file ByteOrderConversion.cpp.