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

パスワード:


パスワード紛失

新規登録
検索
メインメニュー
アクセスカウンター
2024/05/07:21/22
2024/05/06:19/23

2024/03/08より359/1378
人気モジュール
No.1: フォーラム 60
No.2: QualNet概要 5
日曜日からの合計
人気Browser&OS
No.1:巡回ロボット53
No.2:Linux3
No.3:Unknown OS1

No.1:どっかの巡回ロボット50
No.2:Safari3
No.3:Baidu巡回ロボット2

日曜日からの合計
メイン
   Routing Protocols Implementation & Model Development
     get the transmission power of a zigbee nodes.
投稿するにはまず登録を

題名 投稿者 日時
   get the transmission power of a zigbee nodes. mannjeet 2013/6/20 18:13
   » Re: get the transmission power of a zigbee nodes. marimo 2013/7/3 14:24
フラット表示 前のトピック | 次のトピック
投稿者 スレッド
marimo
投稿日時: 2013/7/3 14:24
常連
登録日: 2005/9/22
居住地:
投稿: 49
Re: get the transmission power of a zigbee nodes.
phy802_15_4->txPower_dBmを確認すればよいのではないでしょうか?
下記のような部分がありました。


//
// Used by the MAC layer to start transmitting a packet.
//
void Phy802_15_4StartTransmittingSignal(
    Node* node,
    Int32 phyIndex,
    Message* packet,
    BOOL useMacLayerSpecifiedDelay,
    clocktype initDelayUntilAirborne)
{
...
    PROP_ReleaseSignal(node,
                       packet,
                       phyIndex,
                       channelIndex,
                       phy802_15_4->txPower_dBm,
                       duration,
                       delayUntilAirborne);
...
}
フラット表示 前のトピック | 次のトピック
Copyright c KOZO KEIKAKU ENGINEERING Inc. All Rights Reserved.
XOOPS Cube PROJECT