Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
httpHtmlBegin.c File Reference
#include <stdio.h>
#include <http.h>
#include <shell.h>
#include <string.h>

Functions

void httpHtmlBeginPage (device *devptr)
 
void httpHtmlNavigation (device *devptr)
 
void httpHtmlBeginContent (device *devptr)
 

Function Documentation

void httpHtmlBeginContent ( device *  devptr)

Write the HTML navigation portion of the Xinu web interface.

Parameters
devptrpointer to the underlying device to write to
void httpHtmlBeginPage ( device *  devptr)

Write the Xinu banner and top of webpage out to the underlying device.

Parameters
devptrpointer to the underlying device to write to
void httpHtmlNavigation ( device *  devptr)

Write the navigation portion of the Xinu web interface.

Parameters
devptrpointer to the underlying device to write to