Embedded TCP/IP stack: fnet.h Source File From FNET previous page next page Embedded TCP/IP stack 4.1.0 FNET Overview FNET Quick Start FNET API fnet_stack fnet.h 1 /************************************************************************** 2 * 3 * Copyright 2011-2017 by Andrey Butok. FNET Community. 4 * Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc. 5 * 6 *************************************************************************** 7 * 8 * Licensed under the Apache License, Version 2.0 (the "License"); you may 9 * not use this file except in compliance with the License. 10 * You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, software 15 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 * See the License for the specific language governing permissions and 18 * limitations under the License. 19 * 20 *************************************************************************** 21 * 22 * Main include header for FNET projects. 23 * 24 ***************************************************************************/ 25 26 #ifndef _FNET_H_ 27 28 #define _FNET_H_ 29 30 #include "fnet_config.h" 31 #include "port/compiler/fnet_comp.h" 32 #include "port/cpu/fnet_cpu.h" 33 #include "stack/fnet_stack.h" 34 #include "service/fnet_service.h" 35 42 /**************************************************************************/ 47 #define FNET_DESCRIPTION "FNET TCP/IP Stack" 48 49 /**************************************************************************/ 54 #define FNET_LICENSE "APACHEv2" 55 56 /**************************************************************************/ 61 #define FNET_COPYRIGHT "Copyright by FNET Community" 62 63 /**************************************************************************/ 68 #define FNET_BUILD_DATE __DATE__ " at " __TIME__ 69 70 /**************************************************************************/ 77 #define FNET_VERSION "4.1.0" 78 81 #endif /* _FNET_H_ */ © 2005-2018 by Andrey Butok. http://fnet.sourceforge.net previous page start next page