代码搜索:tinyOS

找到约 3,275 项符合「tinyOS」的源代码

代码结果 3,275
www.eeworm.com/read/310709/3692295

java env.java

// $Id: Env.java,v 1.1.2.2 2006/02/07 18:14:29 idgay Exp $ package net.tinyos.util; /** * The Env class provides an implementation of * getenv that actually works, unlike
www.eeworm.com/read/270919/4231596

readme

README for the TinyOS Make System created on 7 Jan 2004 written by Cory Sharp updated on 16 Apr 2004 by Cory Sharp To describe new TOSMAKE_INCLUDE variable for user make s
www.eeworm.com/read/270919/4231970

makefile

TOS = $(shell ncc -print-tosdir) PACKAGE = net.tinyos.message MIG = mig java SUBDIRS = avrmote telos micaz ROOT = ../../.. include $(ROOT)/Makefile.include BaseTOSMsg.java: $(MIG) -java-classname=
www.eeworm.com/read/270919/4232017

java env.java

// $Id: Env.java,v 1.4 2003/10/07 21:46:09 idgay Exp $ package net.tinyos.util; /** * The Env class provides an implementation of * getenv that actually works, unlike the
www.eeworm.com/read/270919/4232020

install env.install

To install the JNI library for getenv (on x86 Linux and Windows with cygwin): cd /tools/java/jni make install (on Linux you'll have to do this last step as root) If thi
www.eeworm.com/read/270919/4232239

java discmodel.java

// $Id: DiscModel.java,v 1.3 2003/12/26 21:04:44 scipio Exp $ package net.tinyos.sim; public class DiscModel implements PropagationModel { private double radius; public DiscModel(double radius)
www.eeworm.com/read/383940/2605544

h annots_stage2.h

#ifndef ANNOTS_STAGE2_INCLUDED #define ANNOTS_STAGE2_INCLUDED #ifdef SAFE_TINYOS #define __DEPUTY_NONNULL(__n) __attribute__((nonnull)) #define __DEPUTY_BND_NOK(__lo,__hi)
www.eeworm.com/read/383940/2608290

h serialprotocol.h

/** * This file is automatically generated by ncg. DO NOT EDIT THIS FILE. * It includes values of some nesC constants from * /opt/tinyos-2.x/tos/lib/serial/Serial.h. */ enum { SERIAL_HDLC_CTL
www.eeworm.com/read/383940/2608318

makefile

# Makefile for tools/java/net/tinyos/packet SERIAL_H = $(TOSDIR)/lib/serial/Serial.h Serial.py: ncg -o $@ -python-classname=Serial python $(SERIAL_H) Serial.h
www.eeworm.com/read/383940/2608401

java platform.java

package net.tinyos.packet; import java.util.*; class Platform { static int x; static Hashtable platforms; static void add(int dummy, String name, int baudrate) { platforms.put(name, ne