代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/310709/3692235
h sfsource.h
#ifndef SFSOURCE_H
#define SFSOURCE_H
int open_sf_source(const char *host, int port);
/* Returns: file descriptor for TinyOS 2.0 serial forwarder at host:port, or
-1 for failure
*/
int init_sf
www.eeworm.com/read/270919/4231882
makefile
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.drip
MIG = mig java
NCG = ncg java
LIB = $(TOSDIR)/lib/Drip
# List of message classes to build
MSGS = DripMsg.java AddressMsg.java TestDri
www.eeworm.com/read/270919/4231924
java pngencoderb.java
// $Id: PngEncoderB.java,v 1.2 2003/10/07 21:46:02 idgay Exp $
package net.tinyos.plot;
//package com.keypoint;
/**
* PngEncoderB takes a Java BufferedImage object and creates a byte string which c
www.eeworm.com/read/270919/4231995
makefile
# Top-level Makefile for tools/java
SUBDIRS =
ROOT = ../../..
include $(ROOT)/Makefile.include
libdtnstub: DTNStubImp.c DTNStub.java
javah -jni net.tinyos.util.DTNStub
gcc -c -fpic -I dtn/libdt
www.eeworm.com/read/270919/4232558
ledsintensity readme.ledsintensity
$Id: README.LedsIntensity,v 1.2 2004/05/10 07:25:29 cssharp Exp $
README for LedsIntensity
Author/Contact: tinyos-help@millennium.berkeley.edu
@author Cory Sharp
Descript
www.eeworm.com/read/270919/4233654
reverseuart readme.reverseuart
$Id: README.ReverseUART,v 1.1 2004/05/30 20:46:33 cssharp Exp $
README for ReverseUART
Author/Contact: tinyos-help@millennium.berkeley.edu
@author Cory Sharp
Description:
www.eeworm.com/read/270919/4233799
countradio readme.countradio
$Id: README.CountRadio,v 1.1 2004/05/01 04:22:10 cssharp Exp $
README for CountRadio
Author/Contact: tinyos-help@millennium.berkeley.edu
@author Cory Sharp
Description:
www.eeworm.com/read/383940/2605444
am makefile.am
JDK = @JDK@
EXEEXT=
tinyoslibdir=$(libdir)/tinyos
tinyoslib_PROGRAMS = @TOSCOMMLIB@
EXTRA_PROGRAMS = libtoscomm-32.so libtoscomm-64.so toscomm.dll libtoscomm.jnilib
# Compiling libtoscomm.so with
www.eeworm.com/read/383940/2605539
h annots_stage1.h
/* Keep TinyOS happy with pre 1.3.0 nesC's */
#ifndef ANNOTS_STAGE1_INCLUDED
#define ANNOTS_STAGE1_INCLUDED
// JDR temporary code: define away two obsolete annotations
#define BOUND(x,y)
#define SIN
www.eeworm.com/read/383940/2608451
java serialport.java
//$Id: SerialPort.java,v 1.5 2007/05/18 18:27:03 rincon Exp $
package net.tinyos.comm;
/* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permis