Japan QualNet Community Forums Japan QualNet Community Forums
Welcome Guest 
ログイン
ユーザ名:

パスワード:


パスワード紛失

新規登録
検索
メインメニュー
アクセスカウンター
2024/04/29:22/24
2024/04/28:16/23

2024/02/29より292/1375
人気モジュール
No.1: フォーラム 28
日曜日からの合計
人気Browser&OS
No.1:巡回ロボット36

No.1:どっかの巡回ロボット35
No.2:Majestic-12巡回ロボット1

日曜日からの合計
メイン
   Scenario Setup & Configuration
     configファイルのPHY802.15.4について
投稿するにはまず登録を

題名 投稿者 日時
   configファイルのPHY802.15.4について te-ueda 2016/6/25 16:09
     Re: configファイルのPHY802.15.4について hiro 2016/6/27 12:15
       Re: configファイルのPHY802.15.4について te-ueda 2016/6/27 16:59
         Re: configファイルのPHY802.15.4について hiro 2016/6/27 17:26
           Re: configファイルのPHY802.15.4について te-ueda 2016/6/28 10:53
             Re: configファイルのPHY802.15.4について hiro 2016/6/28 11:13
               Re: configファイルのPHY802.15.4について te-ueda 2016/6/28 11:48
                 Re: configファイルのPHY802.15.4について hiro 2016/6/28 12:02
                   Re: configファイルのPHY802.15.4について nak 2016/6/28 12:24
                     Re: configファイルのPHY802.15.4について te-ueda 2016/6/28 12:47
                       Re: configファイルのPHY802.15.4について nak 2016/6/28 13:05
                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/28 14:29
                           Re: configファイルのPHY802.15.4について nak 2016/6/28 15:45
                           Re: configファイルのPHY802.15.4について hiro 2016/6/28 15:50
                             Re: configファイルのPHY802.15.4について te-ueda 2016/6/28 17:34
                               Re: configファイルのPHY802.15.4について hiro 2016/6/28 19:03
                                 Re: configファイルのPHY802.15.4について hiro 2016/6/28 19:17
                                   Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 9:24
                                     Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 9:25
                                       Re: configファイルのPHY802.15.4について hiro 2016/6/29 10:47
                                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 11:14
                                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 11:15
                                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 11:37
                                         » Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 13:16
                                           Re: configファイルのPHY802.15.4について hiro 2016/6/29 13:19
                                             Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 13:53
                                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 11:38
                                           Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 13:31
                                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 11:39
                                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 11:40
                                         Re: configファイルのPHY802.15.4について te-ueda 2016/6/29 11:41
                                           Re: configファイルのPHY802.15.4について forum_admin 2016/6/29 12:03
                   Re: configファイルのPHY802.15.4について te-ueda 2016/6/28 12:29
                     Re: configファイルのPHY802.15.4について hiro 2016/6/28 12:33
フラット表示 前のトピック | 次のトピック
投稿者 スレッド
te-ueda
投稿日時: 2016/6/29 13:16
半人前
登録日: 2016/4/18
居住地:
投稿: 38
Re: configファイルのPHY802.15.4について
mac_802_15_4.cppの変更部分を記載します。

------------------------------------
mac->stats.numDataPktRecd++;

(12326) mac->stats.packetsize += MESSAGE_ReturnPacketSize(mac->rxData); // ueda

mac->rxDataTime = getSimTime(node);
------------------------------------
mac->stats.numDataPktRecd++;

(12405) mac->stats.packetsize += MESSAGE_ReturnPacketSize(mac->rxData); // ueda

mac->rxDataTime = getSimTime(node);
------------------------------------
IO_PrintStat(node,
"MAC",
"MAC-802.15.4",
ANY_DEST,
interfaceIndex,
buf);

(13805) node->packetsize += mac->stats.packetsize; // by ueda

sprintf(buf, "Number Of Data Requests Sent = %u",
mac->stats.numDataReqSent);
-----------------------------------------

以上になります。
フラット表示 前のトピック | 次のトピック
Copyright c KOZO KEIKAKU ENGINEERING Inc. All Rights Reserved.
XOOPS Cube PROJECT