资源简介
基于TinyOS的温度监测程序用的TELOSB的SHT11
代码片段和文件信息
#define nx_struct struct
#define nx_union union
#define dbg(mode format ...) ((void)0)
#define dbg_clear(mode format ...) ((void)0)
#define dbg_active(mode) 0
# 151 “/opt/msp430/lib/gcc-lib/msp430/3.2.3/include/stddef.h“ 3
typedef int ptrdiff_t;
#line 213
typedef unsigned int size_t;
#line 325
typedef int wchar_t;
# 8 “/usr/lib/ncc/deputy_nodeputy.h“
struct __nesc_attr_nonnull {
} ;
#line 9
struct __nesc_attr_bnd {
#line 9
void *lo *hi;
} ;
#line 10
struct __nesc_attr_bnd_nok {
#line 10
void *lo *hi;
} ;
#line 11
struct __nesc_attr_count {
#line 11
int n;
} ;
#line 12
struct __nesc_attr_count_nok {
#line 12
int n;
} ;
#line 13
struct __nesc_attr_one {
} ;
#line 14
struct __nesc_attr_one_nok {
} ;
#line 15
struct __nesc_attr_dmemset {
#line 15
int a1 a2 a3;
} ;
#line 16
struct __nesc_attr_dmemcpy {
#line 16
int a1 a2 a3;
} ;
#line 17
struct __nesc_attr_nts {
} ;
# 38 “/opt/msp430/msp430/include/sys/inttypes.h“ 3
typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef int int16_t;
typedef unsigned int uint16_t;
typedef long int32_t;
typedef unsigned long uint32_t;
typedef long long int64_t;
typedef unsigned long long uint64_t;
typedef int16_t intptr_t;
typedef uint16_t uintptr_t;
# 235 “/usr/lib/ncc/nesc_nx.h“
static __inline uint8_t __nesc_ntoh_uint8(const void * source) ;
static __inline uint8_t __nesc_hton_uint8(void * target uint8_t value) ;
static __inline uint8_t __nesc_ntoh_leuint8(const void * source) ;
static __inline uint8_t __nesc_hton_leuint8(void * target uint8_t value) ;
static __inline int8_t __nesc_ntoh_int8(const void * source) ;
#line 257
static __inline int8_t __nesc_hton_int8(void * target int8_t value) ;
#line 269
static __inline uint16_t __nesc_hton_uint16(void * target uint16_t value) ;
static __inline uint16_t __nesc_ntoh_leuint16(const void * source) ;
static __inline uint16_t __nesc_hton_leuint16(void * target uint16_t value) ;
#line 294
static __inline uint32_t __nesc_ntoh_uint32(const void * source) ;
static __inline uint32_t __nesc_hton_uint32(void * target uint32_t value) ;
#line 385
typedef struct { unsigned char data[1]; } __attribute__((packed)) nx_int8_t;typedef int8_t __nesc_nxbase_nx_int8_t ;
typedef struct { unsigned char data[2]; } __attribute__((packed)) nx_int16_t;typedef int16_t __nesc_nxbase_nx_int16_t ;
typedef struct { unsigned char data[4]; } __attribute__((packed)) nx_int32_t;typedef int32_t __nesc_nxbase_nx_int32_t ;
typedef struct { unsigned char data[8]; } __attribute__((packed)) nx_int64_t;typedef int64_t __nesc_nxbase_nx_int64_t ;
typedef struct { unsigned char data[1]; } __attribute__((packed)) nx_uint8_t;typedef uint8_t __nesc_nxbase_nx_uint8_t ;
typedef struct { unsigned char data[2]; } __attribute__((packed)) nx_uint16_t;typedef uint16_t __nesc_nxbase_nx_uint16_t ;
typedef struct { unsigned char data[4]; } __attribute__((packed)) nx_uint32_t;typedef uint32_t __nesc_nxbase_nx_uint32_t ;
ty
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-06-12 22:25 Project1\
目录 0 2013-06-12 01:51 Project1\build\
目录 0 2013-06-12 01:50 Project1\build\micaz\
目录 0 2013-07-20 23:17 Project1\build\telosb\
文件 684648 2013-07-20 23:16 Project1\build\telosb\app.c
文件 53137 2013-07-20 23:16 Project1\build\telosb\main.exe
文件 46691 2013-07-20 23:16 Project1\build\telosb\main.ihex
文件 46838 2013-07-20 23:16 Project1\build\telosb\tos_image.xm
文件 74 2013-06-12 02:22 Project1\Makefile
文件 48 2013-06-12 01:50 Project1\Makefile.bak
文件 259 2013-07-20 23:10 Project1\TempStation.h
文件 239 2013-07-13 16:29 Project1\TempStation.h.bak
文件 611 2013-06-12 01:06 Project1\TempStationAppC.nc
文件 531 2013-06-12 01:05 Project1\TempStationAppC.nc.bak
文件 5766 2013-06-12 20:59 Project1\TempStationAppC.png
文件 2143 2013-07-20 23:16 Project1\TempStationC.nc
文件 2144 2013-07-20 23:16 Project1\TempStationC.nc.bak
评论
共有 条评论