[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery
NeighborListM.nc, 1.27, 1.28
Chien-Liang Fok
chien-liang at users.sourceforge.net
Fri May 19 13:15:04 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31194/components/ContextDiscovery
Modified Files:
NeighborListM.nc
Log Message:
Index: NeighborListM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery/NeighborListM.nc,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** NeighborListM.nc 18 May 2006 19:58:40 -0000 1.27
--- NeighborListM.nc 19 May 2006 20:15:02 -0000 1.28
***************
*** 1,1130 ****
! // $Id$
!
! /* Agilla - A middleware for wireless sensor networks.
! * Copyright (C) 2004, Washington University in Saint Louis
! * By Chien-Liang Fok.
! *
! * Washington University states that Agilla is free software;
! * you can redistribute it and/or modify it under the terms of
! * the current version of the GNU Lesser General Public License
! * as published by the Free Software Foundation.
[...2233 lines suppressed...]
! cmsg->id = _chId;
! if(_chId == TOS_LOCAL_ADDRESS)
! call CHDir.getBoundingBox(&(cmsg->bounding_box));
! dbg(DBG_USR1, "NeighborListM: sending cluster debug msg\n");
!
! if (!call SendClusterDebugMsg.send(TOS_UART_ADDR, sizeof(AgillaClusterDebugMsg), msg))
! {
! dbg(DBG_USR1, "NeighborListM: ERROR: Unable to send cluster debug msg.\n");
! call MessageBufferI.freeMsg(msg);
! }
! }
!
! }
!
! #endif /*DEBUG_CLUSTERING*/
!
! #endif /*ENABLE_CLUSTERING*/
!
!
! }
More information about the Tinyos-contrib-commits
mailing list