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

[hotfix] Add const getter of PowerPort in PowerControlUnit #670

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

conjikidow
Copy link
Member

Related issues

NA

Description

PowerControlUnit において,PowerPort の getter である GetPowerPort に const な overload member function を追加した。
PowerPortGetVoltage_V などの getter を持つが,PowerControlUnit::GetPowerPort が const でないと GetLogValue などの const function から呼び出すことができず不便であったため。

Test results

ビルドについてはCIで確認可能。
動作についてはuserプロジェクトで確認済み。

Impact

既存のものへの影響はない想定。

Supplementary information

NA

@conjikidow conjikidow added priority::medium priority medium patch backwards compatible bug fixes labels Aug 21, 2024
@conjikidow conjikidow self-assigned this Aug 21, 2024
@conjikidow conjikidow requested review from sksat and a team as code owners August 21, 2024 06:32
@conjikidow conjikidow requested review from 200km, ogoogo, Hiro-0110, seki-hiro, suzuki-toshihir0 and t-hosonuma and removed request for a team August 21, 2024 06:32
@200km 200km changed the title Add const getter of PowerPort in PowerControlUnit [hotfix] Add const getter of PowerPort in PowerControlUnit Aug 22, 2024
@conjikidow conjikidow merged commit 0f09a51 into main Aug 22, 2024
31 checks passed
@conjikidow conjikidow deleted the hotfix/add-const-powerport-getter branch August 22, 2024 03:50
conjikidow added a commit that referenced this pull request Aug 23, 2024
Merge main into develop for hotfix #670
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch backwards compatible bug fixes priority::medium priority medium
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants