代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/383940/2608394
makefile
# Makefile for tools/java/net/tinyos/packet
INITIAL_TARGETS = Serial.class Serial.java
ROOT = ../../..
include $(ROOT)/Makefile.include
TOS=$(shell ncc -print-tosdir)
SERIAL_H = $(TOS)/lib/serial/S
www.eeworm.com/read/11139/197573
1 tos-check-env.1
.TH tos-check-env 1 "Feb 3, 2006"
.LO 1
.SH NAME
tos-check-env - Check that your environment is properly configured for TinyOS development
.SH SYNOPSIS
\fBtos-check-env\fR [\fB-avr\fR]
www.eeworm.com/read/270919/4231804
readme
directory: tinyos-1.x/tools/python
author: kamin whitehouse
date: 9/23/05
Please see the following two wiki pages for documentation:
http://today.cs.berkeley.edu/nestfe/index.php/Pytos_Installation_I
www.eeworm.com/read/137691/5819995
java preferencemodel.java
package net.tinyos.mcenter.treeTable;
import java.io.IOException;
import java.util.*;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.output.XMLOutputter;
import java.util.prefs
www.eeworm.com/read/116008/6114250
makefile
TOS=$(shell ncc -print-tosdir)
APPS=$(TOS)/../apps
PACKAGE = net.tinyos.ident
APP=$(APPS)/Ident
MIG = mig -I$(APP) java
MSGS = IdentMsg.java SetIdMsg.java ClearIdMsg.java
all: $(MSGS)
javac *.jav
www.eeworm.com/read/116008/6114342
java aggop.java
package net.tinyos.tinydb;
import java.util.*;
public class AggOp {
public static final byte AGG_SUM = 0;
public static final byte AGG_MIN = 1;
public static final byte AGG_MAX = 2;
www.eeworm.com/read/11139/197320
am makefile.am
AUTOMAKE_OPTIONS = foreign
sharedocdir=$(datadir)/doc/tinyos-tools-@PACKAGE_VERSION@
sharedoc_DATA = tos-bsl.txt tos-bsl-license.txt
dist_man_MANS = tos-bsl.1
if CYGWIN
# Cygwin support u
www.eeworm.com/read/11139/197666
1 ncg.1
.TH ncg 1 "April 27, 2004"
.LO 1
.SH NAME
ncg - extract constants from TinyOS files
.SH SYNOPSIS
\fBncg\fR [any ncc option] [tool-specific options]
[\fB-o\fR \fIoutput-file\fR]
\fIt
www.eeworm.com/read/484868/1265551
java plotplugin.java
// $Id: PlotPlugin.java,v 1.6.4.1 2003/08/18 22:09:44 cssharp Exp $
/* Author Kamin Whitehouse
*/
package net.tinyos.sim.plugins;
import java.lang.*;
import java.util.*;
import java.awt.*;
import
www.eeworm.com/read/222388/4819946
java plotplugin.java
// $Id: PlotPlugin.java,v 1.6.4.1 2003/08/18 22:09:44 cssharp Exp $
/* Author Kamin Whitehouse
*/
package net.tinyos.sim.plugins;
import java.lang.*;
import java.util.*;
import java.awt.*;
import