HiveMind
Functions
BittyBuzzUtils Namespace Reference

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...
 

Detailed Description

Namespace with various utilities for bittybuzz.

Function Documentation

◆ logObj()

int BittyBuzzUtils::logObj ( bbzobj_t *  obj,
char *  str,
uint16_t  maxSize 
)

Logs an bittybuzz object to a human readable format.

Parameters
[in]objthe object to log
[out]strthe output string
[in]maxSizethe maximum size of the string
Returns
On success, the total number of characters written is returned. This count does not include the additional null-character automatically appended at the end of the string. On failure, a negative number is returned.
Here is the call graph for this function:
Here is the caller graph for this function: