Y:/FINAL CODE/address.c

Go to the documentation of this file.
00001 /******************************************************************************                      
00002  *
00003  *       Copyright (C) 2006 J Team, Inc.
00004  *       All Rights Reserved
00005  *
00006  * File Name      : address.c
00007  * Project Name   : RFIDXpress.mcp
00008  * Description    : This file contains the static IP data for our system
00009  *                  
00010  * Authors: Jared Suttles
00011  *          Jennifer Tietz
00012  *          Jonathan Chen
00013  *          Joshua Chapman
00014  *
00015  * Version : 2.0
00016  * Date    : 05/1/06
00017  *
00018  *****************************************************************************/
00019 
00020 #include "MOTTYPES.h"
00021    
00022 const tU08 hard_addr [6] = { 0x01, 0x23, 0x45, 0x56, 0x78, 0x9a };
00023 
00024 const tU08 prot_addr [4] = { 192, 168,   2,   3 };
00025 const tU08 netw_mask [4] = { 255, 255, 255,   0 };
00026 const tU08 dfgw_addr [4] = { 192, 168,   2,   1 };
00027 const tU08 brcs_addr [4] = { 192, 168,   2, 255 };
00028 

Generated on Sun Apr 30 17:43:59 2006 for RFID by  doxygen 1.4.6-NO