Proxim RangeLAN2 7920 Uživatelský manuál Strana 55

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 103
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 54
40
//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
Zobrazit stránku 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 102 103

Komentáře k této Příručce

Žádné komentáře