MIP_SDK  v4.0.0-237-g9879cb72
MicroStrain Communications Library for embedded systems
Functions
microstrain::strings Namespace Reference

Functions

bool concat (CharArrayView buffer, size_t *index, const char *str, size_t len)
 Concatenate a string into a buffer. More...
 
bool concat (CharArrayView buffer, size_t *index, ConstCharArrayView str)
 Concatenate an array of characters into a buffer. More...
 
bool concat_cstr (CharArrayView buffer, size_t *index, const char *str, size_t maxLen=size_t(-1))
 Concatenate a NULL-terminated C string into a buffer. More...
 
template<size_t N>
bool concat_l (CharArrayView buffer, size_t *index, const char(&str)[N])
 Concatenate a string literal into a buffer. More...
 
bool bytesToHexStr (CharArrayView buffer, size_t *index, ConstU8ArrayView data, unsigned int byte_grouping)
 Formats a byte array to a text buffer in hexadecimal. More...