📄 app.c
字号:
volatile TOSH_sched_entry_T TOSH_queue[TOSH_MAX_TASKS];uint8_t TOSH_sched_full;volatile uint8_t TOSH_sched_free;static inline void TOSH_sched_init(void );bool TOS_post(void (*tp)(void));#line 82bool TOS_post(void (*tp)(void)) ;#line 116static inline bool TOSH_run_next_task(void);#line 139static inline void TOSH_run_task(void);# 187 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\tos.h"static inline void *nmemcpy(void *to, const void *from, size_t n);# 14 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\Ident.h"enum __nesc_unnamed4255 { IDENT_MAX_PROGRAM_NAME_LENGTH = 17};#line 19typedef struct __nesc_unnamed4256 { uint32_t unix_time; uint32_t user_hash; char program_name[IDENT_MAX_PROGRAM_NAME_LENGTH];} Ident_t;# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\micaz\\AM.h"enum __nesc_unnamed4257 { TOS_BCAST_ADDR = 0xffff, TOS_UART_ADDR = 0x007e};#line 70enum __nesc_unnamed4258 { TOS_DEFAULT_AM_GROUP = 0x7d};uint8_t TOS_AM_GROUP = TOS_DEFAULT_AM_GROUP;#line 124#line 100typedef 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]; uint8_t strength; uint8_t lqi; bool crc; uint8_t ack; uint16_t time;} TOS_Msg;#line 126typedef struct TinySec_Msg { uint8_t invalid;} TinySec_Msg;enum __nesc_unnamed4259 { 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;# 40 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\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);# 18 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\micaz\\Timer.h"enum __nesc_unnamed4260 { TIMER_REPEAT = 0, TIMER_ONE_SHOT = 1, NUM_TIMERS = 1U + 0U + 0U};# 12 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm128\\Clock.h"enum __nesc_unnamed4261 { 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_unnamed4262 { DEFAULT_SCALE = 3, DEFAULT_INTERVAL = 127};# 11 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm128\\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);# 50 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\lib\\Broadcast\\Bcast.h"enum __nesc_unnamed4263 { UART_SEQ_NO = 0, INIT_SEQ_NO = 0};#line 55typedef struct _BcastMsg { int16_t seqno; uint8_t data[64 - 2];} __attribute((packed)) TOS_BcastMsg;# 78 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Pot.nc"static result_t PotM$Pot$init(uint8_t arg_0x1a554bb0);# 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);# 31 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\atm128\\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_0x1a5e5ce0, result_t arg_0x1a5e5e70);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\TokenReceiveMsg.nc"static TOS_MsgPtr TOSBaseM$UARTTokenReceive$receive(TOS_MsgPtr arg_0x1a5e18a8, uint8_t arg_0x1a5e1a30);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr TOSBaseM$RadioReceive$receive(TOS_MsgPtr arg_0x1a5e4a58);# 119 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Send.nc"static result_t TOSBaseM$RadioSend$sendDone(TOS_MsgPtr arg_0x1a5c1908, result_t arg_0x1a5c1a98);# 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_0x1a5e4a58);# 40 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\TimerJiffyAsync.nc"static result_t CC2420RadioM$BackoffTimerJiffy$fired(void);# 73 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\CC2420RadioM.nc"static TOS_MsgPtr CC2420RadioM$default$asyncReceive(TOS_MsgPtr arg_0x1a7041d8);# 58 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static result_t CC2420RadioM$Send$send(TOS_MsgPtr arg_0x1a5e5588);# 44 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\MacControl.nc"static void CC2420RadioM$MacControl$disableAck(void);static void CC2420RadioM$MacControl$disableAddrDecode(void);# 44 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\HPLCC2420.nc"static result_t CC2420RadioM$HPLChipcon$FIFOPIntr(void);# 31 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\RadioCoordinator.nc"static void CC2420RadioM$RadioSendCoordinator$default$startSymbol(uint8_t arg_0x1a6c2eb0, uint8_t arg_0x1a6d6068, TOS_MsgPtr arg_0x1a6d61f8);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static result_t CC2420RadioM$StdControl$init(void);static result_t CC2420RadioM$StdControl$start(void);# 43 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\MacBackoff.nc"static int16_t CC2420RadioM$MacBackoff$default$initialBackoff(TOS_MsgPtr arg_0x1a6a6b40);static int16_t CC2420RadioM$MacBackoff$default$congestionBackoff(TOS_MsgPtr arg_0x1a6a5030);# 74 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\CC2420RadioM.nc"static void CC2420RadioM$default$shortReceived(void);# 44 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\HPLCC2420.nc"static result_t CC2420ControlM$HPLChipcon$FIFOPIntr(void);# 48 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\HPLCC2420RAM.nc"static result_t CC2420ControlM$HPLChipconRAM$writeDone(uint16_t arg_0x1a713798, uint8_t arg_0x1a713920, uint8_t *arg_0x1a713ac8);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static result_t CC2420ControlM$StdControl$init(void);static result_t CC2420ControlM$StdControl$start(void);# 148 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\CC2420Control.nc"static result_t CC2420ControlM$CC2420Control$disableAutoAck(void);#line 52static result_t CC2420ControlM$CC2420Control$TunePreset(uint8_t arg_0x1a683030);#line 112static result_t CC2420ControlM$CC2420Control$RxMode(void);#line 168static result_t CC2420ControlM$CC2420Control$disableAddrDecode(void);#line 155static result_t CC2420ControlM$CC2420Control$setShortAddress(uint16_t arg_0x1a6930b0);#line 83static result_t CC2420ControlM$CC2420Control$OscillatorOn(void);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\HPLCC2420.nc"static result_t HPLCC2420M$HPLCC2420$enableFIFOP(void);#line 65static uint16_t HPLCC2420M$HPLCC2420$read(uint8_t arg_0x1a6e2be0);#line 58static uint8_t HPLCC2420M$HPLCC2420$write(uint8_t arg_0x1a6e2368, uint16_t arg_0x1a6e24f8);#line 51static uint8_t HPLCC2420M$HPLCC2420$cmd(uint8_t arg_0x1a6e4c98);#line 42static result_t HPLCC2420M$HPLCC2420$disableFIFOP(void);# 46 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\HPLCC2420RAM.nc"static result_t HPLCC2420M$HPLCC2420RAM$write(uint16_t arg_0x1a714f10, uint8_t arg_0x1a7130b0, uint8_t *arg_0x1a713258);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\StdControl.nc"static result_t HPLCC2420M$StdControl$init(void);static result_t HPLCC2420M$StdControl$start(void);# 56 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\HPLCC2420FIFO.nc"static result_t HPLCC2420FIFOM$HPLCC2420FIFO$writeTXFIFO(uint8_t arg_0x1a6f5708, uint8_t *arg_0x1a6f58b0);#line 46static result_t HPLCC2420FIFOM$HPLCC2420FIFO$readRXFIFO(uint8_t arg_0x1a6f6c70, uint8_t *arg_0x1a6f6e18);# 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);# 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);# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\micaz\\Timer.nc"static result_t TimerM$Timer$default$fired(# 26 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\TimerM.nc"uint8_t arg_0x1a8f21e0);# 105 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Clock.nc"static void HPLClock$Clock$setInterval(uint8_t arg_0x1a903240);#line 153static uint8_t HPLClock$Clock$readCounter(void);#line 96static result_t HPLClock$Clock$setRate(char arg_0x1a904490, char arg_0x1a904610);#line 121static uint8_t HPLClock$Clock$getInterval(void);# 106 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Leds.nc"static result_t NoLeds$Leds$greenToggle(void);#line 81static result_t NoLeds$Leds$redToggle(void);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\PowerManagement.nc"static uint8_t HPLPowerManagementM$PowerManagement$adjustPower(void);# 34 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\radio\\cc2420\\TimerJiffyAsync.nc"static result_t TimerJiffyAsyncM$TimerJiffyAsync$setOneShot(uint32_t arg_0x1a6f0bf8);static bool TimerJiffyAsyncM$TimerJiffyAsync$isSet(void);#line 36static 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 HPLTimer2$Timer2$setIntervalAndScale(uint8_t arg_0x1a915120, uint8_t arg_0x1a9152a8);#line 168static void HPLTimer2$Timer2$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);# 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_0x1aa637c8);#line 66static result_t FramerM$ByteComm$rxByteReady(uint8_t arg_0x1aa64ca0, bool arg_0x1aa64e28, uint16_t arg_0x1aa63010);# 58 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static result_t FramerM$BareSendMsg$send(TOS_MsgPtr arg_0x1a5e5588);# 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_0x1a5e02d0);# 88 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\HPLUART.nc"static result_t UARTM$HPLUART$get(uint8_t arg_0x1aae74f8);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_0x1aa645a8);# 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_0x1aae8d68);# 36 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\mica2\\HPLUART0M.nc"static result_t HPLUART0M$Setbaud(uint32_t arg_0x1aaf46c8);# 83 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Send.nc"static result_t BcastM$Send$send(# 47 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\lib\\Broadcast\\BcastM.nc"uint8_t arg_0x1ab2b2f8, # 83 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Send.nc"TOS_MsgPtr arg_0x1a5c2210, uint16_t arg_0x1a5c23a0);#line 119static result_t BcastM$Send$default$sendDone(# 47 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\lib\\Broadcast\\BcastM.nc"uint8_t arg_0x1ab2b2f8, # 119 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\Send.nc"TOS_MsgPtr arg_0x1a5c1908, result_t arg_0x1a5c1a98);# 49 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SendMsg.nc"static result_t BcastM$SendMsg$sendDone(# 52 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\lib\\Broadcast\\BcastM.nc"uint8_t arg_0x1ab243c8, # 49 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SendMsg.nc"TOS_MsgPtr arg_0x1ab26d88, result_t arg_0x1ab26f18);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr AMPromiscuous$ReceiveMsg$default$receive(# 36 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\AMPromiscuous.nc"uint8_t arg_0x1ab523e0, # 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"TOS_MsgPtr arg_0x1a5e4a58);# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\platform\\micaz\\Timer.nc"static result_t AMPromiscuous$ActivityTimer$fired(void);# 67 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static result_t AMPromiscuous$UARTSend$sendDone(TOS_MsgPtr arg_0x1a5e5ce0, result_t arg_0x1a5e5e70);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr AMPromiscuous$RadioReceive$receive(TOS_MsgPtr arg_0x1a5e4a58);# 46 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\AMPromiscuous.nc"static result_t AMPromiscuous$default$sendDone(void);# 67 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\BareSendMsg.nc"static result_t AMPromiscuous$RadioSend$sendDone(TOS_MsgPtr arg_0x1a5e5ce0, result_t arg_0x1a5e5e70);# 48 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SendMsg.nc"static result_t AMPromiscuous$SendMsg$send(# 35 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\system\\AMPromiscuous.nc"uint8_t arg_0x1ab54cb0, # 48 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SendMsg.nc"uint16_t arg_0x1ab265c0, uint8_t arg_0x1ab26748, TOS_MsgPtr arg_0x1ab268d8);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr AMPromiscuous$UARTReceive$receive(TOS_MsgPtr arg_0x1a5e4a58);#line 75static TOS_MsgPtr FramerAckM$ReceiveMsg$receive(TOS_MsgPtr arg_0x1a5e4a58);# 75 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\TokenReceiveMsg.nc"static TOS_MsgPtr FramerAckM$TokenReceiveMsg$receive(TOS_MsgPtr arg_0x1a5e18a8, uint8_t arg_0x1a5e1a30);# 48 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SendMsg.nc"static result_t QueuedSendM$QueueSendMsg$send(# 60 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\lib\\Queue\\QueuedSendM.nc"uint8_t arg_0x1abe14e8, # 48 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SendMsg.nc"uint16_t arg_0x1ab265c0, uint8_t arg_0x1ab26748, TOS_MsgPtr arg_0x1ab268d8);static result_t QueuedSendM$SerialSendMsg$sendDone(# 65 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\lib\\Queue\\QueuedSendM.nc"uint8_t arg_0x1abe0010, # 49 "C:\\Crossbow\\cygwin\\opt\\MoteWorks.GGB\\tos\\interfaces\\SendMsg.nc"TOS_MsgPtr arg_0x1ab26d88, result_t arg_0x1ab26f18);# 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"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -