|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
The declarations in this header file correspond to the definitions in cdi_test.c. More...
#include <stdbool.h>#include <stdint.h>#include "cdi_core_api.h"#include "test_args.h"#include "test_configuration.h"Go to the source code of this file.
Macros | |
| #define | DEFAULT_LOG_LEVEL (kLogDebug) |
| Default log level (ie. kLogInfo, kLogDebug, etc). | |
| #define | DEFAULT_LOG_COMPONENT (kLogComponentProbe) |
| Default log component (ie. kLogComponentGeneric, kLogComponentPayloadConfig, etc). | |
| #define | TEST_LOG_GLOBAL(log_level, ...) |
| Log through cdi_test's global log handle. | |
Functions | |
| GlobalTestSettings * | GetGlobalTestSettings (void) |
The declarations in this header file correspond to the definitions in cdi_test.c.
| #define TEST_LOG_GLOBAL | ( | log_level, | |
| ... ) |
Log through cdi_test's global log handle.
| GlobalTestSettings * GetGlobalTestSettings | ( | void | ) |
Return the pointer to the global test settings structure.