HiveMind
|
Namespace with various utilities for bittybuzz. More...
Functions | |
int | logObj (bbzobj_t *obj, char *str, uint16_t maxSize) |
Logs an bittybuzz object to a human readable format. More... | |
Namespace with various utilities for bittybuzz.
int BittyBuzzUtils::logObj | ( | bbzobj_t * | obj, |
char * | str, | ||
uint16_t | maxSize | ||
) |
Logs an bittybuzz object to a human readable format.
[in] | obj | the object to log |
[out] | str | the output string |
[in] | maxSize | the maximum size of the string |