Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSMTransportのパラメータの情報を設定する #1024

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Nobu19800
Copy link

Identify the Bug

データポートの各インターフェース型で接続時のパラメータのデフォルト値、制約条件、ウィジェットを指定できるため、SSMTransportについても設定する必要がある。

Description of the Change

以下のパラメータについて、デフォルト値、制約条件、ウィジェットを設定した。

  • InPort側
    "stream_name.__value__", "sensor_test",
    "stream_name.__widget__", "text",
    "stream_id.__value__", "0",
    "stream_id.__widget__", "spin",
    "stream_id.__constraint__", "0 <= x <= 10000",
  • OurPort側
    "stream_name.__value__", "sensor_test",
    "stream_name.__widget__", "text",
    "stream_id.__value__", "0",
    "stream_id.__widget__", "spin",
    "stream_id.__constraint__", "0 <= x <= 10000",
    "stream_size.__value__", "0",
    "stream_size.__widget__", "spin",
    "stream_size.__constraint__", "0 <= x <= 2147483647",
    "life_ssm_time.__value__", "5.0",
    "life_ssm_time.__widget__", "slider.0.01",
    "life_ssm_time.__constraint__", "0.00 <= x <= 1000.00",
    "cycle_ssm_time.__value__", "0.05",
    "cycle_ssm_time.__widget__", "slider.0.01",
    "cycle_ssm_time.__constraint__", "0.00 <= x <= 1000.00",

Verification

  • Did you succeed the build?
  • No warnings for the build?
  • Have you passed the unit tests?

@Nobu19800 Nobu19800 added the enhancement New feature or request label Feb 9, 2022
@Nobu19800 Nobu19800 requested a review from n-ando February 9, 2022 03:44
@Nobu19800 Nobu19800 self-assigned this Feb 9, 2022
n-ando
n-ando previously approved these changes Feb 14, 2022
@n-kawauchi n-kawauchi marked this pull request as ready for review September 8, 2024 14:40
Copy link

@n-kawauchi n-kawauchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

最新masterへマージしたところコンフリクトしました。

$ git merge feature/ssmtpprop
Auto-merging src/ext/transport/SSMTransport/CMakeLists.txt
CONFLICT (content): Merge conflict in src/ext/transport/SSMTransport/CMakeLists.txt
Automatic merge failed; fix conflicts and then commit the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants