⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 app.c

📁 无线传感器网络中的无线抓包工具。Sniffer能够监听802.15.4网络的无线数据包。Sniffer采用NesC语言编写
💻 C
📖 第 1 页 / 共 5 页
字号:
} Ident_t;# 89 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\AM.h"enum __nesc_unnamed4256 {  TOS_BCAST_ADDR = 0xffff,   TOS_UART_ADDR = 0x007e};enum __nesc_unnamed4257 {  TOS_DEFAULT_AM_GROUP = 0x7d};uint8_t TOS_AM_GROUP = TOS_DEFAULT_AM_GROUP;#line 156#line 132typedef struct TOS_Msg {  uint8_t length;  uint8_t fcfhi;  uint8_t fcflo;  uint8_t dsn;  uint16_t destpan;  uint16_t addr;  uint8_t type;  uint8_t group;  int8_t data[64 + 3];  uint8_t strength;  uint8_t lqi;  bool crc;  uint8_t ack;  uint16_t time;} TOS_Msg;#line 158typedef struct TinySec_Msg {  uint8_t invalid;} TinySec_Msg;#line 163typedef struct Ack_Msg {  uint8_t length;  uint8_t fcfhi;  uint8_t fcflo;  uint8_t dsn;  uint8_t fcshi;  uint8_t fcslo;} Ack_Msg;enum __nesc_unnamed4258 {  MSG_HEADER_SIZE = (size_t )& ((struct TOS_Msg *)0)->data - 1,   MSG_FOOTER_SIZE = 2,   MSG_DATA_SIZE = (size_t )& ((struct TOS_Msg *)0)->strength + sizeof(uint16_t ),   DATA_LENGTH = 64,   LENGTH_BYTE_NUMBER = (size_t )& ((struct TOS_Msg *)0)->length + 1,   TOS_HEADER_SIZE = 5};typedef TOS_Msg *TOS_MsgPtr;# 39 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Timer.h"enum __nesc_unnamed4259 {  TIMER_REPEAT = 0,   TIMER_ONE_SHOT = 1,   NUM_TIMERS = 3U};# 19 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\byteorder.h"static __inline int is_host_lsb(void);static __inline uint16_t toLSB16(uint16_t a);static __inline uint16_t fromLSB16(uint16_t a);# 11 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\HPLTimer1.h"enum __nesc_unnamed4260 {  TCLK_CPU_OFF = 0,   TCLK_CPU_DIV1 = 1,   TCLK_CPU_DIV8 = 2,   TCLK_CPU_DIV64 = 3,   TCLK_CPU_DIV256 = 4,   TCLK_CPU_DIV1024 = 5};enum __nesc_unnamed4261 {  TIMER1_DEFAULT_SCALE = TCLK_CPU_DIV64,   TIMER1_DEFAULT_INTERVAL = 255};# 13 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\Clock.h"enum __nesc_unnamed4262 {  TOS_I1000PS = 32, TOS_S1000PS = 1,   TOS_I100PS = 40, TOS_S100PS = 2,   TOS_I10PS = 101, TOS_S10PS = 3,   TOS_I1024PS = 0, TOS_S1024PS = 3,   TOS_I512PS = 1, TOS_S512PS = 3,   TOS_I256PS = 3, TOS_S256PS = 3,   TOS_I128PS = 7, TOS_S128PS = 3,   TOS_I64PS = 15, TOS_S64PS = 3,   TOS_I32PS = 31, TOS_S32PS = 3,   TOS_I16PS = 63, TOS_S16PS = 3,   TOS_I8PS = 127, TOS_S8PS = 3,   TOS_I4PS = 255, TOS_S4PS = 3,   TOS_I2PS = 15, TOS_S2PS = 7,   TOS_I1PS = 31, TOS_S1PS = 7,   TOS_I0PS = 0, TOS_S0PS = 0};enum __nesc_unnamed4263 {  DEFAULT_SCALE = 3, DEFAULT_INTERVAL = 127};# 12 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\crc.h"uint16_t crcTable[256] __attribute((__progmem__))  = { 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7, 0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef, 0x1231, 0x0210, 0x3273, 0x2252, 0x52b5, 0x4294, 0x72f7, 0x62d6, 0x9339, 0x8318, 0xb37b, 0xa35a, 0xd3bd, 0xc39c, 0xf3ff, 0xe3de, 0x2462, 0x3443, 0x0420, 0x1401, 0x64e6, 0x74c7, 0x44a4, 0x5485, 0xa56a, 0xb54b, 0x8528, 0x9509, 0xe5ee, 0xf5cf, 0xc5ac, 0xd58d, 0x3653, 0x2672, 0x1611, 0x0630, 0x76d7, 0x66f6, 0x5695, 0x46b4, 0xb75b, 0xa77a, 0x9719, 0x8738, 0xf7df, 0xe7fe, 0xd79d, 0xc7bc, 0x48c4, 0x58e5, 0x6886, 0x78a7, 0x0840, 0x1861, 0x2802, 0x3823, 0xc9cc, 0xd9ed, 0xe98e, 0xf9af, 0x8948, 0x9969, 0xa90a, 0xb92b, 0x5af5, 0x4ad4, 0x7ab7, 0x6a96, 0x1a71, 0x0a50, 0x3a33, 0x2a12, 0xdbfd, 0xcbdc, 0xfbbf, 0xeb9e, 0x9b79, 0x8b58, 0xbb3b, 0xab1a, 0x6ca6, 0x7c87, 0x4ce4, 0x5cc5, 0x2c22, 0x3c03, 0x0c60, 0x1c41, 0xedae, 0xfd8f, 0xcdec, 0xddcd, 0xad2a, 0xbd0b, 0x8d68, 0x9d49, 0x7e97, 0x6eb6, 0x5ed5, 0x4ef4, 0x3e13, 0x2e32, 0x1e51, 0x0e70, 0xff9f, 0xefbe, 0xdfdd, 0xcffc, 0xbf1b, 0xaf3a, 0x9f59, 0x8f78, 0x9188, 0x81a9, 0xb1ca, 0xa1eb, 0xd10c, 0xc12d, 0xf14e, 0xe16f, 0x1080, 0x00a1, 0x30c2, 0x20e3, 0x5004, 0x4025, 0x7046, 0x6067, 0x83b9, 0x9398, 0xa3fb, 0xb3da, 0xc33d, 0xd31c, 0xe37f, 0xf35e, 0x02b1, 0x1290, 0x22f3, 0x32d2, 0x4235, 0x5214, 0x6277, 0x7256, 0xb5ea, 0xa5cb, 0x95a8, 0x8589, 0xf56e, 0xe54f, 0xd52c, 0xc50d, 0x34e2, 0x24c3, 0x14a0, 0x0481, 0x7466, 0x6447, 0x5424, 0x4405, 0xa7db, 0xb7fa, 0x8799, 0x97b8, 0xe75f, 0xf77e, 0xc71d, 0xd73c, 0x26d3, 0x36f2, 0x0691, 0x16b0, 0x6657, 0x7676, 0x4615, 0x5634, 0xd94c, 0xc96d, 0xf90e, 0xe92f, 0x99c8, 0x89e9, 0xb98a, 0xa9ab, 0x5844, 0x4865, 0x7806, 0x6827, 0x18c0, 0x08e1, 0x3882, 0x28a3, 0xcb7d, 0xdb5c, 0xeb3f, 0xfb1e, 0x8bf9, 0x9bd8, 0xabbb, 0xbb9a, 0x4a75, 0x5a54, 0x6a37, 0x7a16, 0x0af1, 0x1ad0, 0x2ab3, 0x3a92, 0xfd2e, 0xed0f, 0xdd6c, 0xcd4d, 0xbdaa, 0xad8b, 0x9de8, 0x8dc9, 0x7c26, 0x6c07, 0x5c64, 0x4c45, 0x3ca2, 0x2c83, 0x1ce0, 0x0cc1, 0xef1f, 0xff3e, 0xcf5d, 0xdf7c, 0xaf9b, 0xbfba, 0x8fd9, 0x9ff8, 0x6e17, 0x7e36, 0x4e55, 0x5e74, 0x2e93, 0x3eb2, 0x0ed1, 0x1ef0 };static inline uint16_t crcByte(uint16_t oldCrc, uint8_t byte);# 78 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Pot.nc"static  result_t PotM$Pot$init(uint8_t arg_0x1a544010);# 74 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\HPLPot.nc"static  result_t HPLPotC$Pot$finalise(void);#line 59static  result_t HPLPotC$Pot$decrease(void);static  result_t HPLPotC$Pot$increase(void);# 32 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\HPLInit.nc"static  result_t HPLInit$init(void);# 67 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static  result_t TOSBaseM$UARTSend$sendDone(TOS_MsgPtr arg_0x1a5a4620, result_t arg_0x1a5a47b0);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\TokenReceiveMsg.nc"static  TOS_MsgPtr TOSBaseM$UARTTokenReceive$receive(TOS_MsgPtr arg_0x1a5b5090, uint8_t arg_0x1a5b5218);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"static  TOS_MsgPtr TOSBaseM$RadioReceive$receive(TOS_MsgPtr arg_0x1a5d3320);# 67 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static  result_t TOSBaseM$RadioSend$sendDone(TOS_MsgPtr arg_0x1a5a4620, result_t arg_0x1a5a47b0);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t TOSBaseM$StdControl$init(void);static  result_t TOSBaseM$StdControl$start(void);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"static  TOS_MsgPtr TOSBaseM$UARTReceive$receive(TOS_MsgPtr arg_0x1a5d3320);# 64 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SplitControl.nc"static  result_t RF230ControlM$SplitControl$init(void);#line 77static  result_t RF230ControlM$SplitControl$start(void);# 104 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\RF230Control.nc"static   void RF230ControlM$RF230Control$force_TRX_OFF(void);#line 116static   void RF230ControlM$RF230Control$set_RX_ON(void);#line 74static   void RF230ControlM$RF230Control$getRSSIandCRC(bool *arg_0x1a673e60, uint8_t *arg_0x1a672030);#line 98static   void RF230ControlM$RF230Control$set_TRX_OFF(void);#line 17static   void RF230ControlM$RF230Control$resetRadio(void);#line 110static   void RF230ControlM$RF230Control$set_PLL_ON(void);#line 90static   bool RF230ControlM$RF230Control$CCA(void);# 73 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Timer.nc"static  result_t RF230ControlM$initTimer$fired(void);# 29 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\WakeSequence.nc"static   void RF230RadioM$WakeSequence$sendWakeDone(result_t arg_0x1a7467f8);#line 46static   void RF230RadioM$WakeSequence$IncomingPacket(void);static   void RF230RadioM$WakeSequence$sniffExpired(bool arg_0x1a744b90);# 85 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SplitControl.nc"static  result_t RF230RadioM$RadioSplitControl$startDone(void);# 67 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static  result_t RF230RadioM$PHYSend$sendDone(TOS_MsgPtr arg_0x1a5a4620, result_t arg_0x1a5a47b0);#line 58static  result_t RF230RadioM$Send$send(TOS_MsgPtr arg_0x1a5d5ea8);# 73 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Timer.nc"static  result_t RF230RadioM$SleepTimer$fired(void);#line 73static  result_t RF230RadioM$IntervalTimer$fired(void);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"static  TOS_MsgPtr RF230RadioM$PHYRecv$receive(TOS_MsgPtr arg_0x1a5d3320);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t RF230RadioM$StdControl$init(void);static  result_t RF230RadioM$StdControl$start(void);# 24 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\MacBackoff.nc"static   int16_t RF230RadioM$MacBackoff$initialBackoff(TOS_MsgPtr arg_0x1a7417f8);static   int16_t RF230RadioM$MacBackoff$congestionBackoff(TOS_MsgPtr arg_0x1a741cb8);# 16 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\RF230Interrupts.nc"static  void  RF230RadioRawM$RF230Interrupts$INT_RX_Start(void);static  void  RF230RadioRawM$RF230Interrupts$INT_TRX_UnderRun(void);#line 18static  void  RF230RadioRawM$RF230Interrupts$INT_TRX_Done(void);# 64 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SplitControl.nc"static  result_t RF230RadioRawM$RadioSplitControl$init(void);#line 77static  result_t RF230RadioRawM$RadioSplitControl$start(void);# 31 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\RadioCoordinator.nc"static   void RF230RadioRawM$sendCoordinator$default$startSymbol(uint8_t arg_0x1a7a7988, uint8_t arg_0x1a7a7b10, TOS_MsgPtr arg_0x1a7a7ca0);# 22 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\TimerJiffyAsync.nc"static   result_t RF230RadioRawM$TimerJiffyAsync$fired(void);# 31 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\RadioCoordinator.nc"static   void RF230RadioRawM$recvCoordinator$default$startSymbol(uint8_t arg_0x1a7a7988, uint8_t arg_0x1a7a7b10, TOS_MsgPtr arg_0x1a7a7ca0);# 58 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static  result_t RF230RadioRawM$Send$send(TOS_MsgPtr arg_0x1a5d5ea8);# 85 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SplitControl.nc"static  result_t RF230RadioRawM$RF230ControlSplitControl$startDone(void);# 12 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\RF230Interrupts.nc"static   void RF230InterruptsM$RF230Interrupts$enable(void);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t RF230InterruptsM$InterruptControl$init(void);static  result_t RF230InterruptsM$InterruptControl$start(void);# 60 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\TimerCapture.nc"static   void RF230InterruptsM$TimerCapture$captured(uint16_t arg_0x1a895648);# 157 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\Clock16.nc"static   result_t HPLTimer1M$Timer1$default$fire(void);# 19 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\TimerCapture.nc"static   uint16_t HPLTimer1M$CaptureT1$getEvent(void);#line 50static   void HPLTimer1M$CaptureT1$enableEvents(void);#line 28static   void HPLTimer1M$CaptureT1$setEdge(uint8_t arg_0x1a897010);# 34 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\HPLRF230.nc"static   void HPLRF230M$HPLRF230$writeFrame(uint8_t arg_0x1a6b2030, uint8_t *arg_0x1a6b21d8);#line 46static   uint8_t HPLRF230M$HPLRF230$readFrameCRC(uint8_t *arg_0x1a6b1010);#line 14static   void HPLRF230M$HPLRF230$writeReg(uint8_t arg_0x1a6b6a80, uint8_t arg_0x1a6b6c08);#line 29static   void HPLRF230M$HPLRF230$bitWrite(uint8_t arg_0x1a6b44f0, uint8_t arg_0x1a6b4678, uint8_t arg_0x1a6b4800, uint8_t arg_0x1a6b4988);static   void HPLRF230M$HPLRF230$addCRC(uint8_t *arg_0x1a6b2870);#line 19static   uint8_t HPLRF230M$HPLRF230$readReg(uint8_t arg_0x1a6b52d8);# 14 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\rf230\\HPLRF230Init.nc"static   void HPLRF230M$HPLRF230Init$init(void);# 180 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Clock.nc"static   result_t TimerM$Clock$fire(void);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t TimerM$StdControl$init(void);# 73 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Timer.nc"static  result_t TimerM$Timer$default$fired(# 26 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\TimerM.nc"uint8_t arg_0x1a9d03a0);# 59 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Timer.nc"static  result_t TimerM$Timer$start(# 26 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\TimerM.nc"uint8_t arg_0x1a9d03a0, # 59 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Timer.nc"char arg_0x1a6d5a48, uint32_t arg_0x1a6d5be0);# 105 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Clock.nc"static   void HPLClock$Clock$setInterval(uint8_t arg_0x1a9f4da8);#line 148static   result_t HPLClock$Clock$setIntervalAndScale(uint8_t arg_0x1a9f2d00, uint8_t arg_0x1a9f2e88);static   uint8_t HPLClock$Clock$readCounter(void);#line 96static   result_t HPLClock$Clock$setRate(char arg_0x1a9f4010, char arg_0x1a9f4190);#line 121static   uint8_t HPLClock$Clock$getInterval(void);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\PowerManagement.nc"static   uint8_t HPLPowerManagementM$PowerManagement$adjustPower(void);# 16 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\TimerJiffyAsync.nc"static   result_t TimerJiffyAsyncM$TimerJiffyAsync$setOneShot(uint32_t arg_0x1a7b35f0);static   result_t TimerJiffyAsyncM$TimerJiffyAsync$stop(void);# 180 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Clock.nc"static   result_t TimerJiffyAsyncM$Timer$fire(void);#line 148static   result_t HPLTimer0$Timer0$setIntervalAndScale(uint8_t arg_0x1a9f2d00, uint8_t arg_0x1a9f2e88);#line 168static   void HPLTimer0$Timer0$intDisable(void);# 56 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Leds.nc"static   result_t LedsC$Leds$init(void);#line 72static   result_t LedsC$Leds$redOff(void);static   result_t LedsC$Leds$redToggle(void);#line 64static   result_t LedsC$Leds$redOn(void);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Random.nc"static   uint16_t RandomLFSR$Random$rand(void);#line 57static   result_t RandomLFSR$Random$init(void);# 83 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ByteComm.nc"static   result_t FramerM$ByteComm$txDone(void);#line 75static   result_t FramerM$ByteComm$txByteReady(bool arg_0x1ab23dc0);#line 66static   result_t FramerM$ByteComm$rxByteReady(uint8_t arg_0x1ab232e8, bool arg_0x1ab23470, uint16_t arg_0x1ab23608);# 58 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static  result_t FramerM$BareSendMsg$send(TOS_MsgPtr arg_0x1a5d5ea8);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t FramerM$StdControl$init(void);static  result_t FramerM$StdControl$start(void);# 88 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\TokenReceiveMsg.nc"static  result_t FramerM$TokenReceiveMsg$ReflectToken(uint8_t arg_0x1a5b5a90);# 88 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\HPLUART.nc"static   result_t UARTM$HPLUART$get(uint8_t arg_0x1ab92168);static   result_t UARTM$HPLUART$putDone(void);# 55 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ByteComm.nc"static   result_t UARTM$ByteComm$txByte(uint8_t arg_0x1ab25bd0);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t UARTM$Control$init(void);static  result_t UARTM$Control$start(void);# 62 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\HPLUART.nc"static   result_t HPLUART0M$UART$init(void);#line 80static   result_t HPLUART0M$UART$put(uint8_t arg_0x1ab93a10);# 37 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\HPLUART0M.nc"static   result_t HPLUART0M$Setbaud(uint32_t arg_0x1abb0428);# 27 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\RealMain.nc"static  result_t RealMain$hardwareInit(void);# 78 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Pot.nc"static  result_t RealMain$Pot$init(uint8_t arg_0x1a544010);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t RealMain$StdControl$init(void);static  result_t RealMain$StdControl$start(void);# 34 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\RealMain.nc"int main(void)   ;# 74 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\HPLPot.nc"static  result_t PotM$HPLPot$finalise(void);#line 59static  result_t PotM$HPLPot$decrease(void);static  result_t PotM$HPLPot$increase(void);# 70 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\PotM.nc"uint8_t PotM$potSetting;static inline void PotM$setPot(uint8_t value);#line 85static inline  result_t PotM$Pot$init(uint8_t initialSetting);# 37 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\HPLPotC.nc"static inline  result_t HPLPotC$Pot$decrease(void);static inline  result_t HPLPotC$Pot$increase(void);static inline  result_t HPLPotC$Pot$finalise(void);# 37 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm1281\\HPLInit.nc"static inline  result_t HPLInit$init(void);# 58 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static  result_t TOSBaseM$UARTSend$send(TOS_MsgPtr arg_0x1a5d5ea8);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static  result_t TOSBaseM$RadioControl$init(void);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -