//IMPORT WEB PAGE
#ximport "thesis/html/Robot1.html" Robot1_html
#ximport "thesis/html/Robot2.html" Robot2_html
#ximport "thesis/html/Robot3.html" Robot3_html
#ximport "thesis/html/Robot4.html" Robot4_html
#ximport "thesis/html/Flag.gif" Flag_gif
#ximport "thesis/html/nps.gif" nps_gif
#ximport "thesis/html/robot.gif" robot_gif
const HttpType http_types[] =
{
{ ".html", "text/html", NULL},
{ ".gif", "image/gif", NULL},
// { ".jpg", "image/jpg", NULL}
};
const HttpSpec http_flashspec[] =
{
{ HTTPSPEC_FILE, "/", Robot1_html, NULL, 0, NULL, NULL},
{ HTTPSPEC_FILE, "/Robot1.html", Robot1_html, NULL, 0, NULL, NULL},
{ HTTPSPEC_FILE, "/Robot2.html", Robot2_html, NULL, 0, NULL, NULL},
{ HTTPSPEC_FILE, "/Robot3.html", Robot3_html, NULL, 0, NULL, NULL},
{ HTTPSPEC_FILE, "/Robot4.html", Robot4_html, NULL, 0, NULL, NULL},
{ HTTPSPEC_FILE, "/Flag.gif", Flag_gif, NULL, 0, NULL, NULL},
{ HTTPSPEC_FILE, "/nps.gif", nps_gif, NULL, 0, NULL, NULL},
{ HTTPSPEC_FILE, "/robot.gif", robot_gif, NULL, 0, NULL, NULL},
};
//DEFINITIONS FOR ROBOT CONTROL
#define PORT0 2000
#define PORT1 2001
#define PORT2 2002
#define PORT3 2003
#define PORT4 2004
Kommentare zu diesen Handbüchern