ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
converter Member List

This is the complete list of members for converter, including all inherited members.

bcd_to_bin(const uint8_t p_value)converterinline
big_endian enum valueconverter
bin_to_bcd(const uint8_t p_value)converterinline
bytes_to_float(const std::vector< uint8_t > &p_value) constconverterinline
bytes_to_hexa(const std::vector< uint8_t > &p_value)converter
bytes_to_int(const std::vector< uint8_t > &p_value, const endian_t p_endianess=big_endian) constconverterinline
bytes_to_long(const std::vector< uint8_t > &p_value, const endian_t p_endianess=big_endian) constconverterinline
bytes_to_short(const std::vector< uint8_t > &p_value, const endian_t p_endianess=big_endian) constconverterinline
bytes_to_string(const std::vector< uint8_t > &p_value) constconverterinline
converter()converterinlineprivate
endian_t enum nameconverter
float_to_bytes(const float p_value) constconverterinline
get_instance()converterinlinestatic
hexa_to_bytes(const std::string &p_value)converter
instanceconverterprivatestatic
int_to_bytes(const int32_t p_value, const endian_t p_endianess=big_endian) constconverterinline
int_to_string(const int32_t &p_value) constconverterinline
little_endian enum valueconverter
long_to_bytes(const int64_t p_value, const endian_t p_endianess=big_endian) constconverterinline
short_to_bytes(const int16_t p_value, const endian_t p_endianess=big_endian) constconverterinline
split_arguments_line(const std::string &p_value)converter
string_to_bytes(const std::string &p_value) constconverterinline
string_to_hexa(const std::string &p_value)converter
string_to_int(const std::string &p_value) constconverterinline
swap(const uint16_t p_value)converter
swap(const int16_t p_value)converterinline
swap(const uint32_t p_value)converter
swap(const int32_t p_value)converterinline
time_to_string(const time_t p_time)converter
time_to_string(const struct tm &p_time)converter
trim(const std::string &p_value, const std::string &p_trim_chars=" \)converter
~converter()converterinlineprivate