Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers gmd_ut_config_header.h Source File

gmd_ut_config_header.h

00001 /* mbed Microcontroller Library
00002  * Copyright (c) 2017 ARM Limited
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef MBED_OS_GMD_UT_CONFIG_HEADER_H_
00018 #define MBED_OS_GMD_UT_CONFIG_HEADER_H_
00019 
00020 // The number of retries for UDP exchanges
00021 #define NUM_UDP_RETRIES 5
00022 
00023 // How long to wait for stuff to travel in the async echo tests
00024 #define ASYNC_TEST_WAIT_TIME 10000
00025 
00026 #define TEST_DATA    "_____0000:0123456789012345678901234567890123456789" \
00027                      "01234567890123456789012345678901234567890123456789" \
00028                      "_____0100:0123456789012345678901234567890123456789" \
00029                      "01234567890123456789012345678901234567890123456789" \
00030                      "_____0200:0123456789012345678901234567890123456789" \
00031                      "01234567890123456789012345678901234567890123456789" \
00032                      "_____0300:0123456789012345678901234567890123456789" \
00033                      "01234567890123456789012345678901234567890123456789" \
00034                      "_____0400:0123456789012345678901234567890123456789" \
00035                      "01234567890123456789012345678901234567890123456789" \
00036                      "_____0500:0123456789012345678901234567890123456789" \
00037                      "01234567890123456789012345678901234567890123456789" \
00038                      "_____0600:0123456789012345678901234567890123456789" \
00039                      "01234567890123456789012345678901234567890123456789" \
00040                      "_____0700:0123456789012345678901234567890123456789" \
00041                      "01234567890123456789012345678901234567890123456789" \
00042                      "_____0800:0123456789012345678901234567890123456789" \
00043                      "01234567890123456789012345678901234567890123456789" \
00044                      "_____0900:0123456789012345678901234567890123456789" \
00045                      "01234567890123456789012345678901234567890123456789" \
00046                      "_____1000:0123456789012345678901234567890123456789" \
00047                      "01234567890123456789012345678901234567890123456789" \
00048                      "_____1100:0123456789012345678901234567890123456789" \
00049                      "01234567890123456789012345678901234567890123456789" \
00050                      "_____1200:0123456789012345678901234567890123456789" \
00051                      "01234567890123456789012345678901234567890123456789" \
00052                      "_____1300:0123456789012345678901234567890123456789" \
00053                      "01234567890123456789012345678901234567890123456789" \
00054                      "_____1400:0123456789012345678901234567890123456789" \
00055                      "01234567890123456789012345678901234567890123456789" \
00056                      "_____1500:0123456789012345678901234567890123456789" \
00057                      "01234567890123456789012345678901234567890123456789" \
00058                      "_____1600:0123456789012345678901234567890123456789" \
00059                      "01234567890123456789012345678901234567890123456789" \
00060                      "_____1700:0123456789012345678901234567890123456789" \
00061                      "01234567890123456789012345678901234567890123456789" \
00062                      "_____1800:0123456789012345678901234567890123456789" \
00063                      "01234567890123456789012345678901234567890123456789" \
00064                      "_____1900:0123456789012345678901234567890123456789" \
00065                      "01234567890123456789012345678901234567890123456789" \
00066                      "_____2000:0123456789012345678901234567890123456789" \
00067                      "01234567890123456789012345678901234567890123456789";
00068 
00069 #endif /* MBED_OS_GMD_UT_CONFIG_HEADER_H_ */