CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
test_transmitter.h
Go to the documentation of this file.
1// -------------------------------------------------------------------------------------------
2// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
3// This file is part of the AWS CDI-SDK, licensed under the BSD 2-Clause "Simplified" License.
4// License details at: https://github.com/aws/aws-cdi-sdk/blob/mainline/LICENSE
5// -------------------------------------------------------------------------------------------
6
13#ifndef TEST_TRANSMITTER_H__
14#define TEST_TRANSMITTER_H__
15
16#include "cdi_os_api.h"
17
18//*********************************************************************************************************************
19//***************************************** START OF DEFINITIONS AND TYPES ********************************************
20//*********************************************************************************************************************
21
22//*********************************************************************************************************************
23//******************************************* START OF PUBLIC FUNCTIONS ***********************************************
24//*********************************************************************************************************************
25
34CDI_THREAD TestTxCreateThread(void* arg_ptr);
35
36#endif // TEST_TRANSMITTER_H__
37
This file contains the declarations for OS functions for creating/managing/freeing threads,...
#define CDI_THREAD
Define portable thread function return type.
Definition cdi_os_api.h:179
CDI_THREAD TestTxCreateThread(void *arg_ptr)
Definition test_transmitter.c:868