webprocess.h

Go to the documentation of this file.
00001 // ////////////////////////////////////////////////////////////////////////////
00002 // ////////////////////////////////////////////////////////////////////////////
00019 // ////////////////////////////////////////////////////////////////////////////
00020 // ////////////////////////////////////////////////////////////////////////////
00021 
00022 #ifndef WEBPROCESS_H
00023 
00024     #define WEBPROCESS_H
00025 
00026     #include    "GenericTypeDefs.h"
00027     #include    "string.h"
00028     #include    "TCPIP.h"
00029     #include    "mdns.h"
00030     #include    "eeprom_adds.h"
00031     #include    "stringtable.h"
00032 
00033     #ifdef WEBPROCESS_C
00034         #define PROTO
00035     #else
00036         #define PROTO extern
00037     #endif
00038 
00039 
00040 // ////////////////////////////////////////////////////////////////////////////
00041 // Defines
00042 // ////////////////////////////////////////////////////////////////////////////
00043 
00044 
00045 
00046 // ////////////////////////////////////////////////////////////////////////////
00047 // Function prototypes
00048 // ////////////////////////////////////////////////////////////////////////////
00049 
00050 PROTO void ProcessCommonData(auto BYTE * pu8Control, auto BYTE * pu8Value);
00051 PROTO void ProcessSRCPData(auto BYTE * pu8Control, auto BYTE * pu8Value);
00052 PROTO void ProcessProtoData(auto BYTE * pu8Space, auto BYTE * pu8Control,
00053                                           auto BYTE * pu8Value);
00054 PROTO void ProcessSetData(auto BYTE * pu8Space, auto BYTE * pu8Control,
00055                                                         auto BYTE * pu8Value);
00056 
00057 // ////////////////////////////////////////////////////////////////////////////
00058 // Epilogue
00059 // ////////////////////////////////////////////////////////////////////////////
00060 
00063     #undef  PROTO
00064 
00065     #include    "main.h"
00066 
00067 #endif

Generated on Sun Nov 27 20:02:39 2011 for eWicht by  doxygen 1.5.5