[Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestRadioPM/apps/TestUPMA
AppDutyCycles.h, NONE, 1.1.2.1 MakeIncludes, NONE, 1.1.2.1
Kevin Klues
klueska at users.sourceforge.net
Mon May 15 12:36:10 PDT 2006
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestRadioPM/apps/TestSleepSchedulers/GenericSender
GenericSenderAppC.nc, NONE, 1.1.2.1 GenericSenderC.nc, NONE,
1.1.2.1 Makefile, NONE, 1.1.2.1
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestRadioPM/apps/TestUPMA/GatewayNode
Makefile, NONE, 1.1.2.1 MsgCountMsg.h, NONE,
1.1.2.1 PrintMsgCountMsgs.java, NONE,
1.1.2.1 RadioPmProtocolManagerC.nc, NONE,
1.1.2.1 TestGatewayNodeAppC.nc, NONE,
1.1.2.1 TestGatewayNodeC.nc, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestRadioPM/apps/TestUPMA
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9561/apps/tests/TestRadioPM/apps/TestUPMA
Added Files:
Tag: tos-2-resource-pm-eval-cand
AppDutyCycles.h MakeIncludes
Log Message:
Radio Power Management protocol architecture
--- NEW FILE: AppDutyCycles.h ---
/*
* "Copyright (c) 2005 Washington University in St. Louis.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without written agreement is
* hereby granted, provided that the above copyright notice, the following
* two paragraphs and the author appear in all copies of this software.
*
* IN NO EVENT SHALL WASHINGTON UNIVERSITY IN ST. LOUIS BE LIABLE TO ANY PARTY
* FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
* OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF WASHINGTON
* UNIVERSITY IN ST. LOUIS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* WASHINGTON UNIVERSITY IN ST. LOUIS SPECIFICALLY DISCLAIMS ANY WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
* ON AN "AS IS" BASIS, AND WASHINGTON UNIVERSITY IN ST. LOUIS HAS NO
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
* MODIFICATIONS."
*/
/**
*
* @author Kevin Klues (klueska at cs.wustl.edu)
* @version $Revision: 1.1.2.1 $
* @date $Date: 2006/05/15 19:36:08 $
*/
#ifndef APP_DUTY_CYCLES_H
#define APP_DUTY_CYCLES_H
#include "DutyCycling.h"
#define NUM_APPS 6
#define NUM_NODES 50
/*
#define APP0_ON_TIME DUTY_CYCLE_200_MS
#define APP0_OFF_TIME DUTY_CYCLE_600_MS
#define APP1_ON_TIME DUTY_CYCLE_400_MS
#define APP1_OFF_TIME DUTY_CYCLE_1200_MS
#define APP2_ON_TIME DUTY_CYCLE_600_MS
#define APP2_OFF_TIME DUTY_CYCLE_2600_MS
#define APP3_ON_TIME DUTY_CYCLE_200_MS
#define APP3_OFF_TIME DUTY_CYCLE_6200_MS
#define APP4_ON_TIME DUTY_CYCLE_400_MS
#define APP4_OFF_TIME DUTY_CYCLE_12400_MS
#define APP5_ON_TIME DUTY_CYCLE_600_MS
#define APP5_OFF_TIME DUTY_CYCLE_25000_MS
*/
/*
#define APP0_ON_TIME DUTY_CYCLE_200_MS
#define APP0_OFF_TIME DUTY_CYCLE_3000_MS
#define APP1_ON_TIME DUTY_CYCLE_400_MS
#define APP1_OFF_TIME DUTY_CYCLE_2800_MS
#define APP2_ON_TIME DUTY_CYCLE_600_MS
#define APP2_OFF_TIME DUTY_CYCLE_2600_MS
#define APP3_ON_TIME DUTY_CYCLE_800_MS
#define APP3_OFF_TIME DUTY_CYCLE_2400_MS
#define APP4_ON_TIME DUTY_CYCLE_1000_MS
#define APP4_OFF_TIME DUTY_CYCLE_2200_MS
#define APP5_ON_TIME DUTY_CYCLE_1200_MS
#define APP5_OFF_TIME DUTY_CYCLE_2000_MS
*/
#define APP5_ON_TIME DUTY_CYCLE_200_MS
#define APP5_OFF_TIME DUTY_CYCLE_200_MS
#define APP4_ON_TIME DUTY_CYCLE_200_MS
#define APP4_OFF_TIME DUTY_CYCLE_600_MS
#define APP3_ON_TIME DUTY_CYCLE_200_MS
#define APP3_OFF_TIME DUTY_CYCLE_1400_MS
#define APP2_ON_TIME DUTY_CYCLE_200_MS
#define APP2_OFF_TIME DUTY_CYCLE_3000_MS
#define APP1_ON_TIME DUTY_CYCLE_200_MS
#define APP1_OFF_TIME DUTY_CYCLE_6200_MS
#define APP0_ON_TIME DUTY_CYCLE_200_MS
#define APP0_OFF_TIME DUTY_CYCLE_12600_MS
#define AM_APP_0 240
#define AM_APP_1 241
#define AM_APP_2 242
#define AM_APP_3 243
#define AM_APP_4 244
#define AM_APP_5 245
#endif //APP_DUTY_CYCLES_H
--- NEW FILE: MakeIncludes ---
BASE_DIR = $(TOSROOT)/apps/tests/TestRadioPM/lib/
CFLAGS += -I$(BASE_DIR)/serialDebug
CFLAGS += -I$(BASE_DIR)/timeSync
CFLAGS += -I$(BASE_DIR)/radioPM
CFLAGS += -I$(BASE_DIR)/radioPM/types
CFLAGS += -I$(BASE_DIR)/radioPM/system
CFLAGS += -I$(BASE_DIR)/radioPM/interfaces
CFLAGS += -I$(BASE_DIR)/radioPM/protocols/Peas
CFLAGS += -I$(BASE_DIR)/radioPM/protocols/ReceivingApp
CFLAGS += -I$(BASE_DIR)/radioPM/protocols/SendingApp
CFLAGS += -I$(BASE_DIR)/radioPM/components/abstractions/DutyCycleTimes
CFLAGS += -I$(BASE_DIR)/radioPM/components/abstractions/RadioDutyCycling
CFLAGS += -I$(BASE_DIR)/radioPM/components/abstractions/LowPowerListening
CFLAGS += -I$(BASE_DIR)/radioPM/components/sleepSchedulers/bss
CFLAGS += -I$(BASE_DIR)/radioPM/components/sleepSchedulers/sss
CFLAGS += -I$(BASE_DIR)/radioPM/components/sleepSchedulers/lpl
# CFLAGS += -I$(BASE_DIR)/radioPM/components/aggregators/PeasDutyCycling
CFLAGS += -I$(BASE_DIR)/radioPM/components/aggregators/RadioDutyCycling
# CFLAGS += -I$(BASE_DIR)/radioPM/components/aggregators/PeasPriorityDutyCycling
# CFLAGS += -I$(BASE_DIR)/radioPM/radios/cc1000
CFLAGS += -I$(BASE_DIR)/radioPM/radios/cc2420
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestRadioPM/apps/TestSleepSchedulers/GenericSender
GenericSenderAppC.nc, NONE, 1.1.2.1 GenericSenderC.nc, NONE,
1.1.2.1 Makefile, NONE, 1.1.2.1
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/TestRadioPM/apps/TestUPMA/GatewayNode
Makefile, NONE, 1.1.2.1 MsgCountMsg.h, NONE,
1.1.2.1 PrintMsgCountMsgs.java, NONE,
1.1.2.1 RadioPmProtocolManagerC.nc, NONE,
1.1.2.1 TestGatewayNodeAppC.nc, NONE,
1.1.2.1 TestGatewayNodeC.nc, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list