CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
test_receiver.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_RECEIVER_H__
14#define TEST_RECEIVER_H__
15
16#include "cdi_os_api.h"
17
18//*********************************************************************************************************************
19//***************************************** START OF DEFINITIONS AND TYPES ********************************************
20//*********************************************************************************************************************
23#define PAYLOAD_DIFFERENCE_LIMIT (5)
24
25//*********************************************************************************************************************
26//******************************************* START OF PUBLIC FUNCTIONS ***********************************************
27//*********************************************************************************************************************
28
34CDI_THREAD TestRxCreateThread(void* arg_ptr);
35
36#endif // TEST_RECEIVER_H__
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 TestRxCreateThread(void *arg_ptr)
Definition test_receiver.c:1077