Gleb Klochkov / Mbed OS Climatcontroll_Main

Dependencies:   esp8266-driver

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers fnet_services.h Source File

fnet_services.h

00001 /**************************************************************************
00002 *
00003 * Copyright (c) 2017, Arm Limited and affiliates.
00004 * Copyright 2011-2016 by Andrey Butok. FNET Community.
00005 * Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
00006 *
00007 ***************************************************************************
00008 *
00009 *  Licensed under the Apache License, Version 2.0 (the "License"); you may
00010 *  not use this file except in compliance with the License.
00011 *  You may obtain a copy of the License at
00012 *
00013 *  http://www.apache.org/licenses/LICENSE-2.0
00014 *
00015 *  Unless required by applicable law or agreed to in writing, software
00016 *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
00017 *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00018 *  See the License for the specific language governing permissions and
00019 *  limitations under the License.
00020 *
00021 **********************************************************************/
00022 /*!
00023 * @brief General services-header file.
00024 *
00025 ***************************************************************************/
00026 
00027 #ifndef _FNET_SERVICES_H_
00028 
00029 #define _FNET_SERVICES_H_
00030 
00031 #include "serial/fnet_serial.h"
00032 //#include "shell/fnet_shell.h"
00033 //#include "telnet/fnet_telnet.h"
00034 #include "poll/fnet_poll.h"
00035 //#include "tftp/fnet_tftp_cln.h"
00036 //#include "tftp/fnet_tftp_srv.h"
00037 //#include "dhcp/fnet_dhcp.h"
00038 //#include "flash/fnet_flash.h"
00039 //#include "fs/fnet_fs.h"
00040 //#include "fs/fnet_fs_rom.h"
00041 //#include "tls/fnet_tls.h"
00042 //#include "http/fnet_http.h"
00043 #include "dns/fnet_dns.h"
00044 //#include "ping/fnet_ping.h"
00045 //#include "llmnr/fnet_llmnr.h"
00046 #include "mdns/fnet_mdns.h"
00047 //#include "autoip/fnet_autoip.h"
00048 //#include "link/fnet_link.h"
00049 //#include "tls/fnet_tls.h"
00050 
00051 #endif
00052