Platform utility source files associated with this SDK.
| clock.h | Time-related functions used by demos and tests in this SDK |
| clock_posix.c | Implementation of the functions in clock.h for POSIX systems |
| logging_levels.h | Defines the logging level macros |
| logging_stack.h | Reference implementation of Logging stack as a header-only library |
| retry_utils.h | Declaration of the exponential backoff retry logic utility functions and constants |
| retry_utils_posix.c | Utility implementation of backoff logic, used for attempting retries of failed processes |