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_unit_api.c and are meant to provide access to helpful SDK data structures and functions that are not part of the core API functionality. More...
Go to the source code of this file.
Enumerations | |
enum | CdiTestUnitName { kTestUnitAll , kTestUnitAvmApi , kTestUnitSgl , kTestUnitTimeout , kTestUnitTDigest , kTestUnitRxpacketReorder , kTestUnitRxPayloadReorder , kTestUnitList , kTestUnitLogger , kTestUnitLast } |
This enumeration is used in to indicate which unit test to run. More... | |
Functions | |
const CdiEnumStringKey * | CdiTestUnitGetKeyArray (void) |
Get key array, only used internally by the CDI-SDK. | |
CDI_INTERFACE bool | CdiTestUnitRun (CdiTestUnitName test_name) |
The declarations in this header file correspond to the definitions in cdi_test_unit_api.c and are meant to provide access to helpful SDK data structures and functions that are not part of the core API functionality.
enum CdiTestUnitName |
This enumeration is used in to indicate which unit test to run.
const CdiEnumStringKey * CdiTestUnitGetKeyArray | ( | void | ) |
Get key array, only used internally by the CDI-SDK.
CDI_INTERFACE bool CdiTestUnitRun | ( | CdiTestUnitName | test_name | ) |
Function used to convert a string to a matching enum value.
test_name | Enum from CdiTestUnitName which indicates which unit test to run. |