namespace
#include <modbuscpp/details/utilities.hpp>
utilities
Contents
- Reference
Functions
-
template<typename T>auto to_underlying(T value) -> auto constexpr noexcept
-
template<typename T, typename = std::enable_if_t<std::is_integral_v<T>>>auto unpack(const packet_
t& packet, const packet_t::size_type& start_index = 0) -> T -
auto packet_str(const packet_
t& packet) -> std::string