Microchip® Advanced Software Framework

netconn_http_stats_example/network/httpserver/fsdata.c File Reference

Virtual file system management.

Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.

#include "lwipopts.h"
#include <string.h>
#include "fsdata.h"
#include "compiler.h"
#include "excan.h"
#include "jqflot.h"
#include "jquery.h"
#include "style.h"
#include "index.h"
#include "favicon.h"
#include "atmel.h"

Variables

static const unsigned char data_404_html []
 
struct fsdata_file file_404_html [] = {{file_excan_js, "404.html", data_404_html, sizeof(data_404_html)}}
 
struct fsdata_file file_atmel_png [] = {{NULL, "etc/img/atmel.png", atmel, sizeof(atmel)}}
 
struct fsdata_file file_excan_js [] = {{file_jqflot_js, "etc/js/excan.js", excan, sizeof(excan)}}
 
struct fsdata_file file_favicon_ico [] = {{file_test, "favicon.ico", favicon, sizeof(favicon)}}
 
struct fsdata_file file_index_html [] = {{file_404_html, "index.html", indexhtml, sizeof(indexhtml)}}
 
struct fsdata_file file_jqflot_js [] = {{file_jquery_js, "etc/js/jqflot.js", jqflot, sizeof(jqflot)}}
 
struct fsdata_file file_jquery_js [] = {{file_style_css, "etc/js/jquery.js", jquery, sizeof(jquery)}}
 
struct fsdata_file file_style_css [] = {{file_favicon_ico, "etc/style.css", style, sizeof(style)}}
 
struct fsdata_file file_test [] = {{file_atmel_png, "test", jquery, sizeof(jquery)}}
 

const unsigned char data_404_html[]
static
struct fsdata_file file_404_html[] = {{file_excan_js, "404.html", data_404_html, sizeof(data_404_html)}}
struct fsdata_file file_atmel_png[] = {{NULL, "etc/img/atmel.png", atmel, sizeof(atmel)}}
struct fsdata_file file_excan_js[] = {{file_jqflot_js, "etc/js/excan.js", excan, sizeof(excan)}}
struct fsdata_file file_favicon_ico[] = {{file_test, "favicon.ico", favicon, sizeof(favicon)}}
struct fsdata_file file_index_html[] = {{file_404_html, "index.html", indexhtml, sizeof(indexhtml)}}
struct fsdata_file file_jqflot_js[] = {{file_jquery_js, "etc/js/jqflot.js", jqflot, sizeof(jqflot)}}
struct fsdata_file file_jquery_js[] = {{file_style_css, "etc/js/jquery.js", jquery, sizeof(jquery)}}
struct fsdata_file file_style_css[] = {{file_favicon_ico, "etc/style.css", style, sizeof(style)}}
struct fsdata_file file_test[] = {{file_atmel_png, "test", jquery, sizeof(jquery)}}