-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rename & Refactor IF list to CDS handler registry #165
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sksat
force-pushed
the
feature/rename-if-list
branch
from
October 25, 2023 09:08
b161771
to
ea5c469
Compare
sksat
force-pushed
the
feature/rename-if-list
branch
from
October 25, 2023 09:26
ea5c469
to
8be4628
Compare
sksat
changed the title
Rename IF list
Rename & Refactor IF list to CDS handler registry
Oct 26, 2023
|
これ変える必要がありそう |
2 tasks
sksat
force-pushed
the
feature/rename-if-list
branch
from
October 26, 2023 14:59
8be4628
to
58ae520
Compare
meltingrabbit
approved these changes
Oct 26, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#166 とともに
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
src/src_user/hal/if_list.c
(旧src/src_user/IfWrapper/if_list.c
)周りを rename するIssue
詳細
IF_REOPEN_REASON
->HAL_HANDLER_REOPEN_REASON
CDS_IF_RX_BUFFER_SIZE
->CDS_HAL_RX_BUFFER_SIZE
CDS_RecStatus->ret_from_if_rx
->CDS_RecStatus->ret_from_hal_rx
CDS_StreamSendStatus->ret_from_if_tx
->CDS_StreamSendStatus->ret_from_hal_tx
CDS_Config->settings->rx_buffer_size_in_if_rx_
->CDS_Config->settings->hal_rx_buffer_size_
ComponentDriverSuper->interface
->ComponentDriverSuper->hal_handler_id
ComponentDriverSuper->if_config
->ComponentDriverSuper->hal_config
src/src_user/hal/if_list.c
(旧src/src_user/IfWrapper/if_list.c
) ->src/src_user/Settings/component_driver_super /hal_handler_registry.c
IF_LIST_ENUM
->HAL_HANDLER_ID
IF_init[]
->HAL_init_handlers[]
IF_RX[]
->HAL_rx_handlers[]
IF_TX[]
->HAL_tx_handlers[]
IF_reopen[]
->HAL_reopen_handlers[]
検証結果
#166 で CI が通ったらよし
影響範囲
src/src_user/hal/if_list.h