Function robotiq_driver::data_utils::to_binary_string
Defined in File data_utils.hpp
Function Documentation
-
std::string robotiq_driver::data_utils::to_binary_string(const uint8_t byte)
Convert a byte to a binary representation for testing purposes.
- Parameters:
byte – The byte to decode.
- Returns:
The binary representation of the given byte.