|
MIP_SDK
v4.0.0-237-g9879cb72
MicroStrain Communications Library for embedded systems
|
Go to the source code of this file.
Namespaces | |
| microstrain | |
| microstrain::strings | |
Functions | |
| bool | microstrain::strings::concat (CharArrayView buffer, size_t *index, const char *str, size_t len) |
| Concatenate a string into a buffer. More... | |
| bool | microstrain::strings::concat (CharArrayView buffer, size_t *index, ConstCharArrayView str) |
| Concatenate an array of characters into a buffer. More... | |
| bool | microstrain::strings::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 | microstrain::strings::concat_l (CharArrayView buffer, size_t *index, const char(&str)[N]) |
| Concatenate a string literal into a buffer. More... | |
| bool | microstrain::strings::bytesToHexStr (CharArrayView buffer, size_t *index, ConstU8ArrayView data, unsigned int byte_grouping) |
| Formats a byte array to a text buffer in hexadecimal. More... | |
1.8.17