app.c
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:273k
源码类别:

网络

开发平台:

Others

  1.       CC1000RadioIntM$ecnForwardMsgHdr.type = 222;
  2.       CC1000RadioIntM$ecnForwardMsgHdr.addr = TOS_BCAST_ADDR;
  3.       CC1000RadioIntM$ecnForwardMsgHdr.length = sizeof(ecnMsgType );
  4.       CC1000RadioIntM$ecnForwardMsgHdr.group = 125;
  5.       CC1000RadioIntM$ecnForwardMsgHdr.crc = 0;
  6.       CC1000RadioIntM$syncMsgHdr.type = 223;
  7.       CC1000RadioIntM$syncMsgHdr.addr = TOS_BCAST_ADDR;
  8.       CC1000RadioIntM$syncMsgHdr.length = sizeof(syncMsgType );
  9.       CC1000RadioIntM$syncMsgHdr.group = 125;
  10.       CC1000RadioIntM$syncMsgHdr.crc = 0;
  11.       ecnMsgPtr->hopCount = 0;
  12.       ecnMsgPtr->nextHop = CC1000RadioIntM$nextHop;
  13.       ecnMsgPtr->senderAddress = TOS_LOCAL_ADDRESS;
  14.     }
  15. #line 727
  16.     __nesc_atomic_end(__nesc_atomic); }
  17.   for (i = 0; i < 9; i++) 
  18.     CC1000RadioIntM$usSquelchTable[(int )i] = 0x120;
  19.   CC1000RadioIntM$SpiByteFifo$initSlave();
  20.   CC1000RadioIntM$CC1000StdControl$init();
  21.   CC1000RadioIntM$CC1000Control$SelectLock(0x9);
  22.   CC1000RadioIntM$bInvertRxData = CC1000RadioIntM$CC1000Control$GetLOStatus();
  23.   CC1000RadioIntM$ADCControl$bindPort(TOS_ADC_CC_RSSI_PORT, TOSH_ACTUAL_CC_RSSI_PORT);
  24.   CC1000RadioIntM$ADCControl$init();
  25.   CC1000RadioIntM$Random$init();
  26.   CC1000RadioIntM$TimerControl$init();
  27.   CC1000RadioIntM$LocalAddr = TOS_LOCAL_ADDRESS;
  28.   return SUCCESS;
  29. }
  30. # 63 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  31. inline static  result_t AMStandard$RadioControl$init(void){
  32. #line 63
  33.   unsigned char result;
  34. #line 63
  35. #line 63
  36.   result = CC1000RadioIntM$StdControl$init();
  37. #line 63
  38. #line 63
  39.   return result;
  40. #line 63
  41. }
  42. #line 63
  43. static inline  
  44. # 60 "/home/testuser/tinyos-1.x/tos/system/UARTM.nc"
  45. result_t UARTM$Control$init(void)
  46. #line 60
  47. {
  48.   {
  49.   }
  50. #line 61
  51.   ;
  52.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  53. #line 62
  54.     {
  55.       UARTM$state = FALSE;
  56.     }
  57. #line 64
  58.     __nesc_atomic_end(__nesc_atomic); }
  59.   return SUCCESS;
  60. }
  61. # 63 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  62. inline static  result_t FramerM$ByteControl$init(void){
  63. #line 63
  64.   unsigned char result;
  65. #line 63
  66. #line 63
  67.   result = UARTM$Control$init();
  68. #line 63
  69. #line 63
  70.   return result;
  71. #line 63
  72. }
  73. #line 63
  74. static inline  
  75. # 291 "/home/testuser/tinyos-1.x/tos/system/FramerM.nc"
  76. result_t FramerM$StdControl$init(void)
  77. #line 291
  78. {
  79.   FramerM$HDLCInitialize();
  80.   return FramerM$ByteControl$init();
  81. }
  82. # 63 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  83. inline static  result_t AMStandard$UARTControl$init(void){
  84. #line 63
  85.   unsigned char result;
  86. #line 63
  87. #line 63
  88.   result = FramerM$StdControl$init();
  89. #line 63
  90. #line 63
  91.   return result;
  92. #line 63
  93. }
  94. #line 63
  95. inline static  result_t AMStandard$TimerControl$init(void){
  96. #line 63
  97.   unsigned char result;
  98. #line 63
  99. #line 63
  100.   result = TimerM$StdControl$init();
  101. #line 63
  102. #line 63
  103.   return result;
  104. #line 63
  105. }
  106. #line 63
  107. static inline  
  108. # 87 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  109. bool AMStandard$Control$init(void)
  110. #line 87
  111. {
  112.   result_t ok1;
  113. #line 88
  114.   result_t ok2;
  115.   AMStandard$TimerControl$init();
  116.   ok1 = AMStandard$UARTControl$init();
  117.   ok2 = AMStandard$RadioControl$init();
  118.   AMStandard$state = FALSE;
  119.   AMStandard$lastCount = 0;
  120.   AMStandard$counter = 0;
  121.   {
  122.   }
  123. #line 97
  124.   ;
  125.   return rcombine(ok1, ok2);
  126. }
  127. # 63 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  128. inline static  result_t RealMain$StdControl$init(void){
  129. #line 63
  130.   unsigned char result;
  131. #line 63
  132. #line 63
  133.   result = TimerM$StdControl$init();
  134. #line 63
  135.   result = rcombine(result, TimerM$StdControl$init());
  136. #line 63
  137.   result = rcombine(result, AMStandard$Control$init());
  138. #line 63
  139.   result = rcombine(result, TestBedTopologyM$StdControl$init());
  140. #line 63
  141. #line 63
  142.   return result;
  143. #line 63
  144. }
  145. #line 63
  146. static inline   
  147. # 149 "/home/testuser/tinyos-1.x/tos/platform/mica/HPLClock.nc"
  148. result_t HPLClock$Clock$setRate(char interval, char scale)
  149. #line 149
  150. {
  151.   scale &= 0x7;
  152.   scale |= 0x8;
  153.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  154. #line 152
  155.     {
  156.       * (volatile uint8_t *)(0x37 + 0x20) &= ~(1 << 0);
  157.       * (volatile uint8_t *)(0x37 + 0x20) &= ~(1 << 1);
  158.       * (volatile uint8_t *)(0x30 + 0x20) |= 1 << 3;
  159.       * (volatile uint8_t *)(0x33 + 0x20) = scale;
  160.       * (volatile uint8_t *)(0x32 + 0x20) = 0;
  161.       * (volatile uint8_t *)(0x31 + 0x20) = interval;
  162.       * (volatile uint8_t *)(0x37 + 0x20) |= 1 << 1;
  163.     }
  164. #line 162
  165.     __nesc_atomic_end(__nesc_atomic); }
  166.   return SUCCESS;
  167. }
  168. # 96 "/home/testuser/tinyos-1.x/tos/interfaces/Clock.nc"
  169. inline static   result_t TimerM$Clock$setRate(char arg_0x8913d88, char arg_0x8913ec8){
  170. #line 96
  171.   unsigned char result;
  172. #line 96
  173. #line 96
  174.   result = HPLClock$Clock$setRate(arg_0x8913d88, arg_0x8913ec8);
  175. #line 96
  176. #line 96
  177.   return result;
  178. #line 96
  179. }
  180. #line 96
  181. # 128 "../../tos/platform/mica2/hardware.h"
  182. static __inline void TOSH_CLR_CC_PALE_PIN(void)
  183. #line 128
  184. {
  185. #line 128
  186.   * (volatile uint8_t *)(0x12 + 0x20) &= ~(1 << 4);
  187. }
  188. #line 126
  189. static __inline void TOSH_CLR_CC_PDATA_PIN(void)
  190. #line 126
  191. {
  192. #line 126
  193.   * (volatile uint8_t *)(0x12 + 0x20) &= ~(1 << 7);
  194. }
  195. #line 127
  196. static __inline void TOSH_CLR_CC_PCLK_PIN(void)
  197. #line 127
  198. {
  199. #line 127
  200.   * (volatile uint8_t *)(0x12 + 0x20) &= ~(1 << 6);
  201. }
  202. #line 126
  203. static __inline void TOSH_MAKE_CC_PDATA_INPUT(void)
  204. #line 126
  205. {
  206. #line 126
  207.   * (volatile uint8_t *)(0x11 + 0x20) &= ~(1 << 7);
  208. }
  209. #line 126
  210. static __inline int TOSH_READ_CC_PDATA_PIN(void)
  211. #line 126
  212. {
  213. #line 126
  214.   return (* (volatile uint8_t *)(0x10 + 0x20) & (1 << 7)) != 0;
  215. }
  216. static inline   
  217. # 1602 "../../tos/system/DrandM.nc"
  218. result_t DrandM$SClock$fire(uint16_t mticks)
  219. #line 1602
  220. {
  221. #line 1602
  222.   return SUCCESS;
  223. }
  224. static inline   
  225. # 1823 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  226. result_t CC1000RadioIntM$SClock$fire(uint16_t mticks)
  227. #line 1823
  228. {
  229. #line 1823
  230.   return SUCCESS;
  231. }
  232. # 88 "../../tos/interfaces/SClock.nc"
  233. inline static   result_t HPLSClock$SClock$fire(uint16_t arg_0x8585230){
  234. #line 88
  235.   unsigned char result;
  236. #line 88
  237. #line 88
  238.   result = CC1000RadioIntM$SClock$fire(arg_0x8585230);
  239. #line 88
  240.   result = rcombine(result, DrandM$SClock$fire(arg_0x8585230));
  241. #line 88
  242. #line 88
  243.   return result;
  244. #line 88
  245. }
  246. #line 88
  247. static inline  
  248. # 494 "../../tos/platform/mica2/CC1000ControlM.nc"
  249. result_t CC1000ControlM$CC1000Control$SetRFPower(uint8_t power)
  250. #line 494
  251. {
  252.   CC1000ControlM$gCurrentParameters[0xb] = power;
  253.   return SUCCESS;
  254. }
  255. # 150 "../../tos/platform/mica2/CC1000Control.nc"
  256. inline static  result_t TestBedTopologyM$RFset$SetRFPower(uint8_t arg_0x85440e8){
  257. #line 150
  258.   unsigned char result;
  259. #line 150
  260. #line 150
  261.   result = CC1000ControlM$CC1000Control$SetRFPower(arg_0x85440e8);
  262. #line 150
  263. #line 150
  264.   return result;
  265. #line 150
  266. }
  267. #line 150
  268. # 59 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  269. inline static  result_t DrandM$roundTimer$start(char arg_0x85800e0, uint32_t arg_0x8580238){
  270. #line 59
  271.   unsigned char result;
  272. #line 59
  273. #line 59
  274.   result = TimerM$Timer$start(0, arg_0x85800e0, arg_0x8580238);
  275. #line 59
  276. #line 59
  277.   return result;
  278. #line 59
  279. }
  280. #line 59
  281. # 59 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  282. inline static  result_t DrandM$reXTimer$start(char arg_0x85800e0, uint32_t arg_0x8580238){
  283. #line 59
  284.   unsigned char result;
  285. #line 59
  286. #line 59
  287.   result = TimerM$Timer$start(1, arg_0x85800e0, arg_0x8580238);
  288. #line 59
  289. #line 59
  290.   return result;
  291. #line 59
  292. }
  293. #line 59
  294. static inline  
  295. # 565 "../../tos/system/DrandM.nc"
  296. result_t DrandM$StdControl$start(void)
  297. #line 565
  298. {
  299.   DrandM$globalState = HELLO_STATE;
  300.   DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$randNew() % HELLO_INTERVAL);
  301.   DrandM$roundTimer$start(TIMER_ONE_SHOT, HELLO_PERIOD);
  302.   return SUCCESS;
  303. }
  304. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  305. inline static  result_t TestBedTopologyM$SubControl$start(void){
  306. #line 70
  307.   unsigned char result;
  308. #line 70
  309. #line 70
  310.   result = DrandM$StdControl$start();
  311. #line 70
  312. #line 70
  313.   return result;
  314. #line 70
  315. }
  316. #line 70
  317. static inline  
  318. # 20 "TestBedTopologyM.nc"
  319. result_t TestBedTopologyM$StdControl$start(void)
  320. #line 20
  321. {
  322.   TestBedTopologyM$SubControl$start();
  323.   TestBedTopologyM$RFset$SetRFPower(255);
  324.   return SUCCESS;
  325. }
  326. static inline 
  327. # 133 "/home/testuser/tinyos-1.x/tos/system/tos.h"
  328. result_t rcombine4(result_t r1, result_t r2, result_t r3, 
  329. result_t r4)
  330. {
  331.   return rcombine(r1, rcombine(r2, rcombine(r3, r4)));
  332. }
  333. # 41 "/home/testuser/tinyos-1.x/tos/interfaces/PowerManagement.nc"
  334. inline static   uint8_t AMStandard$PowerManagement$adjustPower(void){
  335. #line 41
  336.   unsigned char result;
  337. #line 41
  338. #line 41
  339.   result = HPLPowerManagementM$PowerManagement$adjustPower();
  340. #line 41
  341. #line 41
  342.   return result;
  343. #line 41
  344. }
  345. #line 41
  346. # 59 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  347. inline static  result_t AMStandard$ActivityTimer$start(char arg_0x85800e0, uint32_t arg_0x8580238){
  348. #line 59
  349.   unsigned char result;
  350. #line 59
  351. #line 59
  352.   result = TimerM$Timer$start(3, arg_0x85800e0, arg_0x8580238);
  353. #line 59
  354. #line 59
  355.   return result;
  356. #line 59
  357. }
  358. #line 59
  359. # 59 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  360. inline static  result_t CC1000RadioIntM$WakeupTimer$start(char arg_0x85800e0, uint32_t arg_0x8580238){
  361. #line 59
  362.   unsigned char result;
  363. #line 59
  364. #line 59
  365.   result = TimerM$Timer$start(5, arg_0x85800e0, arg_0x8580238);
  366. #line 59
  367. #line 59
  368.   return result;
  369. #line 59
  370. }
  371. #line 59
  372. # 41 "/home/testuser/tinyos-1.x/tos/interfaces/PowerManagement.nc"
  373. inline static   uint8_t HPLSpiM$PowerManagement$adjustPower(void){
  374. #line 41
  375.   unsigned char result;
  376. #line 41
  377. #line 41
  378.   result = HPLPowerManagementM$PowerManagement$adjustPower();
  379. #line 41
  380. #line 41
  381.   return result;
  382. #line 41
  383. }
  384. #line 41
  385. static inline   
  386. # 74 "../../tos/platform/mica2/HPLSpiM.nc"
  387. result_t HPLSpiM$SpiByteFifo$enableIntr(void)
  388. #line 74
  389. {
  390.   * (volatile uint8_t *)(0x0D + 0x20) = 0xC0;
  391.   * (volatile uint8_t *)(0x17 + 0x20) &= ~(1 << 0);
  392.   HPLSpiM$PowerManagement$adjustPower();
  393.   return SUCCESS;
  394. }
  395. # 36 "../../tos/platform/mica2/SpiByteFifo.nc"
  396. inline static   result_t CC1000RadioIntM$SpiByteFifo$enableIntr(void){
  397. #line 36
  398.   unsigned char result;
  399. #line 36
  400. #line 36
  401.   result = HPLSpiM$SpiByteFifo$enableIntr();
  402. #line 36
  403. #line 36
  404.   return result;
  405. #line 36
  406. }
  407. #line 36
  408. # 59 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  409. inline static  result_t CC1000RadioIntM$SquelchTimer$start(char arg_0x85800e0, uint32_t arg_0x8580238){
  410. #line 59
  411.   unsigned char result;
  412. #line 59
  413. #line 59
  414.   result = TimerM$Timer$start(4, arg_0x85800e0, arg_0x8580238);
  415. #line 59
  416. #line 59
  417.   return result;
  418. #line 59
  419. }
  420. #line 59
  421. # 116 "../../tos/platform/mica2/CC1000Control.nc"
  422. inline static   result_t CC1000RadioIntM$CC1000Control$RxMode(void){
  423. #line 116
  424.   unsigned char result;
  425. #line 116
  426. #line 116
  427.   result = CC1000ControlM$CC1000Control$RxMode();
  428. #line 116
  429. #line 116
  430.   return result;
  431. #line 116
  432. }
  433. #line 116
  434. static inline   
  435. # 109 "../../tos/platform/mica2/HPLSpiM.nc"
  436. result_t HPLSpiM$SpiByteFifo$rxMode(void)
  437. #line 109
  438. {
  439.   TOSH_MAKE_MISO_INPUT();
  440.   TOSH_MAKE_MOSI_INPUT();
  441.   return SUCCESS;
  442. }
  443. # 40 "../../tos/platform/mica2/SpiByteFifo.nc"
  444. inline static   result_t CC1000RadioIntM$SpiByteFifo$rxMode(void){
  445. #line 40
  446.   unsigned char result;
  447. #line 40
  448. #line 40
  449.   result = HPLSpiM$SpiByteFifo$rxMode();
  450. #line 40
  451. #line 40
  452.   return result;
  453. #line 40
  454. }
  455. #line 40
  456. static inline  
  457. # 457 "../../tos/platform/mica2/CC1000ControlM.nc"
  458. result_t CC1000ControlM$CC1000Control$BIASOn(void)
  459. #line 457
  460. {
  461.   CC1000ControlM$HPLChipcon$write(0x00, (((
  462.   1 << 5) | (1 << 4)) | (
  463.   1 << 3)) | (
  464.   1 << 0));
  465.   TOSH_uwait(200);
  466.   return SUCCESS;
  467. }
  468. # 137 "../../tos/platform/mica2/CC1000Control.nc"
  469. inline static  result_t CC1000RadioIntM$CC1000Control$BIASOn(void){
  470. #line 137
  471.   unsigned char result;
  472. #line 137
  473. #line 137
  474.   result = CC1000ControlM$CC1000Control$BIASOn();
  475. #line 137
  476. #line 137
  477.   return result;
  478. #line 137
  479. }
  480. #line 137
  481. static inline  
  482. # 480 "../../tos/platform/mica2/CC1000ControlM.nc"
  483. result_t CC1000ControlM$StdControl$start(void)
  484. #line 480
  485. {
  486.   CC1000ControlM$HPLChipcon$write(0x00, ((((
  487.   1 << 5) | (1 << 4)) | (
  488.   1 << 3)) | (1 << 1)) | (
  489.   1 << 0));
  490.   return SUCCESS;
  491. }
  492. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  493. inline static  result_t CC1000RadioIntM$CC1000StdControl$start(void){
  494. #line 70
  495.   unsigned char result;
  496. #line 70
  497. #line 70
  498.   result = CC1000ControlM$StdControl$start();
  499. #line 70
  500. #line 70
  501.   return result;
  502. #line 70
  503. }
  504. #line 70
  505. static inline   
  506. # 66 "../../tos/platform/mica2/HPLSClock.nc"
  507. result_t HPLSClock$SClock$SetRate(uint16_t interval, char scale)
  508. #line 66
  509. {
  510.   scale &= 0x7;
  511.   scale |= 0x8;
  512.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  513. #line 69
  514.     {
  515.       * (volatile uint8_t *)0x7D &= ~(1 << 4);
  516.       * (volatile uint8_t *)0x8A = scale;
  517.       * (volatile uint16_t *)0x88 = 0x0000;
  518.       * (volatile uint16_t *)0x86 = interval;
  519.       * (volatile uint8_t *)0x8B = 0x00;
  520.       * (volatile uint8_t *)0x8B |= 1 << 6;
  521.       * (volatile uint8_t *)(0x02 + 0x20) |= 1 << 3;
  522.       * (volatile uint8_t *)0x8C = 0x00;
  523.       * (volatile uint8_t *)0x7D |= 1 << 4;
  524.     }
  525. #line 79
  526.     __nesc_atomic_end(__nesc_atomic); }
  527.   HPLSClock$needupdate = 0;
  528.   return SUCCESS;
  529. }
  530. # 45 "../../tos/interfaces/SClock.nc"
  531. inline static   result_t CC1000RadioIntM$SClock$SetRate(uint16_t arg_0x857f4a8, char arg_0x857f5e8){
  532. #line 45
  533.   unsigned char result;
  534. #line 45
  535. #line 45
  536.   result = HPLSClock$SClock$SetRate(arg_0x857f4a8, arg_0x857f5e8);
  537. #line 45
  538. #line 45
  539.   return result;
  540. #line 45
  541. }
  542. #line 45
  543. static inline  
  544. # 1056 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  545. result_t CC1000RadioIntM$StdControl$start(void)
  546. #line 1056
  547. {
  548.   uint8_t currentRadioState;
  549. #line 1058
  550.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  551. #line 1058
  552.     currentRadioState = CC1000RadioIntM$RadioState;
  553. #line 1058
  554.     __nesc_atomic_end(__nesc_atomic); }
  555.   CC1000RadioIntM$SClock$SetRate(CC1000RadioIntM$MAX_VAL, CLK_DIV_64);
  556.   if (currentRadioState == CC1000RadioIntM$DISABLED_STATE) {
  557.       { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  558. #line 1062
  559.         {
  560.           CC1000RadioIntM$rxbufptr->length = 0;
  561.           CC1000RadioIntM$RadioState = CC1000RadioIntM$IDLE_STATE;
  562.           CC1000RadioIntM$bTxPending = CC1000RadioIntM$bTxBusy = FALSE;
  563.           CC1000RadioIntM$sMacDelay = -1;
  564.           if (0 > 0) {
  565.               CC1000RadioIntM$sleeptime = 0;
  566.               CC1000RadioIntM$preamblelen = 0;
  567.             }
  568.           else 
  569. #line 1070
  570.             {
  571.               CC1000RadioIntM$lplpower = CC1000RadioIntM$lplpowertx = 0;
  572.               CC1000RadioIntM$sleeptime = (({
  573. #line 1072
  574.                 uint16_t __addr16 = (uint16_t )(uint16_t )&CC1K_LPL_SleepTime[CC1000RadioIntM$lplpower * 2];
  575. #line 1072
  576.                 uint8_t __result;
  577. #line 1072
  578.                  __asm ("lpm %0, Z""nt" : "=r"(__result) : "z"(__addr16));__result;
  579.               }
  580.               )
  581. #line 1072
  582.                << 8) | 
  583.               ({
  584. #line 1073
  585.                 uint16_t __addr16 = (uint16_t )(uint16_t )&CC1K_LPL_SleepTime[CC1000RadioIntM$lplpower * 2 + 1];
  586. #line 1073
  587.                 uint8_t __result;
  588. #line 1073
  589.                  __asm ("lpm %0, Z""nt" : "=r"(__result) : "z"(__addr16));__result;
  590.               }
  591.               );
  592. #line 1074
  593.               CC1000RadioIntM$preamblelen = (({
  594. #line 1074
  595.                 uint16_t __addr16 = (uint16_t )(uint16_t )&CC1K_LPL_PreambleLength[CC1000RadioIntM$lplpowertx * 2];
  596. #line 1074
  597.                 uint8_t __result;
  598. #line 1074
  599.                  __asm ("lpm %0, Z""nt" : "=r"(__result) : "z"(__addr16));__result;
  600.               }
  601.               )
  602. #line 1074
  603.                << 8) | 
  604.               ({
  605. #line 1075
  606.                 uint16_t __addr16 = (uint16_t )(uint16_t )&CC1K_LPL_PreambleLength[CC1000RadioIntM$lplpowertx * 2 + 1];
  607. #line 1075
  608.                 uint8_t __result;
  609. #line 1075
  610.                  __asm ("lpm %0, Z""nt" : "=r"(__result) : "z"(__addr16));__result;
  611.               }
  612.               );
  613.             }
  614.         }
  615. #line 1079
  616.         __nesc_atomic_end(__nesc_atomic); }
  617.       CC1000RadioIntM$rxbufptr->length = 0;
  618.       { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  619. #line 1084
  620.         CC1000RadioIntM$RadioState = CC1000RadioIntM$IDLE_STATE;
  621. #line 1084
  622.         __nesc_atomic_end(__nesc_atomic); }
  623.       CC1000RadioIntM$CC1000StdControl$start();
  624.       CC1000RadioIntM$CC1000Control$BIASOn();
  625.       CC1000RadioIntM$SpiByteFifo$rxMode();
  626.       CC1000RadioIntM$CC1000Control$RxMode();
  627.       if (CC1000RadioIntM$iSquelchCount > 30) {
  628.         CC1000RadioIntM$SquelchTimer$start(TIMER_REPEAT, 2560);
  629.         }
  630.       else {
  631. #line 1092
  632.         CC1000RadioIntM$SquelchTimer$start(TIMER_REPEAT, 128);
  633.         }
  634. #line 1093
  635.       CC1000RadioIntM$SpiByteFifo$enableIntr();
  636.       if (CC1000RadioIntM$lplpower > 0) {
  637.           CC1000RadioIntM$WakeupTimer$start(TIMER_ONE_SHOT, 2560);
  638.         }
  639.     }
  640.   return SUCCESS;
  641. }
  642. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  643. inline static  result_t AMStandard$RadioControl$start(void){
  644. #line 70
  645.   unsigned char result;
  646. #line 70
  647. #line 70
  648.   result = CC1000RadioIntM$StdControl$start();
  649. #line 70
  650. #line 70
  651.   return result;
  652. #line 70
  653. }
  654. #line 70
  655. static inline   
  656. # 60 "../../tos/platform/mica2/HPLUART0M.nc"
  657. result_t HPLUART0M$UART$init(void)
  658. #line 60
  659. {
  660.   * (volatile uint8_t *)0x90 = 0;
  661.   * (volatile uint8_t *)(0x09 + 0x20) = 15;
  662.   * (volatile uint8_t *)(0x0B + 0x20) = 1 << 1;
  663.   * (volatile uint8_t *)0x95 = (1 << 2) | (1 << 1);
  664.   * (volatile uint8_t *)(0x0A + 0x20) = (((1 << 7) | (1 << 6)) | (1 << 4)) | (1 << 3);
  665.   return SUCCESS;
  666. }
  667. # 62 "/home/testuser/tinyos-1.x/tos/interfaces/HPLUART.nc"
  668. inline static   result_t UARTM$HPLUART$init(void){
  669. #line 62
  670.   unsigned char result;
  671. #line 62
  672. #line 62
  673.   result = HPLUART0M$UART$init();
  674. #line 62
  675. #line 62
  676.   return result;
  677. #line 62
  678. }
  679. #line 62
  680. static inline  
  681. # 68 "/home/testuser/tinyos-1.x/tos/system/UARTM.nc"
  682. result_t UARTM$Control$start(void)
  683. #line 68
  684. {
  685.   return UARTM$HPLUART$init();
  686. }
  687. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  688. inline static  result_t FramerM$ByteControl$start(void){
  689. #line 70
  690.   unsigned char result;
  691. #line 70
  692. #line 70
  693.   result = UARTM$Control$start();
  694. #line 70
  695. #line 70
  696.   return result;
  697. #line 70
  698. }
  699. #line 70
  700. static inline  
  701. # 296 "/home/testuser/tinyos-1.x/tos/system/FramerM.nc"
  702. result_t FramerM$StdControl$start(void)
  703. #line 296
  704. {
  705.   FramerM$HDLCInitialize();
  706.   return FramerM$ByteControl$start();
  707. }
  708. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  709. inline static  result_t AMStandard$UARTControl$start(void){
  710. #line 70
  711.   unsigned char result;
  712. #line 70
  713. #line 70
  714.   result = FramerM$StdControl$start();
  715. #line 70
  716. #line 70
  717.   return result;
  718. #line 70
  719. }
  720. #line 70
  721. static inline  
  722. # 87 "/home/testuser/tinyos-1.x/tos/system/TimerM.nc"
  723. result_t TimerM$StdControl$start(void)
  724. #line 87
  725. {
  726.   return SUCCESS;
  727. }
  728. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  729. inline static  result_t AMStandard$TimerControl$start(void){
  730. #line 70
  731.   unsigned char result;
  732. #line 70
  733. #line 70
  734.   result = TimerM$StdControl$start();
  735. #line 70
  736. #line 70
  737.   return result;
  738. #line 70
  739. }
  740. #line 70
  741. static inline  
  742. # 103 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  743. bool AMStandard$Control$start(void)
  744. #line 103
  745. {
  746.   result_t ok0 = AMStandard$TimerControl$start();
  747.   result_t ok1 = AMStandard$UARTControl$start();
  748.   result_t ok2 = AMStandard$RadioControl$start();
  749.   result_t ok3 = AMStandard$ActivityTimer$start(TIMER_REPEAT, 1000);
  750.   AMStandard$state = FALSE;
  751.   AMStandard$PowerManagement$adjustPower();
  752.   return rcombine4(ok0, ok1, ok2, ok3);
  753. }
  754. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  755. inline static  result_t RealMain$StdControl$start(void){
  756. #line 70
  757.   unsigned char result;
  758. #line 70
  759. #line 70
  760.   result = TimerM$StdControl$start();
  761. #line 70
  762.   result = rcombine(result, TimerM$StdControl$start());
  763. #line 70
  764.   result = rcombine(result, AMStandard$Control$start());
  765. #line 70
  766.   result = rcombine(result, TestBedTopologyM$StdControl$start());
  767. #line 70
  768. #line 70
  769.   return result;
  770. #line 70
  771. }
  772. #line 70
  773. static inline 
  774. # 64 "../../tos/platform/mica2/HPLPowerManagementM.nc"
  775. uint8_t HPLPowerManagementM$getPowerLevel(void)
  776. #line 64
  777. {
  778.   uint8_t diff;
  779. #line 66
  780.   if (* (volatile uint8_t *)(0x37 + 0x20) & ~((1 << 1) | (1 << 0))) {
  781.       return HPLPowerManagementM$IDLE;
  782.     }
  783.   else {
  784. #line 69
  785.     if (* (volatile uint8_t *)(uint16_t )& * (volatile uint8_t *)(0x0D + 0x20) & (1 << 7)) {
  786.         return HPLPowerManagementM$IDLE;
  787.       }
  788.     else {
  789.       if (* (volatile uint8_t *)(uint16_t )& * (volatile uint8_t *)(0x06 + 0x20) & (1 << 7)) {
  790.           return HPLPowerManagementM$ADC_NR;
  791.         }
  792.       else {
  793. #line 75
  794.         if (* (volatile uint8_t *)(0x37 + 0x20) & ((1 << 1) | (1 << 0))) {
  795.             diff = * (volatile uint8_t *)(0x31 + 0x20) - * (volatile uint8_t *)(0x32 + 0x20);
  796.             if (diff < 16) {
  797.               return HPLPowerManagementM$EXT_STANDBY;
  798.               }
  799. #line 79
  800.             return HPLPowerManagementM$POWER_SAVE;
  801.           }
  802.         else 
  803. #line 80
  804.           {
  805.             return HPLPowerManagementM$POWER_DOWN;
  806.           }
  807.         }
  808.       }
  809.     }
  810. }
  811. static inline  
  812. #line 85
  813. void HPLPowerManagementM$doAdjustment(void)
  814. #line 85
  815. {
  816.   uint8_t foo;
  817. #line 86
  818.   uint8_t mcu;
  819. #line 87
  820.   HPLPowerManagementM$powerLevel = foo = HPLPowerManagementM$getPowerLevel();
  821.   mcu = * (volatile uint8_t *)(0x35 + 0x20);
  822.   mcu &= 0xe3;
  823.   if (foo == HPLPowerManagementM$EXT_STANDBY || foo == HPLPowerManagementM$POWER_SAVE) {
  824.       mcu |= HPLPowerManagementM$IDLE;
  825.       while ((* (volatile uint8_t *)(0x30 + 0x20) & 0x7) != 0) {
  826.            __asm volatile ("nop");}
  827.       mcu &= 0xe3;
  828.     }
  829.   mcu |= foo;
  830.   * (volatile uint8_t *)(0x35 + 0x20) = mcu;
  831.   * (volatile uint8_t *)(0x35 + 0x20) |= 1 << 5;
  832. }
  833. static 
  834. # 187 "/home/testuser/tinyos-1.x/tos/platform/avrmote/avrhardware.h"
  835. __inline void __nesc_enable_interrupt(void)
  836. #line 187
  837. {
  838.    __asm volatile ("sei");}
  839. #line 172
  840. __inline void  __nesc_atomic_end(__nesc_atomic_t oldSreg)
  841. {
  842.   * (volatile uint8_t *)(0x3F + 0x20) = oldSreg;
  843. }
  844. static inline 
  845. #line 150
  846. void TOSH_wait(void)
  847. {
  848.    __asm volatile ("nop");
  849.    __asm volatile ("nop");}
  850. static 
  851. #line 179
  852. __inline void __nesc_atomic_sleep(void)
  853. {
  854.    __asm volatile ("sei");
  855.    __asm volatile ("sleep");
  856.   TOSH_wait();
  857. }
  858. #line 165
  859. __inline __nesc_atomic_t  __nesc_atomic_start(void )
  860. {
  861.   __nesc_atomic_t result = * (volatile uint8_t *)(0x3F + 0x20);
  862. #line 168
  863.    __asm volatile ("cli");
  864.   return result;
  865. }
  866. static inline 
  867. # 136 "/home/testuser/tinyos-1.x/tos/system/sched.c"
  868. bool TOSH_run_next_task(void)
  869. {
  870.   __nesc_atomic_t fInterruptFlags;
  871.   uint8_t old_full;
  872.   void (*func)(void );
  873.   fInterruptFlags = __nesc_atomic_start();
  874.   old_full = TOSH_sched_full;
  875.   func = TOSH_queue[old_full].tp;
  876.   if (func == (void *)0) 
  877.     {
  878.       __nesc_atomic_sleep();
  879.       return 0;
  880.     }
  881.   TOSH_queue[old_full].tp = (void *)0;
  882.   TOSH_sched_full = (old_full + 1) & TOSH_TASK_BITMASK;
  883.   __nesc_atomic_end(fInterruptFlags);
  884.   func();
  885.   return 1;
  886. }
  887. static inline void TOSH_run_task(void)
  888. #line 159
  889. {
  890.   for (; ; ) 
  891.     TOSH_run_next_task();
  892. }
  893. static inline 
  894. # 132 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  895. void AMStandard$dbgPacket(TOS_MsgPtr data)
  896. #line 132
  897. {
  898.   uint8_t i;
  899.   for (i = 0; i < sizeof(TOS_Msg ); i++) 
  900.     {
  901.       {
  902.       }
  903. #line 137
  904.       ;
  905.     }
  906.   {
  907.   }
  908. #line 139
  909.   ;
  910. }
  911. static inline 
  912. # 485 "../../tos/system/DrandM.nc"
  913. void DrandM$updateNeighborInfoForFrame(uint8_t nIndex, frameMsg *pkt)
  914. #line 485
  915. {
  916.   uint8_t i;
  917.   int n;
  918.   DrandM$nbrInfo[nIndex].frame = pkt->frame;
  919.   for (i = 0; i < MAX_ONE_HOP && pkt->oneHopNodeID[i] != 0xFF; i++) 
  920.     if ((n = DrandM$isPresent(pkt->oneHopNodeID[i], ONE_HOP | TWO_HOP)) != -1) {
  921.         DrandM$nbrInfo[n].frame = pkt->frameArray[i];
  922.         {
  923. #line 496
  924.           char bStatus;
  925. #line 496
  926.           if (DBG_USR2 != 0) {
  927. #line 496
  928.               bStatus = * (volatile uint8_t *)(uint16_t )& * (volatile uint8_t *)(0x3F + 0x20) & (1 << 7);
  929. #line 496
  930.                __asm volatile ("cli");DrandM$sprintf(DrandM$debugbuf, "updating for node = %u, Frame = %un", DrandM$nbrInfo[n].nodeID, DrandM$nbrInfo[n].frame);
  931. #line 496
  932.               DrandM$writedebug();
  933. #line 496
  934.               if (bStatus) {
  935. #line 496
  936.                  __asm volatile ("sei");
  937.                 }
  938.             }
  939.         }
  940. #line 496
  941.         ;
  942.       }
  943. }
  944. static inline  
  945. #line 1373
  946. TOS_MsgPtr DrandM$ReceiveFrameMsg$receive(TOS_MsgPtr m)
  947. #line 1373
  948. {
  949.   if (DrandM$globalState != FRAME_STATE && !DrandM$gotAllFrames) {
  950. #line 1374
  951.     return m;
  952.     }
  953. #line 1375
  954.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  955. #line 1375
  956.     {
  957.       frameMsg *recvFramePtr = (frameMsg *)m->data;
  958.       int nIndex = DrandM$isPresent(recvFramePtr->sendID, ONE_HOP);
  959.       DrandM$updateNeighborInfoForFrame(nIndex, recvFramePtr);
  960.       if (DrandM$globalState == REPORT_STATE) {
  961.           DrandM$globalState = FRAME_STATE;
  962.           DrandM$reXFrame();
  963.         }
  964.       if (recvFramePtr->type == FRAME_REQUEST) {
  965.         DrandM$sendFrameMsg(FRAME_REPLY);
  966.         }
  967.     }
  968. #line 1390
  969.     __nesc_atomic_end(__nesc_atomic); }
  970. #line 1390
  971.   return m;
  972. }
  973. static inline 
  974. #line 468
  975. void DrandM$updateNeighborInfoForReport(int nIndex, reportMsg *pkt)
  976. #line 468
  977. {
  978.   uint8_t i;
  979.   int n;
  980.   if (nIndex != -1) {
  981.     DrandM$nbrInfo[nIndex].slot = pkt->slot;
  982.     }
  983. #line 476
  984.   for (i = 0; i < MAX_NBR; i++) 
  985.     if ((n = DrandM$isPresent(pkt->timeSlot[i], ONE_HOP | TWO_HOP)) != -1) {
  986.         DrandM$nbrInfo[n].slot = i;
  987.       }
  988. }
  989. static inline  
  990. #line 1347
  991. TOS_MsgPtr DrandM$ReceiveReportMsg$receive(TOS_MsgPtr m)
  992. #line 1347
  993. {
  994.   if (!DrandM$setMySlot) {
  995. #line 1348
  996.     return m;
  997.     }
  998. #line 1349
  999.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1000. #line 1349
  1001.     {
  1002.       reportMsg *recvReportPtr = (reportMsg *)m->data;
  1003.       int nIndex = DrandM$isPresent(recvReportPtr->sendID, ONE_HOP);
  1004.       DrandM$updateNeighborInfoForReport(nIndex, recvReportPtr);
  1005.       if (DrandM$globalState == RELEASE_STATE) {
  1006.           DrandM$globalState = REPORT_STATE;
  1007.           DrandM$reXReport();
  1008.           DrandM$roundTimer$start(TIMER_ONE_SHOT, REPORT_PERIOD);
  1009.         }
  1010.       if (recvReportPtr->type == REPORT_REQUEST) {
  1011.           DrandM$sendReportMsg(REPORT_REPLY);
  1012.         }
  1013.     }
  1014. #line 1366
  1015.     __nesc_atomic_end(__nesc_atomic); }
  1016.   return m;
  1017. }
  1018. static inline 
  1019. #line 302
  1020. uint8_t DrandM$numOneHop(void)
  1021. #line 302
  1022. {
  1023.   uint8_t i;
  1024. #line 303
  1025.   uint8_t count;
  1026. #line 304
  1027.   for (i = 0, count = 0; i < MAX_NBR && DrandM$nbrInfo[i].nodeID != 0xFF; i++) 
  1028.     if (DrandM$nbrInfo[i].bitMap & ONE_HOP) {
  1029.       count++;
  1030.       }
  1031. #line 307
  1032.   return count;
  1033. }
  1034. static inline  
  1035. #line 1236
  1036. TOS_MsgPtr DrandM$ReceiveGrantMsg$receive(TOS_MsgPtr m)
  1037. #line 1236
  1038. {
  1039.   uint8_t i;
  1040.   GTime rttTime;
  1041.   double currOTT;
  1042.   bool dup = FALSE;
  1043.   grantMsg *recvGrantPtr = (grantMsg *)m->data;
  1044.   int nIndex = DrandM$isPresent(recvGrantPtr->sendID, ONE_HOP);
  1045. #line 1243
  1046.   if (nIndex == -1) {
  1047.     return m;
  1048.     }
  1049. #line 1245
  1050.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1051. #line 1245
  1052.     {
  1053.       for (i = 0; i < MAX_NBR; i++) {
  1054.           if (DrandM$isPresent(recvGrantPtr->timeSlot[i], ONE_HOP) == -1) {
  1055.             DrandM$addNode(recvGrantPtr->timeSlot[i], TWO_HOP);
  1056.             }
  1057. #line 1249
  1058.           DrandM$updateNeighborInfo(recvGrantPtr->timeSlot[i], i);
  1059.         }
  1060.       if (DrandM$setMySlot) {
  1061.           DrandM$sendReleaseMsg(DrandM$myInfo.slot);
  1062.         }
  1063.       else {
  1064. #line 1261
  1065.         if (DrandM$globalState == IDLE_STATE2 || DrandM$globalState == GRANT_STATE) {
  1066.             DrandM$sendReleaseMsg(0xFF);
  1067.             DrandM$sentRelease = TRUE;
  1068.           }
  1069.         else {
  1070. #line 1269
  1071.           if (DrandM$globalState == REQUEST_STATE) {
  1072.               if (!(DrandM$nbrInfo[nIndex].bitMap & GRANT_SENT)) {
  1073.                 DrandM$nbrInfo[nIndex].bitMap |= GRANT_SENT;
  1074.                 }
  1075.               else {
  1076. #line 1273
  1077.                 dup = TRUE;
  1078.                 }
  1079.               if (DrandM$firstGrant) {
  1080.                   DrandM$SClock$getTime(&DrandM$locTime);
  1081.                   rttTime = DrandM$timeDiff(DrandM$locTime, recvGrantPtr->timestamp);
  1082.                   currOTT = (rttTime.mticks * 568.88 + rttTime.sticks * 0.00868) / 2;
  1083.                   DrandM$OTT = (uint16_t )(currOTT * .50 + DrandM$OTT * .50);
  1084.                   DrandM$ROUND_TIME = (DrandM$OTT + DrandM$OTT * DrandM$numOneHop() + DrandM$OTT) * 2;
  1085.                   DrandM$REQUEST_TIME = 2 * DrandM$OTT * 2;
  1086.                   DrandM$firstGrant = FALSE;
  1087.                 }
  1088.               if (DrandM$numGrantsRemaining() == 0 && !DrandM$setMySlot) {
  1089.                   DrandM$setSlot();
  1090.                   DrandM$timeCheck();
  1091.                   DrandM$printNbrInfo();
  1092.                 }
  1093.               else {
  1094.                 if (!dup) {
  1095.                     DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$REQUEST_TIME);
  1096.                     DrandM$requestFireCount = 0;
  1097.                   }
  1098.                 }
  1099.             }
  1100.           }
  1101.         }
  1102.     }
  1103. #line 1307
  1104.     __nesc_atomic_end(__nesc_atomic); }
  1105. #line 1305
  1106.   return m;
  1107. }
  1108. static inline  
  1109. #line 1215
  1110. TOS_MsgPtr DrandM$ReceiveTwoHopMsg$receive(TOS_MsgPtr m)
  1111. #line 1215
  1112. {
  1113.   int nIndex;
  1114.   twoHopMsg *recvTwoHopPtr = (twoHopMsg *)m->data;
  1115.   if ((nIndex = DrandM$isPresent(recvTwoHopPtr->sendID, ONE_HOP)) == -1 || 
  1116.   recvTwoHopPtr->slotID == TOS_LOCAL_ADDRESS) {
  1117.     return m;
  1118.     }
  1119. #line 1225
  1120.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1121. #line 1225
  1122.     {
  1123.       if (DrandM$globalState == GRANT_STATE && recvTwoHopPtr->slotID == DrandM$lastReqID) {
  1124.           recvTwoHopPtr->sendID = recvTwoHopPtr->slotID;
  1125.           DrandM$ReceiveReleaseMsg$receive(m);
  1126.         }
  1127.       DrandM$updateNeighborInfo(recvTwoHopPtr->slotID, recvTwoHopPtr->slot);
  1128.     }
  1129. #line 1232
  1130.     __nesc_atomic_end(__nesc_atomic); }
  1131.   return m;
  1132. }
  1133. # 59 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  1134. inline static  result_t DrandM$drandRoundTimer$start(char arg_0x85800e0, uint32_t arg_0x8580238){
  1135. #line 59
  1136.   unsigned char result;
  1137. #line 59
  1138. #line 59
  1139.   result = TimerM$Timer$start(2, arg_0x85800e0, arg_0x8580238);
  1140. #line 59
  1141. #line 59
  1142.   return result;
  1143. #line 59
  1144. }
  1145. #line 59
  1146. static inline 
  1147. # 283 "../../tos/system/DrandM.nc"
  1148. void DrandM$initializeGrantSent(void)
  1149. #line 283
  1150. {
  1151.   uint8_t i;
  1152. #line 285
  1153.   for (i = 0; i < MAX_NBR && DrandM$nbrInfo[i].nodeID != 0xFF; i++) 
  1154.     if (DrandM$nbrInfo[i].bitMap & ONE_HOP) {
  1155.       DrandM$nbrInfo[i].bitMap = DrandM$nbrInfo[i].bitMap & ~GRANT_SENT;
  1156.       }
  1157. }
  1158. # 68 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  1159. inline static  result_t DrandM$reXTimer$stop(void){
  1160. #line 68
  1161.   unsigned char result;
  1162. #line 68
  1163. #line 68
  1164.   result = TimerM$Timer$stop(1);
  1165. #line 68
  1166. #line 68
  1167.   return result;
  1168. #line 68
  1169. }
  1170. #line 68
  1171. static inline  
  1172. # 1149 "../../tos/system/DrandM.nc"
  1173. TOS_MsgPtr DrandM$ReceiveRejectMsg$receive(TOS_MsgPtr m)
  1174. #line 1149
  1175. {
  1176.   if (DrandM$globalState != REQUEST_STATE) {
  1177. #line 1150
  1178.     return m;
  1179.     }
  1180. #line 1151
  1181.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1182. #line 1151
  1183.     {
  1184.       DrandM$reXTimer$stop();
  1185.       DrandM$sendReleaseMsg(0xFF);
  1186.       DrandM$sentRelease = TRUE;
  1187.       DrandM$initializeGrantSent();
  1188.       DrandM$globalState = IDLE_STATE2;
  1189.       DrandM$reqX = FALSE;
  1190.       DrandM$drandRoundTimer$start(TIMER_ONE_SHOT, 1000);
  1191.     }
  1192. #line 1170
  1193.     __nesc_atomic_end(__nesc_atomic); }
  1194.   return m;
  1195. }
  1196. static inline 
  1197. #line 213
  1198. bool DrandM$checkForRetransGrant(requestMsg *reqMsgPtr)
  1199. #line 213
  1200. {
  1201.   if (DrandM$isPresentHelloID(TOS_LOCAL_ADDRESS, reqMsgPtr->idMap, MAX_NBR) == -1) {
  1202.       return FALSE;
  1203.     }
  1204.   else {
  1205.     return TRUE;
  1206.     }
  1207. }
  1208. # 68 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  1209. inline static  result_t DrandM$drandRoundTimer$stop(void){
  1210. #line 68
  1211.   unsigned char result;
  1212. #line 68
  1213. #line 68
  1214.   result = TimerM$Timer$stop(2);
  1215. #line 68
  1216. #line 68
  1217.   return result;
  1218. #line 68
  1219. }
  1220. #line 68
  1221. # 48 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  1222. inline static  result_t DrandM$SendRejectMsg$send(uint16_t arg_0x857ab18, uint8_t arg_0x857ac60, TOS_MsgPtr arg_0x857adb0){
  1223. #line 48
  1224.   unsigned char result;
  1225. #line 48
  1226. #line 48
  1227.   result = AMStandard$SendMsg$send(AM_REJECT, arg_0x857ab18, arg_0x857ac60, arg_0x857adb0);
  1228. #line 48
  1229. #line 48
  1230.   return result;
  1231. #line 48
  1232. }
  1233. #line 48
  1234. static inline 
  1235. # 648 "../../tos/system/DrandM.nc"
  1236. void DrandM$sendRejectMsg(uint8_t msgADDR)
  1237. #line 648
  1238. {
  1239.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1240. #line 649
  1241.     {
  1242.       if (!DrandM$sendBusy) {
  1243.           rejectMsg *rejectMsgData = (rejectMsg *)DrandM$DataPkt.data;
  1244. #line 652
  1245.           rejectMsgData->sendID = TOS_LOCAL_ADDRESS;
  1246.           rejectMsgData->myState = DrandM$globalState;
  1247.           rejectMsgData->roundNum = DrandM$roundNum;
  1248.           rejectMsgData->lastRequestID = DrandM$lastReqID;
  1249.           if (DrandM$SendRejectMsg$send((uint16_t )msgADDR, sizeof(rejectMsg ), &DrandM$DataPkt) == SUCCESS) {
  1250.               DrandM$sendBusy = TRUE;
  1251.             }
  1252.           else {
  1253.             }
  1254.         }
  1255.     }
  1256. #line 664
  1257.     __nesc_atomic_end(__nesc_atomic); }
  1258. }
  1259. static inline  
  1260. #line 1098
  1261. TOS_MsgPtr DrandM$ReceiveRequestMsg$receive(TOS_MsgPtr m)
  1262. #line 1098
  1263. {
  1264.   uint8_t i;
  1265.   requestMsg *recvRequestPtr = (requestMsg *)m->data;
  1266.   uint16_t reqSentID = recvRequestPtr->sendID;
  1267. #line 1102
  1268.   if (DrandM$isPresent(reqSentID, ONE_HOP) == -1) {
  1269. #line 1102
  1270.     return m;
  1271.     }
  1272. #line 1103
  1273.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1274. #line 1103
  1275.     {
  1276.       DrandM$requestStartTime = recvRequestPtr->timestamp;
  1277.       for (i = 0; i < MAX_NBR && recvRequestPtr->idMap[i] != 0xFF; i++) 
  1278.         if (DrandM$isPresent(recvRequestPtr->idMap[i], ONE_HOP) == -1) {
  1279.           DrandM$addNode(recvRequestPtr->idMap[i], TWO_HOP);
  1280.           }
  1281.       if (reqSentID != DrandM$lastReqID && (DrandM$globalState == GRANT_STATE || 
  1282.       DrandM$globalState == REQUEST_STATE)) {
  1283.           DrandM$sendRejectMsg(reqSentID);
  1284.         }
  1285.       else {
  1286.         if (DrandM$globalState == IDLE_STATE2 || DrandM$setMySlot) {
  1287.             if (!DrandM$setMySlot) {
  1288.               DrandM$drandRoundTimer$stop();
  1289.               }
  1290. #line 1126
  1291.             DrandM$globalState = GRANT_STATE;
  1292.             DrandM$grantFireCount = 0;
  1293.             DrandM$lastReqID = reqSentID;
  1294.             DrandM$GRANT_TIME = (recvRequestPtr->numRemaining * recvRequestPtr->OTT + recvRequestPtr->OTT) * 2;
  1295.             DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$randNew() % GRANT_INTERVAL);
  1296.           }
  1297.         else {
  1298. #line 1135
  1299.           if (DrandM$globalState == GRANT_STATE && reqSentID == DrandM$lastReqID) {
  1300.               DrandM$GRANT_TIME = (recvRequestPtr->numRemaining * recvRequestPtr->OTT + recvRequestPtr->OTT) * 2;
  1301.               if (DrandM$checkForRetransGrant(recvRequestPtr)) {
  1302.                   DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$randNew() % GRANT_INTERVAL);
  1303.                 }
  1304.               else 
  1305. #line 1140
  1306.                 {
  1307.                   DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$GRANT_TIME);
  1308.                   DrandM$grantFireCount = 0;
  1309.                 }
  1310.             }
  1311.           }
  1312.         }
  1313.     }
  1314. #line 1147
  1315.     __nesc_atomic_end(__nesc_atomic); }
  1316. #line 1146
  1317.   return m;
  1318. }
  1319. static inline  
  1320. #line 1017
  1321. TOS_MsgPtr DrandM$ReceiveHelloMsg$receive(TOS_MsgPtr m)
  1322. #line 1017
  1323. {
  1324.   if (DrandM$globalState != HELLO_STATE) {
  1325. #line 1018
  1326.     return m;
  1327.     }
  1328. #line 1019
  1329.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1330. #line 1019
  1331.     {
  1332.       uint8_t PacketOneWayID[MAX_NBR];
  1333. #line 1020
  1334.       uint8_t PacketTwoWayID[MAX_NBR];
  1335.       helloMsg *recvHelloPtr = (helloMsg *)m->data;
  1336.       uint8_t Sender = recvHelloPtr->sendID;
  1337.       uint8_t Me = TOS_LOCAL_ADDRESS;
  1338.       uint8_t i;
  1339. #line 1024
  1340.       uint8_t j;
  1341.       bool SendHelloFlag = FALSE;
  1342.       for (i = 0; i < MAX_NBR; i++) 
  1343.         PacketOneWayID[i] = PacketTwoWayID[i] = 0xFF;
  1344.       for (i = 0; i < recvHelloPtr->OneWayLen; i++) 
  1345.         PacketOneWayID[i] = recvHelloPtr->OneWayId[i];
  1346.       for (j = 0; i < MAX_NBR; i++, j++) 
  1347.         PacketTwoWayID[j] = recvHelloPtr->OneWayId[i];
  1348.       if (DrandM$isPresentHelloID(Me, PacketOneWayID, MAX_NBR) != -1) {
  1349.           if (DrandM$isPresentHelloID(Sender, DrandM$OneWayId, MAX_NBR) != -1) {
  1350.               DrandM$addHelloID(Sender, DrandM$TwoWayId);
  1351.               DrandM$removeHelloID(Sender, DrandM$OneWayId);
  1352.             }
  1353.           else {
  1354. #line 1050
  1355.             if (DrandM$isPresentHelloID(Sender, DrandM$TwoWayId, MAX_NBR) != -1) {
  1356.                 SendHelloFlag = TRUE;
  1357.               }
  1358.             else {
  1359.                 DrandM$addHelloID(Sender, DrandM$TwoWayId);
  1360.                 SendHelloFlag = TRUE;
  1361.               }
  1362.             }
  1363.         }
  1364.       else {
  1365. #line 1061
  1366.         if (DrandM$isPresentHelloID(Me, PacketTwoWayID, MAX_NBR) != -1) {
  1367.             if (DrandM$isPresentHelloID(Sender, DrandM$OneWayId, MAX_NBR) != -1) {
  1368.                 DrandM$addHelloID(Sender, DrandM$TwoWayId);
  1369.                 DrandM$removeHelloID(Sender, DrandM$OneWayId);
  1370.                 SendHelloFlag = TRUE;
  1371.               }
  1372.             else {
  1373. #line 1070
  1374.               if (DrandM$isPresentHelloID(Sender, DrandM$TwoWayId, MAX_NBR) != -1) {
  1375.                 }
  1376.               else {
  1377. #line 1071
  1378.                 if (DrandM$isPresentHelloID(Sender, DrandM$TwoWayId, MAX_NBR) == -1 && 
  1379.                 DrandM$isPresentHelloID(Sender, DrandM$OneWayId, MAX_NBR) == -1) {
  1380.                   }
  1381.                 }
  1382.               }
  1383.           }
  1384.         else {
  1385. #line 1074
  1386.           if (DrandM$isPresentHelloID(Me, PacketOneWayID, MAX_NBR) == -1 && 
  1387.           DrandM$isPresentHelloID(Me, PacketTwoWayID, MAX_NBR) == -1) {
  1388.               if (DrandM$isPresentHelloID(Sender, DrandM$OneWayId, MAX_NBR) == -1) {
  1389.                   DrandM$addHelloID(Sender, DrandM$OneWayId);
  1390.                 }
  1391.               else {
  1392. #line 1079
  1393.                 if (DrandM$isPresentHelloID(Sender, DrandM$OneWayId, MAX_NBR) != -1) {
  1394.                     SendHelloFlag = TRUE;
  1395.                   }
  1396.                 else {
  1397. #line 1082
  1398.                   if (DrandM$isPresentHelloID(Sender, DrandM$TwoWayId, MAX_NBR) != -1) {
  1399.                     }
  1400.                   }
  1401.                 }
  1402.             }
  1403.           }
  1404.         }
  1405. #line 1085
  1406.       if (SendHelloFlag && DrandM$globalState != HELLO_STATE) {
  1407.         DrandM$sendHelloMsg();
  1408.         }
  1409.       for (i = 0; i < MAX_NBR; i++) 
  1410.         if (DrandM$isPresentHelloID(PacketTwoWayID[i], DrandM$TwoWayId, MAX_NBR) == -1) {
  1411.           DrandM$addNode(PacketTwoWayID[i], TWO_HOP);
  1412.           }
  1413.       DrandM$removeNode(recvHelloPtr->sendID, TWO_HOP);
  1414.     }
  1415. #line 1093
  1416.     __nesc_atomic_end(__nesc_atomic); }
  1417.   return m;
  1418. }
  1419. static inline   
  1420. # 242 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  1421. TOS_MsgPtr AMStandard$ReceiveMsg$default$receive(uint8_t id, TOS_MsgPtr msg)
  1422. #line 242
  1423. {
  1424.   return msg;
  1425. }
  1426. # 75 "/home/testuser/tinyos-1.x/tos/interfaces/ReceiveMsg.nc"
  1427. inline static  TOS_MsgPtr AMStandard$ReceiveMsg$receive(uint8_t arg_0x86aab68, TOS_MsgPtr arg_0x856c0f0){
  1428. #line 75
  1429.   struct TOS_Msg *result;
  1430. #line 75
  1431. #line 75
  1432.   switch (arg_0x86aab68) {
  1433. #line 75
  1434.     case AM_HELLO:
  1435. #line 75
  1436.       result = DrandM$ReceiveHelloMsg$receive(arg_0x856c0f0);
  1437. #line 75
  1438.       break;
  1439. #line 75
  1440.     case AM_REQUEST:
  1441. #line 75
  1442.       result = DrandM$ReceiveRequestMsg$receive(arg_0x856c0f0);
  1443. #line 75
  1444.       break;
  1445. #line 75
  1446.     case AM_GRANT:
  1447. #line 75
  1448.       result = DrandM$ReceiveGrantMsg$receive(arg_0x856c0f0);
  1449. #line 75
  1450.       break;
  1451. #line 75
  1452.     case AM_RELEASE:
  1453. #line 75
  1454.       result = DrandM$ReceiveReleaseMsg$receive(arg_0x856c0f0);
  1455. #line 75
  1456.       break;
  1457. #line 75
  1458.     case AM_REJECT:
  1459. #line 75
  1460.       result = DrandM$ReceiveRejectMsg$receive(arg_0x856c0f0);
  1461. #line 75
  1462.       break;
  1463. #line 75
  1464.     case AM_TWOHOP:
  1465. #line 75
  1466.       result = DrandM$ReceiveTwoHopMsg$receive(arg_0x856c0f0);
  1467. #line 75
  1468.       break;
  1469. #line 75
  1470.     case AM_REPORT:
  1471. #line 75
  1472.       result = DrandM$ReceiveReportMsg$receive(arg_0x856c0f0);
  1473. #line 75
  1474.       break;
  1475. #line 75
  1476.     case AM_FRAME:
  1477. #line 75
  1478.       result = DrandM$ReceiveFrameMsg$receive(arg_0x856c0f0);
  1479. #line 75
  1480.       break;
  1481. #line 75
  1482.     default:
  1483. #line 75
  1484.       result = AMStandard$ReceiveMsg$default$receive(arg_0x86aab68, arg_0x856c0f0);
  1485. #line 75
  1486.     }
  1487. #line 75
  1488. #line 75
  1489.   return result;
  1490. #line 75
  1491. }
  1492. #line 75
  1493. # 48 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  1494. inline static  result_t DrandM$SendHelloMsg$send(uint16_t arg_0x857ab18, uint8_t arg_0x857ac60, TOS_MsgPtr arg_0x857adb0){
  1495. #line 48
  1496.   unsigned char result;
  1497. #line 48
  1498. #line 48
  1499.   result = AMStandard$SendMsg$send(AM_HELLO, arg_0x857ab18, arg_0x857ac60, arg_0x857adb0);
  1500. #line 48
  1501. #line 48
  1502.   return result;
  1503. #line 48
  1504. }
  1505. #line 48
  1506. # 58 "/home/testuser/tinyos-1.x/tos/interfaces/BareSendMsg.nc"
  1507. inline static  result_t AMStandard$RadioSend$send(TOS_MsgPtr arg_0x86be870){
  1508. #line 58
  1509.   unsigned char result;
  1510. #line 58
  1511. #line 58
  1512.   result = CC1000RadioIntM$Send$send(arg_0x86be870);
  1513. #line 58
  1514. #line 58
  1515.   return result;
  1516. #line 58
  1517. }
  1518. #line 58
  1519. static inline  
  1520. # 306 "/home/testuser/tinyos-1.x/tos/system/FramerM.nc"
  1521. result_t FramerM$BareSendMsg$send(TOS_MsgPtr pMsg)
  1522. #line 306
  1523. {
  1524.   result_t Result = SUCCESS;
  1525.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1526. #line 309
  1527.     {
  1528.       if (!(FramerM$gFlags & FramerM$FLAGS_DATAPEND)) {
  1529.           FramerM$gFlags |= FramerM$FLAGS_DATAPEND;
  1530.           FramerM$gpTxMsg = pMsg;
  1531.         }
  1532.       else 
  1533.         {
  1534.           Result = FAIL;
  1535.         }
  1536.     }
  1537. #line 319
  1538.     __nesc_atomic_end(__nesc_atomic); }
  1539.   if (Result == SUCCESS) {
  1540.       Result = FramerM$StartTx();
  1541.     }
  1542.   return Result;
  1543. }
  1544. # 58 "/home/testuser/tinyos-1.x/tos/interfaces/BareSendMsg.nc"
  1545. inline static  result_t AMStandard$UARTSend$send(TOS_MsgPtr arg_0x86be870){
  1546. #line 58
  1547.   unsigned char result;
  1548. #line 58
  1549. #line 58
  1550.   result = FramerM$BareSendMsg$send(arg_0x86be870);
  1551. #line 58
  1552. #line 58
  1553.   return result;
  1554. #line 58
  1555. }
  1556. #line 58
  1557. static inline  
  1558. # 165 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  1559. void AMStandard$sendTask(void)
  1560. #line 165
  1561. {
  1562.   result_t ok;
  1563.   TOS_MsgPtr buf;
  1564. #line 168
  1565.   buf = AMStandard$buffer;
  1566.   if (buf->addr == TOS_UART_ADDR) {
  1567.     ok = AMStandard$UARTSend$send(buf);
  1568.     }
  1569.   else {
  1570. #line 172
  1571.     ok = AMStandard$RadioSend$send(buf);
  1572.     }
  1573.   if (ok == FAIL) {
  1574.     AMStandard$reportSendDone(AMStandard$buffer, FAIL);
  1575.     }
  1576. }
  1577. static inline   
  1578. # 105 "../../tos/platform/mica2/HPLUART0M.nc"
  1579. result_t HPLUART0M$UART$put(uint8_t data)
  1580. #line 105
  1581. {
  1582.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1583. #line 106
  1584.     {
  1585.       * (volatile uint8_t *)(0x0C + 0x20) = data;
  1586.       * (volatile uint8_t *)(0x0B + 0x20) |= 1 << 6;
  1587.     }
  1588. #line 109
  1589.     __nesc_atomic_end(__nesc_atomic); }
  1590.   return SUCCESS;
  1591. }
  1592. # 80 "/home/testuser/tinyos-1.x/tos/interfaces/HPLUART.nc"
  1593. inline static   result_t UARTM$HPLUART$put(uint8_t arg_0x89be300){
  1594. #line 80
  1595.   unsigned char result;
  1596. #line 80
  1597. #line 80
  1598.   result = HPLUART0M$UART$put(arg_0x89be300);
  1599. #line 80
  1600. #line 80
  1601.   return result;
  1602. #line 80
  1603. }
  1604. #line 80
  1605. static inline  
  1606. # 207 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  1607. result_t AMStandard$UARTSend$sendDone(TOS_MsgPtr msg, result_t success)
  1608. #line 207
  1609. {
  1610.   return AMStandard$reportSendDone(msg, success);
  1611. }
  1612. # 67 "/home/testuser/tinyos-1.x/tos/interfaces/BareSendMsg.nc"
  1613. inline static  result_t FramerM$BareSendMsg$sendDone(TOS_MsgPtr arg_0x86bed88, result_t arg_0x86beed8){
  1614. #line 67
  1615.   unsigned char result;
  1616. #line 67
  1617. #line 67
  1618.   result = AMStandard$UARTSend$sendDone(arg_0x86bed88, arg_0x86beed8);
  1619. #line 67
  1620. #line 67
  1621.   return result;
  1622. #line 67
  1623. }
  1624. #line 67
  1625. static inline  
  1626. # 1002 "../../tos/system/DrandM.nc"
  1627. result_t DrandM$SendFrameMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1628. #line 1002
  1629. {
  1630.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1631. #line 1003
  1632.     {
  1633.       if (DrandM$sendBusy) {
  1634.           DrandM$sendBusy = FALSE;
  1635.         }
  1636.       if (DrandM$globalState == FRAME_STATE) {
  1637.         DrandM$reXTimer$start(TIMER_ONE_SHOT, FRAME_XPERIOD + DrandM$randNew() % FRAME_INTERVAL);
  1638.         }
  1639.     }
  1640. #line 1014
  1641.     __nesc_atomic_end(__nesc_atomic); }
  1642. #line 1014
  1643.   return SUCCESS;
  1644. }
  1645. static inline  
  1646. #line 984
  1647. result_t DrandM$SendReportMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1648. #line 984
  1649. {
  1650.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1651. #line 985
  1652.     {
  1653.       if (DrandM$sendBusy) {
  1654.           DrandM$sendBusy = FALSE;
  1655.         }
  1656.       if (DrandM$globalState == REPORT_STATE) {
  1657.         DrandM$reXTimer$start(TIMER_ONE_SHOT, REPORT_XPERIOD + DrandM$randNew() % REPORT_INTERVAL);
  1658.         }
  1659.     }
  1660. #line 999
  1661.     __nesc_atomic_end(__nesc_atomic); }
  1662. #line 999
  1663.   return SUCCESS;
  1664. }
  1665. static inline  
  1666. #line 954
  1667. result_t DrandM$SendGrantMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1668. #line 954
  1669. {
  1670.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1671. #line 955
  1672.     {
  1673.       if (DrandM$sendBusy) {
  1674.           DrandM$sendBusy = FALSE;
  1675.           if (success == FAIL) {
  1676.             }
  1677.           else 
  1678.             {
  1679.               if (DrandM$graX) {
  1680. #line 967
  1681.                 DrandM$graXCount++;
  1682.                 }
  1683.               else {
  1684. #line 968
  1685.                 if (!DrandM$graX) {
  1686. #line 968
  1687.                   DrandM$graX = TRUE;
  1688.                   }
  1689.                 }
  1690. #line 969
  1691.               DrandM$graCount++;
  1692.               DrandM$grantFireCount++;
  1693.             }
  1694.         }
  1695.       if (DrandM$globalState == GRANT_STATE) {
  1696.         DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$GRANT_TIME);
  1697.         }
  1698.     }
  1699. #line 981
  1700.     __nesc_atomic_end(__nesc_atomic); }
  1701. #line 981
  1702.   return SUCCESS;
  1703. }
  1704. static inline  
  1705. #line 932
  1706. result_t DrandM$SendTwoHopMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1707. #line 932
  1708. {
  1709.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1710. #line 933
  1711.     {
  1712.       if (DrandM$sendBusy) {
  1713.           DrandM$sendBusy = FALSE;
  1714.           if (success == SUCCESS) {
  1715.               DrandM$twoCount++;
  1716.             }
  1717.           else {
  1718.             }
  1719.         }
  1720.     }
  1721. #line 947
  1722.     __nesc_atomic_end(__nesc_atomic); }
  1723.   return SUCCESS;
  1724. }
  1725. static inline  
  1726. #line 910
  1727. result_t DrandM$SendReleaseMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1728. #line 910
  1729. {
  1730.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1731. #line 911
  1732.     {
  1733.       if (DrandM$sendBusy) {
  1734.           DrandM$sendBusy = FALSE;
  1735.           if (success == SUCCESS) {
  1736.               DrandM$relCount++;
  1737.             }
  1738.           else 
  1739.             {
  1740.             }
  1741.         }
  1742.     }
  1743. #line 925
  1744.     __nesc_atomic_end(__nesc_atomic); }
  1745.   return SUCCESS;
  1746. }
  1747. static inline  
  1748. #line 886
  1749. result_t DrandM$SendRejectMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1750. #line 886
  1751. {
  1752.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1753. #line 887
  1754.     {
  1755.       if (DrandM$sendBusy) {
  1756.           DrandM$sendBusy = FALSE;
  1757.           if (success == SUCCESS) {
  1758.               DrandM$rejCount++;
  1759.             }
  1760.           else {
  1761.             }
  1762.         }
  1763.     }
  1764. #line 903
  1765.     __nesc_atomic_end(__nesc_atomic); }
  1766.   return SUCCESS;
  1767. }
  1768. static inline  
  1769. #line 856
  1770. result_t DrandM$SendRequestMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1771. #line 856
  1772. {
  1773.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1774. #line 857
  1775.     {
  1776.       if (DrandM$sendBusy) {
  1777.           DrandM$sendBusy = FALSE;
  1778.           if (success == FAIL) {
  1779.             }
  1780.           else 
  1781.             {
  1782.               if (DrandM$reqX) {
  1783. #line 869
  1784.                 DrandM$reqXCount++;
  1785.                 }
  1786.               else {
  1787. #line 870
  1788.                 if (!DrandM$reqX) {
  1789. #line 870
  1790.                   DrandM$reqX = TRUE;
  1791.                   }
  1792.                 }
  1793. #line 871
  1794.               DrandM$reqCount++;
  1795.               DrandM$requestFireCount++;
  1796.             }
  1797.           if (DrandM$globalState == REQUEST_STATE) {
  1798.             DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$REQUEST_TIME);
  1799.             }
  1800.         }
  1801.     }
  1802. #line 883
  1803.     __nesc_atomic_end(__nesc_atomic); }
  1804. #line 883
  1805.   return SUCCESS;
  1806. }
  1807. static inline  
  1808. #line 842
  1809. result_t DrandM$SendHelloMsg$sendDone(TOS_MsgPtr msg, result_t success)
  1810. #line 842
  1811. {
  1812.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  1813. #line 843
  1814.     {
  1815.       if (DrandM$sendBusy) {
  1816.           DrandM$sendBusy = FALSE;
  1817.           if (DrandM$globalState == HELLO_STATE) {
  1818.             DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$randNew() % HELLO_INTERVAL);
  1819.             }
  1820.         }
  1821.     }
  1822. #line 853
  1823.     __nesc_atomic_end(__nesc_atomic); }
  1824. #line 853
  1825.   return SUCCESS;
  1826. }
  1827. static inline   
  1828. # 157 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  1829. result_t AMStandard$SendMsg$default$sendDone(uint8_t id, TOS_MsgPtr msg, result_t success)
  1830. #line 157
  1831. {
  1832.   return SUCCESS;
  1833. }
  1834. # 49 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  1835. inline static  result_t AMStandard$SendMsg$sendDone(uint8_t arg_0x86aa5b0, TOS_MsgPtr arg_0x857b1d0, result_t arg_0x857b320){
  1836. #line 49
  1837.   unsigned char result;
  1838. #line 49
  1839. #line 49
  1840.   switch (arg_0x86aa5b0) {
  1841. #line 49
  1842.     case AM_HELLO:
  1843. #line 49
  1844.       result = DrandM$SendHelloMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1845. #line 49
  1846.       break;
  1847. #line 49
  1848.     case AM_REQUEST:
  1849. #line 49
  1850.       result = DrandM$SendRequestMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1851. #line 49
  1852.       break;
  1853. #line 49
  1854.     case AM_GRANT:
  1855. #line 49
  1856.       result = DrandM$SendGrantMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1857. #line 49
  1858.       break;
  1859. #line 49
  1860.     case AM_RELEASE:
  1861. #line 49
  1862.       result = DrandM$SendReleaseMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1863. #line 49
  1864.       break;
  1865. #line 49
  1866.     case AM_REJECT:
  1867. #line 49
  1868.       result = DrandM$SendRejectMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1869. #line 49
  1870.       break;
  1871. #line 49
  1872.     case AM_TWOHOP:
  1873. #line 49
  1874.       result = DrandM$SendTwoHopMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1875. #line 49
  1876.       break;
  1877. #line 49
  1878.     case AM_REPORT:
  1879. #line 49
  1880.       result = DrandM$SendReportMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1881. #line 49
  1882.       break;
  1883. #line 49
  1884.     case AM_FRAME:
  1885. #line 49
  1886.       result = DrandM$SendFrameMsg$sendDone(arg_0x857b1d0, arg_0x857b320);
  1887. #line 49
  1888.       break;
  1889. #line 49
  1890.     default:
  1891. #line 49
  1892.       result = AMStandard$SendMsg$default$sendDone(arg_0x86aa5b0, arg_0x857b1d0, arg_0x857b320);
  1893. #line 49
  1894.     }
  1895. #line 49
  1896. #line 49
  1897.   return result;
  1898. #line 49
  1899. }
  1900. #line 49
  1901. static inline   
  1902. # 160 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  1903. result_t AMStandard$default$sendDone(void)
  1904. #line 160
  1905. {
  1906.   return SUCCESS;
  1907. }
  1908. #line 65
  1909. inline static  result_t AMStandard$sendDone(void){
  1910. #line 65
  1911.   unsigned char result;
  1912. #line 65
  1913. #line 65
  1914.   result = AMStandard$default$sendDone();
  1915. #line 65
  1916. #line 65
  1917.   return result;
  1918. #line 65
  1919. }
  1920. #line 65
  1921. # 63 "/home/testuser/tinyos-1.x/tos/interfaces/Random.nc"
  1922. inline static   uint16_t CC1000RadioIntM$Random$rand(void){
  1923. #line 63
  1924.   unsigned int result;
  1925. #line 63
  1926. #line 63
  1927.   result = RandomLFSR$Random$rand();
  1928. #line 63
  1929. #line 63
  1930.   return result;
  1931. #line 63
  1932. }
  1933. #line 63
  1934. static inline    
  1935. # 1796 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  1936. int16_t CC1000RadioIntM$MacBackoff$default$initialBackoff(TOS_MsgPtr m)
  1937. #line 1796
  1938. {
  1939.   return (CC1000RadioIntM$Random$rand() & 0x1F) + 1;
  1940. }
  1941. # 39 "../../tos/platform/mica2/MacBackoff.nc"
  1942. inline static   int16_t CC1000RadioIntM$MacBackoff$initialBackoff(TOS_MsgPtr arg_0x86d6c88){
  1943. #line 39
  1944.   int result;
  1945. #line 39
  1946. #line 39
  1947.   result = CC1000RadioIntM$MacBackoff$default$initialBackoff(arg_0x86d6c88);
  1948. #line 39
  1949. #line 39
  1950.   return result;
  1951. #line 39
  1952. }
  1953. #line 39
  1954. static inline 
  1955. # 245 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  1956. uint16_t CC1000RadioIntM$getOwnerBackoff(void)
  1957. #line 245
  1958. {
  1959.   return (CC1000RadioIntM$Random$rand() & (8 - 1)) + 1;
  1960. }
  1961. static inline uint16_t CC1000RadioIntM$getNonOwnerBackoff(void)
  1962. #line 249
  1963. {
  1964.   return (CC1000RadioIntM$Random$rand() & (32 - 1)) + 8 + 1;
  1965. }
  1966. # 68 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  1967. inline static  result_t CC1000RadioIntM$WakeupTimer$stop(void){
  1968. #line 68
  1969.   unsigned char result;
  1970. #line 68
  1971. #line 68
  1972.   result = TimerM$Timer$stop(5);
  1973. #line 68
  1974. #line 68
  1975.   return result;
  1976. #line 68
  1977. }
  1978. #line 68
  1979. # 48 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  1980. inline static  result_t DrandM$SendReleaseMsg$send(uint16_t arg_0x857ab18, uint8_t arg_0x857ac60, TOS_MsgPtr arg_0x857adb0){
  1981. #line 48
  1982.   unsigned char result;
  1983. #line 48
  1984. #line 48
  1985.   result = AMStandard$SendMsg$send(AM_RELEASE, arg_0x857ab18, arg_0x857ac60, arg_0x857adb0);
  1986. #line 48
  1987. #line 48
  1988.   return result;
  1989. #line 48
  1990. }
  1991. #line 48
  1992. # 48 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  1993. inline static  result_t DrandM$SendTwoHopMsg$send(uint16_t arg_0x857ab18, uint8_t arg_0x857ac60, TOS_MsgPtr arg_0x857adb0){
  1994. #line 48
  1995.   unsigned char result;
  1996. #line 48
  1997. #line 48
  1998.   result = AMStandard$SendMsg$send(AM_TWOHOP, arg_0x857ab18, arg_0x857ac60, arg_0x857adb0);
  1999. #line 48
  2000. #line 48
  2001.   return result;
  2002. #line 48
  2003. }
  2004. #line 48
  2005. static inline 
  2006. # 738 "../../tos/system/DrandM.nc"
  2007. void DrandM$sendTwoHopMsg(uint8_t slot, uint8_t sendID)
  2008. #line 738
  2009. {
  2010.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2011. #line 739
  2012.     {
  2013.       if (!DrandM$sendBusy) {
  2014.           twoHopMsg *twoHopMsgData = (twoHopMsg *)DrandM$DataPkt.data;
  2015. #line 742
  2016.           twoHopMsgData->sendID = TOS_LOCAL_ADDRESS;
  2017.           twoHopMsgData->slotID = sendID;
  2018.           twoHopMsgData->slot = slot;
  2019.           twoHopMsgData->myState = DrandM$globalState;
  2020.           twoHopMsgData->roundNum = DrandM$roundNum;
  2021.           twoHopMsgData->lastRequestID = DrandM$lastReqID;
  2022.           if (DrandM$SendTwoHopMsg$send(TOS_BCAST_ADDR, sizeof(twoHopMsg ), &DrandM$DataPkt) == SUCCESS) {
  2023.               DrandM$sendBusy = TRUE;
  2024.             }
  2025.           else 
  2026. #line 752
  2027.             {
  2028.             }
  2029.         }
  2030.     }
  2031. #line 755
  2032.     __nesc_atomic_end(__nesc_atomic); }
  2033. }
  2034. static inline 
  2035. #line 221
  2036. bool DrandM$checkForRetransReport(void)
  2037. #line 221
  2038. {
  2039.   uint8_t i;
  2040. #line 223
  2041.   for (i = 0; i < MAX_NBR && DrandM$nbrInfo[i].nodeID != 0xFF; i++) 
  2042.     if (DrandM$nbrInfo[i].slot == 0xFF) {
  2043.         return TRUE;
  2044.       }
  2045.   return FALSE;
  2046. }
  2047. static inline 
  2048. #line 355
  2049. void DrandM$fillTimeSlotInfoForReport(uint8_t *array)
  2050. #line 355
  2051. {
  2052.   uint8_t i;
  2053. #line 357
  2054.   for (i = 0; i < MAX_NBR; i++) 
  2055.     array[i] = 0xFF;
  2056.   for (i = 0; i < MAX_NBR && DrandM$nbrInfo[i].nodeID != 0xFF; i++) 
  2057.     if (DrandM$nbrInfo[i].slot != 0xFF) {
  2058.       array[DrandM$nbrInfo[i].slot] = DrandM$nbrInfo[i].nodeID;
  2059.       }
  2060. #line 362
  2061.   if (DrandM$setMySlot) {
  2062.     array[DrandM$myInfo.slot] = TOS_LOCAL_ADDRESS;
  2063.     }
  2064. }
  2065. # 48 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  2066. inline static  result_t DrandM$SendReportMsg$send(uint16_t arg_0x857ab18, uint8_t arg_0x857ac60, TOS_MsgPtr arg_0x857adb0){
  2067. #line 48
  2068.   unsigned char result;
  2069. #line 48
  2070. #line 48
  2071.   result = AMStandard$SendMsg$send(AM_REPORT, arg_0x857ab18, arg_0x857ac60, arg_0x857adb0);
  2072. #line 48
  2073. #line 48
  2074.   return result;
  2075. #line 48
  2076. }
  2077. #line 48
  2078. static inline 
  2079. # 454 "../../tos/system/DrandM.nc"
  2080. void DrandM$removeNodesForFrame(void)
  2081. #line 454
  2082. {
  2083.   int i;
  2084. #line 456
  2085.   for (i = MAX_NBR - 1; i >= 0; i--) {
  2086.       if (DrandM$nbrInfo[i].nodeID == 0xFF) {
  2087.         continue;
  2088.         }
  2089.       else {
  2090. #line 459
  2091.         if (DrandM$nbrInfo[i].frame == 0xFF) {
  2092.             {
  2093. #line 461
  2094.               char bStatus;
  2095. #line 461
  2096.               if (DBG_USR2 != 0) {
  2097. #line 461
  2098.                   bStatus = * (volatile uint8_t *)(uint16_t )& * (volatile uint8_t *)(0x3F + 0x20) & (1 << 7);
  2099. #line 461
  2100.                    __asm volatile ("cli");DrandM$sprintf(DrandM$debugbuf, "RemoveNodesForFrame: Removed node %un", DrandM$nbrInfo[i].nodeID);
  2101. #line 461
  2102.                   DrandM$writedebug();
  2103. #line 461
  2104.                   if (bStatus) {
  2105. #line 461
  2106.                      __asm volatile ("sei");
  2107.                     }
  2108.                 }
  2109.             }
  2110. #line 461
  2111.             ;
  2112.             DrandM$removeNode(DrandM$nbrInfo[i].nodeID, DrandM$nbrInfo[i].bitMap);
  2113.           }
  2114.         }
  2115.     }
  2116. }
  2117. static inline 
  2118. #line 233
  2119. bool DrandM$checkForRetransFrame(void)
  2120. #line 233
  2121. {
  2122.   uint8_t i;
  2123. #line 235
  2124.   for (i = 0; i < MAX_NBR && DrandM$nbrInfo[i].nodeID != 0xFF; i++) 
  2125.     if (DrandM$nbrInfo[i].frame == 0xFF) {
  2126.         return TRUE;
  2127.       }
  2128.   return FALSE;
  2129. }
  2130. static inline   
  2131. # 32 "TestBedTopologyM.nc"
  2132. void TestBedTopologyM$Drand$gotFrame(void)
  2133. #line 32
  2134. {
  2135. }
  2136. # 5 "../../tos/interfaces/Drand.nc"
  2137. inline static   void DrandM$Drand$gotFrame(void){
  2138. #line 5
  2139.   TestBedTopologyM$Drand$gotFrame();
  2140. #line 5
  2141. }
  2142. #line 5
  2143. static inline 
  2144. # 341 "../../tos/system/DrandM.nc"
  2145. void DrandM$fillFrameInfo(frameMsg *pkt)
  2146. #line 341
  2147. {
  2148.   uint8_t i;
  2149. #line 342
  2150.   uint8_t j;
  2151. #line 343
  2152.   for (i = 0; i < MAX_ONE_HOP; i++) {
  2153.       pkt->oneHopNodeID[i] = 0xFF;
  2154.       pkt->frameArray[i] = 0xFF;
  2155.     }
  2156.   for (i = 0, j = 0; i < MAX_NBR && DrandM$nbrInfo[i].nodeID != 0xFF; i++) 
  2157.     if (DrandM$nbrInfo[i].bitMap & ONE_HOP && DrandM$nbrInfo[i].frame != 0xFF) {
  2158.         pkt->oneHopNodeID[j] = DrandM$nbrInfo[i].nodeID;
  2159.         pkt->frameArray[j] = DrandM$nbrInfo[i].frame;
  2160.         j++;
  2161.       }
  2162. }
  2163. # 48 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  2164. inline static  result_t DrandM$SendFrameMsg$send(uint16_t arg_0x857ab18, uint8_t arg_0x857ac60, TOS_MsgPtr arg_0x857adb0){
  2165. #line 48
  2166.   unsigned char result;
  2167. #line 48
  2168. #line 48
  2169.   result = AMStandard$SendMsg$send(AM_FRAME, arg_0x857ab18, arg_0x857ac60, arg_0x857adb0);
  2170. #line 48
  2171. #line 48
  2172.   return result;
  2173. #line 48
  2174. }
  2175. #line 48
  2176. # 37 "../../tos/platform/mica2/SpiByteFifo.nc"
  2177. inline static   result_t CC1000RadioIntM$SpiByteFifo$disableIntr(void){
  2178. #line 37
  2179.   unsigned char result;
  2180. #line 37
  2181. #line 37
  2182.   result = HPLSpiM$SpiByteFifo$disableIntr();
  2183. #line 37
  2184. #line 37
  2185.   return result;
  2186. #line 37
  2187. }
  2188. #line 37
  2189. static inline  
  2190. # 1606 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  2191. void CC1000RadioIntM$SleepTimerTask(void)
  2192. #line 1606
  2193. {
  2194.   CC1000RadioIntM$WakeupTimer$start(TIMER_ONE_SHOT, CC1000RadioIntM$sleeptime);
  2195. }
  2196. static inline  
  2197. # 469 "../../tos/platform/mica2/CC1000ControlM.nc"
  2198. result_t CC1000ControlM$StdControl$stop(void)
  2199. #line 469
  2200. {
  2201.   CC1000ControlM$HPLChipcon$write(0x00, (((((
  2202.   1 << 5) | (1 << 4)) | (
  2203.   1 << 3)) | (1 << 2)) | (1 << 1)) | (
  2204.   1 << 0));
  2205.   CC1000ControlM$HPLChipcon$write(0x0B, 0x00);
  2206.   return SUCCESS;
  2207. }
  2208. # 78 "/home/testuser/tinyos-1.x/tos/interfaces/StdControl.nc"
  2209. inline static  result_t CC1000RadioIntM$CC1000StdControl$stop(void){
  2210. #line 78
  2211.   unsigned char result;
  2212. #line 78
  2213. #line 78
  2214.   result = CC1000ControlM$StdControl$stop();
  2215. #line 78
  2216. #line 78
  2217.   return result;
  2218. #line 78
  2219. }
  2220. #line 78
  2221. static inline   
  2222. # 222 "../../tos/platform/mica2/ADCREFM.nc"
  2223. result_t ADCREFM$ADC$getData(uint8_t port)
  2224. #line 222
  2225. {
  2226.   result_t Result;
  2227. #line 224
  2228.   if (port > TOSH_ADC_PORTMAPSIZE) {
  2229.       return FAIL;
  2230.     }
  2231.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2232. #line 228
  2233.     {
  2234.       Result = ADCREFM$startGet(port);
  2235.     }
  2236. #line 230
  2237.     __nesc_atomic_end(__nesc_atomic); }
  2238.   return Result;
  2239. }
  2240. # 52 "/home/testuser/tinyos-1.x/tos/interfaces/ADC.nc"
  2241. inline static   result_t CC1000RadioIntM$RSSIADC$getData(void){
  2242. #line 52
  2243.   unsigned char result;
  2244. #line 52
  2245. #line 52
  2246.   result = ADCREFM$ADC$getData(TOS_ADC_CC_RSSI_PORT);
  2247. #line 52
  2248. #line 52
  2249.   return result;
  2250. #line 52
  2251. }
  2252. #line 52
  2253. static inline   
  2254. # 1724 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  2255. uint16_t CC1000RadioIntM$GetSquelch(void)
  2256. #line 1724
  2257. {
  2258.   return CC1000RadioIntM$usSquelchVal;
  2259. }
  2260. static inline    
  2261. #line 1800
  2262. int16_t CC1000RadioIntM$MacBackoff$default$congestionBackoff(TOS_MsgPtr m)
  2263. #line 1800
  2264. {
  2265.   CC1000RadioIntM$congBackOffs++;
  2266.   return (CC1000RadioIntM$Random$rand() & 0xF) + 1;
  2267. }
  2268. # 40 "../../tos/platform/mica2/MacBackoff.nc"
  2269. inline static   int16_t CC1000RadioIntM$MacBackoff$congestionBackoff(TOS_MsgPtr arg_0x86d70b0){
  2270. #line 40
  2271.   int result;
  2272. #line 40
  2273. #line 40
  2274.   result = CC1000RadioIntM$MacBackoff$default$congestionBackoff(arg_0x86d70b0);
  2275. #line 40
  2276. #line 40
  2277.   return result;
  2278. #line 40
  2279. }
  2280. #line 40
  2281. # 143 "../../tos/platform/mica2/hardware.h"
  2282. static __inline void TOSH_MAKE_MOSI_OUTPUT(void)
  2283. #line 143
  2284. {
  2285. #line 143
  2286.   * (volatile uint8_t *)(0x17 + 0x20) |= 1 << 2;
  2287. }
  2288. #line 144
  2289. static __inline void TOSH_MAKE_MISO_OUTPUT(void)
  2290. #line 144
  2291. {
  2292. #line 144
  2293.   * (volatile uint8_t *)(0x17 + 0x20) |= 1 << 3;
  2294. }
  2295. static inline   
  2296. # 103 "../../tos/platform/mica2/HPLSpiM.nc"
  2297. result_t HPLSpiM$SpiByteFifo$txMode(void)
  2298. #line 103
  2299. {
  2300.   TOSH_MAKE_MISO_OUTPUT();
  2301.   TOSH_MAKE_MOSI_OUTPUT();
  2302.   return SUCCESS;
  2303. }
  2304. # 39 "../../tos/platform/mica2/SpiByteFifo.nc"
  2305. inline static   result_t CC1000RadioIntM$SpiByteFifo$txMode(void){
  2306. #line 39
  2307.   unsigned char result;
  2308. #line 39
  2309. #line 39
  2310.   result = HPLSpiM$SpiByteFifo$txMode();
  2311. #line 39
  2312. #line 39
  2313.   return result;
  2314. #line 39
  2315. }
  2316. #line 39
  2317. # 108 "../../tos/platform/mica2/CC1000Control.nc"
  2318. inline static   result_t CC1000RadioIntM$CC1000Control$TxMode(void){
  2319. #line 108
  2320.   unsigned char result;
  2321. #line 108
  2322. #line 108
  2323.   result = CC1000ControlM$CC1000Control$TxMode();
  2324. #line 108
  2325. #line 108
  2326.   return result;
  2327. #line 108
  2328. }
  2329. #line 108
  2330. static inline   
  2331. # 59 "../../tos/platform/mica2/HPLSpiM.nc"
  2332. result_t HPLSpiM$SpiByteFifo$writeByte(uint8_t data)
  2333. #line 59
  2334. {
  2335.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2336. #line 62
  2337.     HPLSpiM$OutgoingByte = data;
  2338. #line 62
  2339.     __nesc_atomic_end(__nesc_atomic); }
  2340.   return SUCCESS;
  2341. }
  2342. # 33 "../../tos/platform/mica2/SpiByteFifo.nc"
  2343. inline static   result_t CC1000RadioIntM$SpiByteFifo$writeByte(uint8_t arg_0x86fbd50){
  2344. #line 33
  2345.   unsigned char result;
  2346. #line 33
  2347. #line 33
  2348.   result = HPLSpiM$SpiByteFifo$writeByte(arg_0x86fbd50);
  2349. #line 33
  2350. #line 33
  2351.   return result;
  2352. #line 33
  2353. }
  2354. #line 33
  2355. static inline   
  2356. # 1610 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  2357. result_t CC1000RadioIntM$RSSIADC$dataReady(uint16_t data)
  2358. #line 1610
  2359. {
  2360.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2361. #line 1611
  2362.     {
  2363.       uint8_t currentRadioState;
  2364.       currentRadioState = CC1000RadioIntM$RadioState;
  2365.       switch (currentRadioState) {
  2366.           case CC1000RadioIntM$IDLE_STATE: 
  2367.             if (CC1000RadioIntM$RSSIInitState == CC1000RadioIntM$IDLE_STATE) {
  2368.                 CC1000RadioIntM$usTempSquelch = data;
  2369.                 TOS_post(CC1000RadioIntM$adjustSquelch);
  2370.               }
  2371.           CC1000RadioIntM$RSSIInitState = CC1000RadioIntM$NULL_STATE;
  2372.           break;
  2373.           case CC1000RadioIntM$RX_STATE: 
  2374.             if (CC1000RadioIntM$RSSIInitState == CC1000RadioIntM$RX_STATE) {
  2375.                 CC1000RadioIntM$usRSSIVal = data;
  2376.               }
  2377.           CC1000RadioIntM$RSSIInitState = CC1000RadioIntM$NULL_STATE;
  2378.           break;
  2379.           case CC1000RadioIntM$PRETX_STATE: 
  2380.             CC1000RadioIntM$iRSSIcount++;
  2381.           if ((
  2382. #line 1636
  2383.           data > CC1000RadioIntM$usSquelchVal + 16 || 
  2384.           !CC1000RadioIntM$bCCAEnable) && CC1000RadioIntM$RSSIInitState == CC1000RadioIntM$PRETX_STATE) {
  2385.               CC1000RadioIntM$SpiByteFifo$writeByte(0xaa);
  2386.               CC1000RadioIntM$CC1000Control$TxMode();
  2387.               CC1000RadioIntM$SpiByteFifo$txMode();
  2388.               CC1000RadioIntM$usRSSIVal = data;
  2389.               CC1000RadioIntM$iRSSIcount = 5;
  2390.               CC1000RadioIntM$bRSSIValid = TRUE;
  2391.               CC1000RadioIntM$TxByteCnt = 0;
  2392.               CC1000RadioIntM$usRunningCRC = 0;
  2393.               CC1000RadioIntM$RadioState = CC1000RadioIntM$TX_STATE;
  2394.               CC1000RadioIntM$RadioTxState = CC1000RadioIntM$TXSTATE_PREAMBLE;
  2395.               CC1000RadioIntM$NextTxByte = 0xaa;
  2396.               CC1000RadioIntM$RSSIInitState = CC1000RadioIntM$NULL_STATE;
  2397.             }
  2398.           else {
  2399.               CC1000RadioIntM$RSSIInitState = CC1000RadioIntM$NULL_STATE;
  2400.               if (CC1000RadioIntM$iRSSIcount == 5) {
  2401.                   CC1000RadioIntM$sMacDelay = CC1000RadioIntM$MacBackoff$congestionBackoff(CC1000RadioIntM$txbufptr);
  2402.                   CC1000RadioIntM$RadioState = CC1000RadioIntM$IDLE_STATE;
  2403.                 }
  2404.               else {
  2405.                   CC1000RadioIntM$RSSIInitState = currentRadioState;
  2406.                   CC1000RadioIntM$RSSIADC$getData();
  2407.                 }
  2408.             }
  2409.           break;
  2410.           case CC1000RadioIntM$PULSE_CHECK_STATE: 
  2411.             {
  2412.               uint8_t done = 0;
  2413.               uint16_t threshold = CC1000RadioIntM$GetSquelch();
  2414. #line 1672
  2415.               threshold = threshold - (CC1000RadioIntM$GetSquelch() >> 2);
  2416.               if (data > threshold) {
  2417.                   CC1000RadioIntM$usTempSquelch = data;
  2418.                   TOS_post(CC1000RadioIntM$adjustSquelch);
  2419.                 }
  2420.               else {
  2421. #line 1678
  2422.                 if (CC1000RadioIntM$pulse_check_count > 5) {
  2423.                     CC1000RadioIntM$CC1000Control$RxMode();
  2424.                     CC1000RadioIntM$RadioState = CC1000RadioIntM$IDLE_STATE;
  2425.                     CC1000RadioIntM$SpiByteFifo$rxMode();
  2426.                     CC1000RadioIntM$SpiByteFifo$enableIntr();
  2427.                     TOS_post(CC1000RadioIntM$IdleTimerTask);
  2428.                     done = 1;
  2429.                   }
  2430.                 else {
  2431.                     CC1000RadioIntM$CC1000Control$RxMode();
  2432.                     if (CC1000RadioIntM$RSSIADC$getData()) {
  2433.                         TOSH_uwait(80);
  2434.                         CC1000RadioIntM$pulse_check_count++;
  2435.                         done = 1;
  2436.                       }
  2437.                     CC1000RadioIntM$pulse_check_sum++;
  2438.                     CC1000RadioIntM$CC1000StdControl$stop();
  2439.                   }
  2440.                 }
  2441.               if (CC1000RadioIntM$bTxPending) {
  2442.                   CC1000RadioIntM$CC1000Control$RxMode();
  2443.                   CC1000RadioIntM$RadioState = CC1000RadioIntM$IDLE_STATE;
  2444.                   CC1000RadioIntM$SpiByteFifo$rxMode();
  2445.                   CC1000RadioIntM$SpiByteFifo$enableIntr();
  2446.                   TOS_post(CC1000RadioIntM$IdleTimerTask);
  2447.                   done = 1;
  2448.                 }
  2449.               if (done == 0) {
  2450.                   TOS_post(CC1000RadioIntM$SleepTimerTask);
  2451.                   CC1000RadioIntM$RadioState = CC1000RadioIntM$POWER_DOWN_STATE;
  2452.                   CC1000RadioIntM$SpiByteFifo$disableIntr();
  2453.                 }
  2454.             }
  2455.           break;
  2456.           default: ;
  2457.         }
  2458.     }
  2459. #line 1719
  2460.     __nesc_atomic_end(__nesc_atomic); }
  2461.   return SUCCESS;
  2462. }
  2463. static inline    
  2464. # 118 "../../tos/platform/mica2/ADCREFM.nc"
  2465. result_t ADCREFM$ADC$default$dataReady(uint8_t port, uint16_t data)
  2466. #line 118
  2467. {
  2468.   return FAIL;
  2469. }
  2470. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/ADC.nc"
  2471. inline static   result_t ADCREFM$ADC$dataReady(uint8_t arg_0x86d0c08, uint16_t arg_0x86fa7d8){
  2472. #line 70
  2473.   unsigned char result;
  2474. #line 70
  2475. #line 70
  2476.   switch (arg_0x86d0c08) {
  2477. #line 70
  2478.     case TOS_ADC_CC_RSSI_PORT:
  2479. #line 70
  2480.       result = CC1000RadioIntM$RSSIADC$dataReady(arg_0x86fa7d8);
  2481. #line 70
  2482.       break;
  2483. #line 70
  2484.     default:
  2485. #line 70
  2486.       result = ADCREFM$ADC$default$dataReady(arg_0x86d0c08, arg_0x86fa7d8);
  2487. #line 70
  2488.     }
  2489. #line 70
  2490. #line 70
  2491.   return result;
  2492. #line 70
  2493. }
  2494. #line 70
  2495. static inline    
  2496. # 122 "../../tos/platform/mica2/ADCREFM.nc"
  2497. result_t ADCREFM$CalADC$default$dataReady(uint8_t port, uint16_t data)
  2498. #line 122
  2499. {
  2500.   return FAIL;
  2501. }
  2502. # 70 "/home/testuser/tinyos-1.x/tos/interfaces/ADC.nc"
  2503. inline static   result_t ADCREFM$CalADC$dataReady(uint8_t arg_0x86d1290, uint16_t arg_0x86fa7d8){
  2504. #line 70
  2505.   unsigned char result;
  2506. #line 70
  2507. #line 70
  2508.     result = ADCREFM$CalADC$default$dataReady(arg_0x86d1290, arg_0x86fa7d8);
  2509. #line 70
  2510. #line 70
  2511.   return result;
  2512. #line 70
  2513. }
  2514. #line 70
  2515. # 77 "/home/testuser/tinyos-1.x/tos/interfaces/HPLADC.nc"
  2516. inline static   result_t ADCREFM$HPLADC$samplePort(uint8_t arg_0x88aba00){
  2517. #line 77
  2518.   unsigned char result;
  2519. #line 77
  2520. #line 77
  2521.   result = HPLADCM$ADC$samplePort(arg_0x88aba00);
  2522. #line 77
  2523. #line 77
  2524.   return result;
  2525. #line 77
  2526. }
  2527. #line 77
  2528. static inline   
  2529. # 133 "../../tos/platform/mica2/ADCREFM.nc"
  2530. result_t ADCREFM$HPLADC$dataReady(uint16_t data)
  2531. #line 133
  2532. {
  2533.   uint16_t doneValue = data;
  2534.   uint8_t donePort;
  2535.   uint8_t nextPort = 0xff;
  2536.   bool fCalResult = FALSE;
  2537.   result_t Result = SUCCESS;
  2538. #line 139
  2539.   if (ADCREFM$ReqPort == TOS_ADC_BANDGAP_PORT) {
  2540.       ADCREFM$RefVal = data;
  2541.     }
  2542.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2543. #line 143
  2544.     {
  2545.       donePort = ADCREFM$ReqPort;
  2546.       if (((1 << donePort) & ADCREFM$ContReqMask) == 0) {
  2547.           ADCREFM$ReqVector ^= 1 << donePort;
  2548.         }
  2549.       if ((1 << donePort) & ADCREFM$CalReqMask) {
  2550.           fCalResult = TRUE;
  2551.           if (((1 << donePort) & ADCREFM$ContReqMask) == 0) {
  2552.               ADCREFM$CalReqMask ^= 1 << donePort;
  2553.             }
  2554.         }
  2555.       if (ADCREFM$ReqVector) {
  2556.           do {
  2557.               ADCREFM$ReqPort++;
  2558.               ADCREFM$ReqPort = ADCREFM$ReqPort == TOSH_ADC_PORTMAPSIZE ? 0 : ADCREFM$ReqPort;
  2559.             }
  2560.           while (((
  2561. #line 164
  2562.           1 << ADCREFM$ReqPort) & ADCREFM$ReqVector) == 0);
  2563.           nextPort = ADCREFM$ReqPort;
  2564.         }
  2565.     }
  2566. #line 167
  2567.     __nesc_atomic_end(__nesc_atomic); }
  2568.   if (nextPort != 0xff) {
  2569.       ADCREFM$HPLADC$samplePort(nextPort);
  2570.     }
  2571.   {
  2572.   }
  2573. #line 174
  2574.   ;
  2575.   if (donePort != TOS_ADC_BANDGAP_PORT) {
  2576.       if (fCalResult) {
  2577.           uint32_t tmp = (uint32_t )data;
  2578. #line 178
  2579.           tmp = tmp << 10;
  2580.           tmp = tmp / ADCREFM$RefVal;
  2581.           doneValue = (uint16_t )tmp;
  2582.           Result = ADCREFM$CalADC$dataReady(donePort, doneValue);
  2583.         }
  2584.       else {
  2585.           Result = ADCREFM$ADC$dataReady(donePort, doneValue);
  2586.         }
  2587.     }
  2588.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2589. #line 188
  2590.     {
  2591.       if (ADCREFM$ContReqMask & (1 << donePort) && Result == FAIL) {
  2592.           ADCREFM$ContReqMask ^= 1 << donePort;
  2593.         }
  2594.     }
  2595. #line 192
  2596.     __nesc_atomic_end(__nesc_atomic); }
  2597.   return SUCCESS;
  2598. }
  2599. # 99 "/home/testuser/tinyos-1.x/tos/interfaces/HPLADC.nc"
  2600. inline static   result_t HPLADCM$ADC$dataReady(uint16_t arg_0x88c8548){
  2601. #line 99
  2602.   unsigned char result;
  2603. #line 99
  2604. #line 99
  2605.   result = ADCREFM$HPLADC$dataReady(arg_0x88c8548);
  2606. #line 99
  2607. #line 99
  2608.   return result;
  2609. #line 99
  2610. }
  2611. #line 99
  2612. static inline   
  2613. # 97 "/home/testuser/tinyos-1.x/tos/platform/mica/HPLClock.nc"
  2614. uint8_t HPLClock$Clock$getInterval(void)
  2615. #line 97
  2616. {
  2617.   return * (volatile uint8_t *)(0x31 + 0x20);
  2618. }
  2619. # 121 "/home/testuser/tinyos-1.x/tos/interfaces/Clock.nc"
  2620. inline static   uint8_t TimerM$Clock$getInterval(void){
  2621. #line 121
  2622.   unsigned char result;
  2623. #line 121
  2624. #line 121
  2625.   result = HPLClock$Clock$getInterval();
  2626. #line 121
  2627. #line 121
  2628.   return result;
  2629. #line 121
  2630. }
  2631. #line 121
  2632. # 41 "/home/testuser/tinyos-1.x/tos/interfaces/PowerManagement.nc"
  2633. inline static   uint8_t TimerM$PowerManagement$adjustPower(void){
  2634. #line 41
  2635.   unsigned char result;
  2636. #line 41
  2637. #line 41
  2638.   result = HPLPowerManagementM$PowerManagement$adjustPower();
  2639. #line 41
  2640. #line 41
  2641.   return result;
  2642. #line 41
  2643. }
  2644. #line 41
  2645. static inline   
  2646. # 87 "/home/testuser/tinyos-1.x/tos/platform/mica/HPLClock.nc"
  2647. void HPLClock$Clock$setInterval(uint8_t value)
  2648. #line 87
  2649. {
  2650.   * (volatile uint8_t *)(0x31 + 0x20) = value;
  2651. }
  2652. # 105 "/home/testuser/tinyos-1.x/tos/interfaces/Clock.nc"
  2653. inline static   void TimerM$Clock$setInterval(uint8_t arg_0x88f08c8){
  2654. #line 105
  2655.   HPLClock$Clock$setInterval(arg_0x88f08c8);
  2656. #line 105
  2657. }
  2658. #line 105
  2659. static inline   
  2660. # 134 "/home/testuser/tinyos-1.x/tos/platform/mica/HPLClock.nc"
  2661. uint8_t HPLClock$Clock$readCounter(void)
  2662. #line 134
  2663. {
  2664.   return * (volatile uint8_t *)(0x32 + 0x20);
  2665. }
  2666. # 153 "/home/testuser/tinyos-1.x/tos/interfaces/Clock.nc"
  2667. inline static   uint8_t TimerM$Clock$readCounter(void){
  2668. #line 153
  2669.   unsigned char result;
  2670. #line 153
  2671. #line 153
  2672.   result = HPLClock$Clock$readCounter();
  2673. #line 153
  2674. #line 153
  2675.   return result;
  2676. #line 153
  2677. }
  2678. #line 153
  2679. # 129 "/home/testuser/tinyos-1.x/tos/system/TimerM.nc"
  2680. static void TimerM$adjustInterval(void)
  2681. #line 129
  2682. {
  2683.   uint8_t i;
  2684. #line 130
  2685.   uint8_t val = TimerM$maxTimerInterval;
  2686. #line 131
  2687.   if (TimerM$mState) {
  2688.       for (i = 0; i < NUM_TIMERS; i++) {
  2689.           if (TimerM$mState & (0x1L << i) && TimerM$mTimerList[i].ticksLeft < val) {
  2690.               val = TimerM$mTimerList[i].ticksLeft;
  2691.             }
  2692.         }
  2693. #line 148
  2694.       { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2695. #line 148
  2696.         {
  2697.           i = TimerM$Clock$readCounter() + 3;
  2698.           if (val < i) {
  2699.               val = i;
  2700.             }
  2701.           TimerM$mInterval = val;
  2702.           TimerM$Clock$setInterval(TimerM$mInterval);
  2703.           TimerM$setIntervalFlag = 0;
  2704.         }
  2705. #line 156
  2706.         __nesc_atomic_end(__nesc_atomic); }
  2707.     }
  2708.   else {
  2709.       { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2710. #line 159
  2711.         {
  2712.           TimerM$mInterval = TimerM$maxTimerInterval;
  2713.           TimerM$Clock$setInterval(TimerM$mInterval);
  2714.           TimerM$setIntervalFlag = 0;
  2715.         }
  2716. #line 163
  2717.         __nesc_atomic_end(__nesc_atomic); }
  2718.     }
  2719.   TimerM$PowerManagement$adjustPower();
  2720. }
  2721. static inline 
  2722. #line 186
  2723. void TimerM$enqueue(uint8_t value)
  2724. #line 186
  2725. {
  2726.   if (TimerM$queue_tail == NUM_TIMERS - 1) {
  2727.     TimerM$queue_tail = -1;
  2728.     }
  2729. #line 189
  2730.   TimerM$queue_tail++;
  2731.   TimerM$queue_size++;
  2732.   TimerM$queue[(uint8_t )TimerM$queue_tail] = value;
  2733. }
  2734. static inline 
  2735. # 1498 "../../tos/system/DrandM.nc"
  2736. void DrandM$drandRoundOver(void)
  2737. #line 1498
  2738. {
  2739.   uint8_t randNum;
  2740. #line 1499
  2741.   uint8_t contender;
  2742. #line 1500
  2743.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2744. #line 1500
  2745.     {
  2746.       DrandM$sentRelease = FALSE;
  2747.       DrandM$firstGrant = TRUE;
  2748.       DrandM$roundNum++;
  2749.       randNum = DrandM$randNew();
  2750.       contender = DrandM$getContenders();
  2751.       if (randNum % contender == 0) {
  2752.           DrandM$globalState = REQUEST_STATE;
  2753.           DrandM$SClock$getTime(&DrandM$roundStartTime);
  2754.           DrandM$requestFireCount = 0;
  2755.           DrandM$sendRequestMsg();
  2756.         }
  2757.       else 
  2758. #line 1526
  2759.         {
  2760.           DrandM$drandRoundTimer$start(TIMER_ONE_SHOT, DrandM$ROUND_TIME);
  2761.         }
  2762.       DrandM$lastReqID = 0xff;
  2763.     }
  2764. #line 1534
  2765.     __nesc_atomic_end(__nesc_atomic); }
  2766. }
  2767. static inline  
  2768. #line 1582
  2769. result_t DrandM$drandRoundTimer$fired(void)
  2770. #line 1582
  2771. {
  2772.   if (DrandM$globalState == IDLE_STATE2) {
  2773.     DrandM$drandRoundOver();
  2774.     }
  2775. #line 1585
  2776.   return SUCCESS;
  2777. }
  2778. # 48 "/home/testuser/tinyos-1.x/tos/interfaces/SendMsg.nc"
  2779. inline static  result_t DrandM$SendGrantMsg$send(uint16_t arg_0x857ab18, uint8_t arg_0x857ac60, TOS_MsgPtr arg_0x857adb0){
  2780. #line 48
  2781.   unsigned char result;
  2782. #line 48
  2783. #line 48
  2784.   result = AMStandard$SendMsg$send(AM_GRANT, arg_0x857ab18, arg_0x857ac60, arg_0x857adb0);
  2785. #line 48
  2786. #line 48
  2787.   return result;
  2788. #line 48
  2789. }
  2790. #line 48
  2791. static inline 
  2792. # 330 "../../tos/system/DrandM.nc"
  2793. void DrandM$fillTimeSlotInfo(uint8_t *array)
  2794. #line 330
  2795. {
  2796.   uint8_t i;
  2797. #line 332
  2798.   for (i = 0; i < MAX_NBR; i++) 
  2799.     array[i] = 0xFF;
  2800.   for (i = 0; i < MAX_NBR && DrandM$nbrInfo[i].nodeID != 0xFF; i++) 
  2801.     if (DrandM$nbrInfo[i].slot != 0xFF && DrandM$nbrInfo[i].bitMap & ONE_HOP) {
  2802.       array[DrandM$nbrInfo[i].slot] = DrandM$nbrInfo[i].nodeID;
  2803.       }
  2804. #line 337
  2805.   if (DrandM$setMySlot) {
  2806.     array[DrandM$myInfo.slot] = TOS_LOCAL_ADDRESS;
  2807.     }
  2808. }
  2809. static inline 
  2810. #line 761
  2811. void DrandM$sendGrantMsg(uint8_t msgADDR)
  2812. #line 761
  2813. {
  2814.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2815. #line 762
  2816.     {
  2817.       if (!DrandM$sendBusy) {
  2818.           grantMsg *grantMsgData = (grantMsg *)DrandM$DataPkt.data;
  2819. #line 765
  2820.           grantMsgData->sendID = TOS_LOCAL_ADDRESS;
  2821.           grantMsgData->myState = DrandM$globalState;
  2822.           grantMsgData->lastRequestID = DrandM$lastReqID;
  2823.           grantMsgData->roundNum = DrandM$roundNum;
  2824.           grantMsgData->timestamp = DrandM$requestStartTime;
  2825.           DrandM$fillTimeSlotInfo(grantMsgData->timeSlot);
  2826.           if (DrandM$SendGrantMsg$send((uint16_t )msgADDR, sizeof(grantMsg ), &DrandM$DataPkt) != SUCCESS) {
  2827.               DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$GRANT_TIME);
  2828.             }
  2829.           else 
  2830.             {
  2831.               DrandM$sendBusy = TRUE;
  2832.             }
  2833.         }
  2834.       else 
  2835. #line 783
  2836.         {
  2837.           DrandM$reXTimer$start(TIMER_ONE_SHOT, DrandM$GRANT_TIME);
  2838.         }
  2839.     }
  2840. #line 786
  2841.     __nesc_atomic_end(__nesc_atomic); }
  2842. }
  2843. static inline 
  2844. #line 424
  2845. void DrandM$removeNodeForGrant(uint8_t nodeID)
  2846. #line 424
  2847. {
  2848.   int i;
  2849. #line 426
  2850.   for (i = MAX_NBR - 1; i >= 0; i--) {
  2851.       if (DrandM$nbrInfo[i].nodeID == 0xFF) {
  2852.         continue;
  2853.         }
  2854.       else {
  2855. #line 429
  2856.         if (DrandM$nbrInfo[i].nodeID == nodeID) {
  2857.             {
  2858. #line 431
  2859.               char bStatus;
  2860. #line 431
  2861.               if (DBG_USR2 != 0) {
  2862. #line 431
  2863.                   bStatus = * (volatile uint8_t *)(uint16_t )& * (volatile uint8_t *)(0x3F + 0x20) & (1 << 7);
  2864. #line 431
  2865.                    __asm volatile ("cli");DrandM$sprintf(DrandM$debugbuf, "RemoveNodeForGrant: Changed %u to Two Hopn", DrandM$nbrInfo[i].nodeID);
  2866. #line 431
  2867.                   DrandM$writedebug();
  2868. #line 431
  2869.                   if (bStatus) {
  2870. #line 431
  2871.                      __asm volatile ("sei");
  2872.                     }
  2873.                 }
  2874.             }
  2875. #line 431
  2876.             ;
  2877.             DrandM$nbrInfo[i].bitMap = TWO_HOP;
  2878.             return;
  2879.           }
  2880.         }
  2881.     }
  2882. }
  2883. static inline 
  2884. #line 1425
  2885. void DrandM$reXGrant(void)
  2886. #line 1425
  2887. {
  2888.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2889. #line 1426
  2890.     {
  2891.       if (DrandM$grantFireCount > MAX_GRANT) {
  2892.           DrandM$removeNodeForGrant(DrandM$lastReqID);
  2893.           if (DrandM$setMySlot) {
  2894.               DrandM$globalState = RELEASE_STATE;
  2895.             }
  2896.           else 
  2897.             {
  2898.               DrandM$globalState = IDLE_STATE2;
  2899.               DrandM$drandRoundTimer$start(TIMER_ONE_SHOT, 100);
  2900.             }
  2901.           DrandM$graX = FALSE;
  2902.           DrandM$lastReqID = 0xFF;
  2903.         }
  2904.       else 
  2905. #line 1445
  2906.         {
  2907.           DrandM$sendGrantMsg(DrandM$lastReqID);
  2908.         }
  2909.     }
  2910. #line 1451
  2911.     __nesc_atomic_end(__nesc_atomic); }
  2912. }
  2913. static inline 
  2914. #line 409
  2915. void DrandM$removeNodesForRequest(void)
  2916. #line 409
  2917. {
  2918.   int i;
  2919. #line 411
  2920.   for (i = MAX_NBR - 1; i >= 0; i--) {
  2921.       if (DrandM$nbrInfo[i].nodeID == 0xFF) {
  2922.         continue;
  2923.         }
  2924.       else {
  2925. #line 414
  2926.         if (DrandM$nbrInfo[i].bitMap & ONE_HOP && !(DrandM$nbrInfo[i].bitMap & GRANT_SENT)) {
  2927.             {
  2928. #line 416
  2929.               char bStatus;
  2930. #line 416
  2931.               if (DBG_USR2 != 0) {
  2932. #line 416
  2933.                   bStatus = * (volatile uint8_t *)(uint16_t )& * (volatile uint8_t *)(0x3F + 0x20) & (1 << 7);
  2934. #line 416
  2935.                    __asm volatile ("cli");DrandM$sprintf(DrandM$debugbuf, "RemoveNodesForRequest: Changed %u to Two Hopn", DrandM$nbrInfo[i].nodeID);
  2936. #line 416
  2937.                   DrandM$writedebug();
  2938. #line 416
  2939.                   if (bStatus) {
  2940. #line 416
  2941.                      __asm volatile ("sei");
  2942.                     }
  2943.                 }
  2944.             }
  2945. #line 416
  2946.             ;
  2947.             DrandM$nbrInfo[i].bitMap = TWO_HOP;
  2948.           }
  2949.         }
  2950.     }
  2951. }
  2952. static inline 
  2953. #line 1399
  2954. void DrandM$reXRequest(void)
  2955. #line 1399
  2956. {
  2957.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2958. #line 1400
  2959.     {
  2960.       if (DrandM$requestFireCount > MAX_REQUEST) {
  2961.           DrandM$removeNodesForRequest();
  2962.           if (DrandM$numGrantsRemaining() == 0 && !DrandM$setMySlot) {
  2963.               DrandM$setSlot();
  2964.               DrandM$timeCheck();
  2965.               DrandM$printNbrInfo();
  2966.             }
  2967.         }
  2968.       else 
  2969.         {
  2970.           DrandM$sendRequestMsg();
  2971.         }
  2972.     }
  2973. #line 1422
  2974.     __nesc_atomic_end(__nesc_atomic); }
  2975. }
  2976. static inline 
  2977. #line 1393
  2978. void DrandM$reXHello(void)
  2979. #line 1393
  2980. {
  2981.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2982. #line 1394
  2983.     {
  2984.       DrandM$sendHelloMsg();
  2985.     }
  2986. #line 1396
  2987.     __nesc_atomic_end(__nesc_atomic); }
  2988. }
  2989. static inline  
  2990. #line 1537
  2991. result_t DrandM$reXTimer$fired(void)
  2992. #line 1537
  2993. {
  2994.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  2995. #line 1538
  2996.     {
  2997.       switch (DrandM$globalState) {
  2998.           case HELLO_STATE: 
  2999.             DrandM$reXHello();
  3000.           break;
  3001.           case REQUEST_STATE: 
  3002.             DrandM$reXRequest();
  3003.           break;
  3004.           case GRANT_STATE: 
  3005.             DrandM$reXGrant();
  3006.           break;
  3007.           case REPORT_STATE: 
  3008.             DrandM$reXReport();
  3009.           break;
  3010.           case FRAME_STATE: 
  3011.             DrandM$reXFrame();
  3012.           break;
  3013.         }
  3014.     }
  3015. #line 1556
  3016.     __nesc_atomic_end(__nesc_atomic); }
  3017.   return SUCCESS;
  3018. }
  3019. static inline   
  3020. # 33 "TestBedTopologyM.nc"
  3021. void TestBedTopologyM$Drand$helloOver(void)
  3022. #line 33
  3023. {
  3024. }
  3025. # 6 "../../tos/interfaces/Drand.nc"
  3026. inline static   void DrandM$Drand$helloOver(void){
  3027. #line 6
  3028.   TestBedTopologyM$Drand$helloOver();
  3029. #line 6
  3030. }
  3031. #line 6
  3032. static inline 
  3033. # 1454 "../../tos/system/DrandM.nc"
  3034. void DrandM$helloOver(void)
  3035. #line 1454
  3036. {
  3037.   uint8_t i;
  3038. #line 1455
  3039.   uint8_t randNum;
  3040. #line 1455
  3041.   uint8_t contender;
  3042. #line 1456
  3043.   DrandM$Drand$helloOver();
  3044.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3045. #line 1458
  3046.     {
  3047.       DrandM$globalState = IDLE_STATE2;
  3048.       DrandM$reXTimer$stop();
  3049.       DrandM$SClock$getTime(&DrandM$drandStartTime);
  3050.       for (i = 0; i < MAX_NBR; i++) 
  3051.         DrandM$addNode(DrandM$TwoWayId[i], ONE_HOP);
  3052.       DrandM$printNbrInfo();
  3053.       contender = DrandM$getContenders();
  3054.       randNum = DrandM$randNew();
  3055.       if (randNum % contender == 0) {
  3056.           DrandM$globalState = REQUEST_STATE;
  3057.           DrandM$requestFireCount = 0;
  3058.           DrandM$SClock$getTime(&DrandM$roundStartTime);
  3059.           DrandM$sendRequestMsg();
  3060.         }
  3061.       else {
  3062. #line 1494
  3063.         DrandM$drandRoundTimer$start(TIMER_ONE_SHOT, DrandM$ROUND_TIME);
  3064.         }
  3065.     }
  3066. #line 1496
  3067.     __nesc_atomic_end(__nesc_atomic); }
  3068. }
  3069. static inline  
  3070. #line 1560
  3071. result_t DrandM$roundTimer$fired(void)
  3072. #line 1560
  3073. {
  3074.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3075. #line 1561
  3076.     {
  3077.       switch (DrandM$globalState) {
  3078.           case HELLO_STATE: 
  3079.             DrandM$helloOver();
  3080.           DrandM$roundTimer$start(TIMER_ONE_SHOT, DRAND_PERIOD);
  3081.           break;
  3082.           case RELEASE_STATE: 
  3083.             DrandM$globalState = REPORT_STATE;
  3084.           DrandM$reXReport();
  3085.           DrandM$roundTimer$start(TIMER_ONE_SHOT, REPORT_PERIOD);
  3086.           break;
  3087.           case REPORT_STATE: 
  3088.             DrandM$setFrame();
  3089.           DrandM$globalState = FRAME_STATE;
  3090.           DrandM$reXFrame();
  3091.           break;
  3092.         }
  3093.     }
  3094. #line 1578
  3095.     __nesc_atomic_end(__nesc_atomic); }
  3096.   return SUCCESS;
  3097. }
  3098. static inline  
  3099. # 151 "/home/testuser/tinyos-1.x/tos/system/AMStandard.nc"
  3100. result_t AMStandard$ActivityTimer$fired(void)
  3101. #line 151
  3102. {
  3103.   AMStandard$lastCount = AMStandard$counter;
  3104.   AMStandard$counter = 0;
  3105.   return SUCCESS;
  3106. }
  3107. # 59 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  3108. inline static  result_t CC1000RadioIntM$TDMATimer$start(char arg_0x85800e0, uint32_t arg_0x8580238){
  3109. #line 59
  3110.   unsigned char result;
  3111. #line 59
  3112. #line 59
  3113.   result = TimerM$Timer$start(6, arg_0x85800e0, arg_0x8580238);
  3114. #line 59
  3115. #line 59
  3116.   return result;
  3117. #line 59
  3118. }
  3119. #line 59
  3120. static inline  
  3121. # 980 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  3122. result_t CC1000RadioIntM$TDMATimer$fired(void)
  3123. #line 980
  3124. {
  3125.   CC1000RadioIntM$TDMATimer$start(TIMER_ONE_SHOT, CC1000RadioIntM$slotMultiplier);
  3126.   CC1000RadioIntM$slotNum++;
  3127.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3128. #line 983
  3129.     CC1000RadioIntM$currentMAC = CC1000RadioIntM$ZMAC;
  3130. #line 983
  3131.     __nesc_atomic_end(__nesc_atomic); }
  3132.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3133. #line 984
  3134.     {
  3135.       CC1000RadioIntM$currentSlot = CC1000RadioIntM$slotNum & (CC1000RadioIntM$localFrameLength - 1);
  3136.       CC1000RadioIntM$globalSlot = CC1000RadioIntM$slotNum & (CC1000RadioIntM$globalFrameLength - 1);
  3137.       if (CC1000RadioIntM$HCLselect) {
  3138.           CC1000RadioIntM$slots_since_ecnsend++;
  3139.           CC1000RadioIntM$slots_since_ecnrecv++;
  3140.           CC1000RadioIntM$slots_since_ecncheck++;
  3141.           if (CC1000RadioIntM$packetsSent > 10 && CC1000RadioIntM$slots_since_ecncheck >= 16) {
  3142.               double currentLoss = (double )CC1000RadioIntM$congBackOffs / CC1000RadioIntM$packetsSent;
  3143. #line 996
  3144.               CC1000RadioIntM$avgLoss = 0.25 * currentLoss + (1 - 0.25) * CC1000RadioIntM$avgLoss;
  3145.               CC1000RadioIntM$slots_since_ecncheck = 0;
  3146.               CC1000RadioIntM$congBackOffs = 0;
  3147.               CC1000RadioIntM$packetsSent = 0;
  3148.               if (CC1000RadioIntM$avgLoss > 3.0 && CC1000RadioIntM$slots_since_ecnsend >= 96) {
  3149.                   ecnMsgType *ecnMsgPtr = (ecnMsgType *)CC1000RadioIntM$ecnMsgHdr.data;
  3150.                   CC1000RadioIntM$enableHCL = TRUE;
  3151.                   CC1000RadioIntM$slots_since_ecnrecv = 0;
  3152.                   ecnMsgPtr->nextHop = CC1000RadioIntM$nextHop;
  3153.                   if (!CC1000RadioIntM$pureHCL) {
  3154.                     CC1000RadioIntM$ecnPending = TRUE;
  3155.                     }
  3156.                 }
  3157.             }
  3158. #line 1018
  3159.           if (CC1000RadioIntM$enableHCL && CC1000RadioIntM$slots_since_ecnrecv >= 192) {
  3160.               if (!CC1000RadioIntM$pureHCL) {
  3161.                 CC1000RadioIntM$enableHCL = FALSE;
  3162.                 }
  3163.             }
  3164.         }
  3165. #line 1036
  3166.       if (CC1000RadioIntM$bTxPending) {
  3167.           CC1000RadioIntM$sMacDelay = CC1000RadioIntM$getZMACBackoff(CC1000RadioIntM$sMacDelay);
  3168.         }
  3169.     }
  3170. #line 1039
  3171.     __nesc_atomic_end(__nesc_atomic); }
  3172.   return SUCCESS;
  3173. }
  3174. # 68 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  3175. inline static  result_t CC1000RadioIntM$SquelchTimer$stop(void){
  3176. #line 68
  3177.   unsigned char result;
  3178. #line 68
  3179. #line 68
  3180.   result = TimerM$Timer$stop(4);
  3181. #line 68
  3182. #line 68
  3183.   return result;
  3184. #line 68
  3185. }
  3186. #line 68
  3187. static inline  
  3188. # 927 "../../tos/platform/mica2/CC1000RadioIntM.nc"
  3189. result_t CC1000RadioIntM$WakeupTimer$fired(void)
  3190. #line 927
  3191. {
  3192.   uint8_t currentRadioState;
  3193.   if (CC1000RadioIntM$lplpower == 0) {
  3194.     return SUCCESS;
  3195.     }
  3196.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3197. #line 933
  3198.     currentRadioState = CC1000RadioIntM$RadioState;
  3199. #line 933
  3200.     __nesc_atomic_end(__nesc_atomic); }
  3201.   switch (currentRadioState) {
  3202.       case CC1000RadioIntM$IDLE_STATE: 
  3203.         if (!CC1000RadioIntM$bTxPending) {
  3204.             { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3205. #line 938
  3206.               {
  3207.                 CC1000RadioIntM$RadioState = CC1000RadioIntM$POWER_DOWN_STATE;
  3208.                 CC1000RadioIntM$SpiByteFifo$disableIntr();
  3209.               }
  3210. #line 941
  3211.               __nesc_atomic_end(__nesc_atomic); }
  3212.             CC1000RadioIntM$WakeupTimer$start(TIMER_ONE_SHOT, CC1000RadioIntM$sleeptime);
  3213.             CC1000RadioIntM$SquelchTimer$stop();
  3214.             CC1000RadioIntM$CC1000StdControl$stop();
  3215.           }
  3216.         else 
  3217. #line 945
  3218.           {
  3219.             CC1000RadioIntM$WakeupTimer$start(TIMER_ONE_SHOT, CC1000RadioIntM$sleeptime);
  3220.           }
  3221.       break;
  3222.       case CC1000RadioIntM$POWER_DOWN_STATE: 
  3223.         { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3224. #line 951
  3225.           CC1000RadioIntM$RadioState = CC1000RadioIntM$PULSE_CHECK_STATE;
  3226. #line 951
  3227.           __nesc_atomic_end(__nesc_atomic); }
  3228.       CC1000RadioIntM$pulse_check_count = 0;
  3229.       CC1000RadioIntM$CC1000StdControl$start();
  3230.       CC1000RadioIntM$CC1000Control$BIASOn();
  3231.       CC1000RadioIntM$WakeupTimer$start(TIMER_ONE_SHOT, 1);
  3232.       return SUCCESS;
  3233.       break;
  3234.       case CC1000RadioIntM$PULSE_CHECK_STATE: 
  3235.         CC1000RadioIntM$CC1000Control$RxMode();
  3236.       if (!CC1000RadioIntM$RSSIADC$getData()) {
  3237.           CC1000RadioIntM$WakeupTimer$start(TIMER_ONE_SHOT, CC1000RadioIntM$TIME_BETWEEN_CHECKS);
  3238.           { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3239. #line 963
  3240.             CC1000RadioIntM$RadioState = CC1000RadioIntM$POWER_DOWN_STATE;
  3241. #line 963
  3242.             __nesc_atomic_end(__nesc_atomic); }
  3243.         }
  3244.       else {
  3245.           TOSH_uwait(80);
  3246.         }
  3247.       CC1000RadioIntM$CC1000StdControl$stop();
  3248.       CC1000RadioIntM$pulse_check_sum++;
  3249.       break;
  3250.       default: 
  3251.         CC1000RadioIntM$WakeupTimer$start(TIMER_ONE_SHOT, 5);
  3252.     }
  3253.   return SUCCESS;
  3254. }
  3255. static inline  
  3256. #line 916
  3257. result_t CC1000RadioIntM$SquelchTimer$fired(void)
  3258. #line 916
  3259. {
  3260.   char currentRadioState;
  3261. #line 918
  3262.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3263. #line 918
  3264.     currentRadioState = CC1000RadioIntM$RadioState;
  3265. #line 918
  3266.     __nesc_atomic_end(__nesc_atomic); }
  3267.   if (currentRadioState == CC1000RadioIntM$IDLE_STATE) {
  3268.       { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3269. #line 921
  3270.         CC1000RadioIntM$RSSIInitState = currentRadioState;
  3271. #line 921
  3272.         __nesc_atomic_end(__nesc_atomic); }
  3273.       CC1000RadioIntM$RSSIADC$getData();
  3274.     }
  3275.   return SUCCESS;
  3276. }
  3277. static inline   
  3278. # 284 "../../tos/platform/mica2/ADCREFM.nc"
  3279. result_t ADCREFM$ADCControl$manualCalibrate(void)
  3280. #line 284
  3281. {
  3282.   result_t Result;
  3283.   { __nesc_atomic_t __nesc_atomic = __nesc_atomic_start();
  3284. #line 287
  3285.     {
  3286.       Result = ADCREFM$startGet(TOS_ADC_BANDGAP_PORT);
  3287.     }
  3288. #line 289
  3289.     __nesc_atomic_end(__nesc_atomic); }
  3290.   return Result;
  3291. }
  3292. static inline  
  3293. #line 92
  3294. void ADCREFM$CalTask(void)
  3295. #line 92
  3296. {
  3297.   ADCREFM$ADCControl$manualCalibrate();
  3298.   return;
  3299. }
  3300. static inline  
  3301. #line 126
  3302. result_t ADCREFM$Timer$fired(void)
  3303. #line 126
  3304. {
  3305.   TOS_post(ADCREFM$CalTask);
  3306.   return SUCCESS;
  3307. }
  3308. static inline   
  3309. # 182 "/home/testuser/tinyos-1.x/tos/system/TimerM.nc"
  3310. result_t TimerM$Timer$default$fired(uint8_t id)
  3311. #line 182
  3312. {
  3313.   return SUCCESS;
  3314. }
  3315. # 73 "/home/testuser/tinyos-1.x/tos/interfaces/Timer.nc"
  3316. inline static  result_t TimerM$Timer$fired(uint8_t arg_0x88d4158){
  3317. #line 73
  3318.   unsigned char result;
  3319. #line 73
  3320. #line 73
  3321.   switch (arg_0x88d4158) {
  3322. #line 73
  3323.     case 0:
  3324. #line 73
  3325.       result = DrandM$roundTimer$fired();
  3326. #line 73
  3327.       break;
  3328. #line 73
  3329.     case 1:
  3330. #line 73
  3331.       result = DrandM$reXTimer$fired();
  3332. #line 73
  3333.       break;
  3334. #line 73
  3335.     case 2:
  3336. #line 73
  3337.       result = DrandM$drandRoundTimer$fired();
  3338. #line 73
  3339.       break;
  3340. #line 73
  3341.     case 3:
  3342. #line 73
  3343.       result = AMStandard$ActivityTimer$fired();
  3344. #line 73
  3345.       break;
  3346. #line 73
  3347.     case 4:
  3348. #line 73
  3349.       result = CC1000RadioIntM$SquelchTimer$fired();
  3350. #line 73
  3351.       break;
  3352. #line 73
  3353.     case 5:
  3354. #line 73
  3355.       result = CC1000RadioIntM$WakeupTimer$fired();
  3356. #line 73
  3357.       break;
  3358. #line 73
  3359.     case 6:
  3360. #line 73
  3361.       result = CC1000RadioIntM$TDMATimer$fired();
  3362. #line 73
  3363.       break;
  3364. #line 73
  3365.     case 7:
  3366. #line 73
  3367.       result = ADCREFM$Timer$fired();
  3368. #line 73
  3369.       break;
  3370. #line 73
  3371.     default:
  3372. #line 73
  3373.       result = TimerM$Timer$default$fired(arg_0x88d4158);
  3374. #line 73
  3375.     }
  3376. #line 73
  3377. #line 73
  3378.   return result;
  3379. #line 73
  3380. }
  3381. #line 73
  3382. static inline 
  3383. # 194 "/home/testuser/tinyos-1.x/tos/system/TimerM.nc"
  3384. uint8_t TimerM$dequeue(void)
  3385. #line 194
  3386. {
  3387.   if (TimerM$queue_size == 0) {
  3388.     return NUM_TIMERS;
  3389.     }
  3390. #line 197
  3391.   if (TimerM$queue_head == NUM_TIMERS - 1) {
  3392.     TimerM$queue_head = -1;