Project

General

Profile

バグ #4143

ConnectorProfileへのrtc.confからのプロパティの反映

Added by n-ando over 6 years ago. Updated over 6 years ago.

Status:
終了
Priority:
通常
Assignee:
katami
Start date:
07/19/2017
Due date:
% Done:

100%

Estimated time:

Description

rtc.confから与えられるバッファ長、ポリシーなどのプロパティが実際には設定されているものの、ConnectorProfileには反映されていない。
ConnectorProfile.properties -> coil::Properties の操作は行われているものの、逆に書き戻す操作が行われていないため。
これを実装して、RTSEなどからも設定された値が見えるようにする。

イメージ.png (73.5 KB) イメージ.png katami, 08/29/2017 05:01 PM
2546

Associated revisions

Revision 1028 (diff)
Added by t-katami over 6 years ago

[compat,bugfix,->RELENG_1_2] Fixed the bug. refs #4143

History

#1 Updated by katami over 6 years ago

2546

動作確認

ConsoluOut と ConsoluIn で動作確認

  • component.conf に以下を追加
    inportバッファ長7、outportバッファ長9。(バッファ長は任意で)
    port.inport.dataport.inport.buffer.length:7
    port.inport.dataport.inport.buffer.write.full_policy:overwrite
    port.inport.dataport.inport.buffer.write.timeout:1.2
    port.inport.dataport.inport.buffer.read.empty_policy:readback
    port.inport.dataport.inport.buffer.read.timeout:1.2
    port.outport.dataport.outport.buffer.length:9
    port.outport.dataport.outport.buffer.write.full_policy:overwrite
    port.outport.dataport.outport.buffer.write.timeout:1.2
    port.outport.dataport.outport.buffer.read.empty_policy:readback
    port.outport.dataport.outport.buffer.read.timeout:1.2
    
  • ConsoleOut 、 ConsoleIn を起動。
  • ポート接続
    rtcon で接続。
    rtcon localhost/ConsoleIn0.rtc:out localhost/ConsoleOut0.rtc:in
    
  • RTSEで確認

#2 Updated by katami over 6 years ago

  • % Done changed from 0 to 100

#3 Updated by n-ando over 6 years ago

  • Status changed from 担当 to 終了

Also available in: Atom PDF