Y:/FINAL CODE/UDP_Client_app.c File Reference

#include "debug.h"
#include "datatypes.h"
#include "globalvariables.h"
#include "system.h"
#include "tcp_ip.h"
#include "string.h"
#include "MOTTYPES.h"
#include "IO_Map.h"

Include dependency graph for UDP_Client_app.c:

Go to the source code of this file.

Defines

#define UDP_DEMO_PORT   2001
#define UDP_DEMO_RMTHOST_IP   0xC0A80201
#define UDP_DEMO_RMTHOST_PRT   2000

Functions

void udp_demo_run (void)
INT32 udp_demo_eventlistener (INT8, UINT8, UINT32, UINT16, UINT16, UINT16)
UINT16 SendSerial ()
void udp_demo_init (void)

Variables

INT8 udp_demo_soch
INT8 SendData
INT8 RcvData
char toSend [15]
char rcvPacket [31]
byte state


Define Documentation

#define UDP_DEMO_PORT   2001
 

Definition at line 46 of file UDP_Client_app.c.

Referenced by udp_demo_init().

#define UDP_DEMO_RMTHOST_IP   0xC0A80201
 

Definition at line 47 of file UDP_Client_app.c.

Referenced by SendSerial().

#define UDP_DEMO_RMTHOST_PRT   2000
 

Definition at line 48 of file UDP_Client_app.c.

Referenced by SendSerial().


Function Documentation

UINT16 SendSerial  ) 
 

Definition at line 59 of file UDP_Client_app.c.

References SendData, toSend, UDP_DEMO_RMTHOST_IP, UDP_DEMO_RMTHOST_PRT, and udp_demo_soch.

Referenced by udp_demo_run().

INT32 udp_demo_eventlistener INT8  ,
UINT8  ,
UINT32  ,
UINT16  ,
UINT16  ,
UINT16 
 

Definition at line 133 of file UDP_Client_app.c.

References rcvPacket, and udp_demo_soch.

Referenced by udp_demo_init().

void udp_demo_init void   ) 
 

Definition at line 82 of file UDP_Client_app.c.

References SendData, udp_demo_eventlistener(), UDP_DEMO_PORT, and udp_demo_soch.

Referenced by main().

Here is the call graph for this function:

void udp_demo_run void   ) 
 

Definition at line 112 of file UDP_Client_app.c.

References SendSerial().

Referenced by main().

Here is the call graph for this function:


Variable Documentation

INT8 RcvData
 

Definition at line 199 of file Main.c.

Referenced by HandlePacket(), and main().

char rcvPacket[31]
 

Definition at line 201 of file Main.c.

Referenced by HandlePacket(), and udp_demo_eventlistener().

INT8 SendData
 

Definition at line 198 of file Main.c.

Referenced by HandlePacket(), main(), SendSerial(), and udp_demo_init().

byte state
 

Definition at line 177 of file Main.c.

Referenced by HandlePacket(), HandleTimerInterrupt(), main(), PollKeypad(), and UpdateLCD().

char toSend[15]
 

Definition at line 200 of file Main.c.

Referenced by main(), and SendSerial().

INT8 udp_demo_soch
 

Definition at line 44 of file UDP_Client_app.c.

Referenced by SendSerial(), udp_demo_eventlistener(), and udp_demo_init().


Generated on Sun Apr 30 17:44:33 2006 for RFID by  doxygen 1.4.6-NO