net/stacktsk.h File Reference


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.


Data Structures

union  _STACK_FLAGS

Defines

#define STACK_VER_MAJOR   2
#define STACK_VER_MINOR   4
#define StackIsInConfigMode()   (FALSE)

Typedefs

typedef _STACK_FLAGS STACK_FLAGS

Functions

void StackInit (void)
void StackTask (void)

Variables

ROM char STACK_VER_STR []


Define Documentation

#define STACK_VER_MAJOR   2
 

#define STACK_VER_MINOR   4
 

 
#define StackIsInConfigMode  )     (FALSE)
 


Typedef Documentation

typedef union _STACK_FLAGS STACK_FLAGS
 


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_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 Tue Feb 21 15:18:07 2006 for SBC65EC Web Server by  doxygen 1.4.5