代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/484868/1265379
java env.java
// $Id: Env.java,v 1.3.4.1 2003/08/18 22:09:45 cssharp Exp $
package net.tinyos.util;
/**
* The Env class provides an implementation of
* getenv that actually works, unli
www.eeworm.com/read/484868/1265382
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/484868/1265621
java discmodel.java
// $Id: DiscModel.java,v 1.1.4.1 2003/08/18 22:09:43 cssharp Exp $
package net.tinyos.sim;
public class DiscModel implements PropagationModel {
private double radius;
public DiscModel(double ra
www.eeworm.com/read/222388/4819835
makefile
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.message
MIG = mig java
ROOT = ../../..
include $(ROOT)/Makefile.include
BaseTOSMsg.java:
$(MIG) -java-classname=$(PACKAGE).BaseTOSMsg $(TOS)/s
www.eeworm.com/read/222388/4819872
java env.java
// $Id: Env.java,v 1.3.4.1 2003/08/18 22:09:45 cssharp Exp $
package net.tinyos.util;
/**
* The Env class provides an implementation of
* getenv that actually works, unli
www.eeworm.com/read/222388/4819875
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/222388/4820011
java discmodel.java
// $Id: DiscModel.java,v 1.1.4.1 2003/08/18 22:09:43 cssharp Exp $
package net.tinyos.sim;
public class DiscModel implements PropagationModel {
private double radius;
public DiscModel(double ra
www.eeworm.com/read/166793/5472264
readme
Package: net.tinyos.amhandler
Description: Classes to export an AM-like interface up to java
Author: Sam Madden (madden@cs.berkeley.edu)
These classes export an AM-like interface into java. By exten
www.eeworm.com/read/310709/3692268
java serial.java
/**
* This class is automatically generated by ncg. DO NOT EDIT THIS FILE.
* This class includes values of some nesC constants from
* /opt/tinyos-2.x/tos/lib/serial/Serial.h.
*/
package net.tinyo
www.eeworm.com/read/310709/3692273
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