net/stacktsk.h File Reference

Stack Task Module for Modtronix TCP/IP Stack. More...


Defines

#define STACK_VER_MAJOR   2ul
#define STACK_VER_MINOR   51ul
#define StackIsInConfigMode()   (FALSE)

Functions

void StackInit (void)
void StackTask (void)

Variables

ROM char STACK_VER_STR []


Detailed Description

Stack Task Module for Modtronix TCP/IP Stack.

Author:
Modtronix Engineering
Dependencies:
compiler.h
Compiler:
MPLAB C18 v2.10 or higher
HITECH PICC-18 V8.35PL3 or higher

Description

This module contains the ARP Server code.

Define Documentation

#define STACK_VER_MAJOR   2ul

#define STACK_VER_MINOR   51ul

 
#define StackIsInConfigMode (  )     (FALSE)


Function Documentation

void StackInit ( void   ) 

This function must be called before any of the stack or its component routines be used.

Side Affect: Stack and its componentns are initialized

void StackTask ( void   ) 

This FSM checks for new incoming packets, and routes it to appropriate stack components. It also performs timed operations.

This function must be called periodically called to make sure that timely response.

Pre-Condition:
StackInit() is already called.
side affect: Stack FSM is executed.
Examples:
ex_tcp.c, ex_tcp_client.c, ex_tcp_echo.c, ex_tcp_sendfile.c, ex_udp.c, ex_udp_client.c, ex_udp_client2.c, ex_udp_echo.c, and ex_udp_echo2.c.


Variable Documentation

ROM char STACK_VER_STR[]


Generated on Wed Feb 3 12:45:35 2010 for SBC65EC Web Server by  doxygen 1.5.8