generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Split time manager cmd header #585
Open
sksat
wants to merge
3
commits into
develop
Choose a base branch
from
feature/split-time-manager-cmd-header
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
これも CI 通ったな |
This was referenced May 18, 2023
色々マージされたので,rebase |
sksat
force-pushed
the
feature/split-time-manager-cmd-header
branch
from
May 23, 2023 10:10
80bb780
to
5251b7c
Compare
単なるヘッダ分割と思っていたけれど,C2A では1つのヘッダにコマンド定義含め色々定義して1つの.cで実装,というのが慣習になっているので,これをやるとすれば慣習自体に変更が要るとのこと.それ自体は方向性としてアリだし,これらの目的は #581 に留まらないので,別途 Issue を切る. |
rebase |
sksat
force-pushed
the
feature/split-time-manager-cmd-header
branch
from
May 26, 2023 07:01
5251b7c
to
0e5fff6
Compare
rebase |
sksat
force-pushed
the
feature/split-time-manager-cmd-header
branch
from
June 7, 2023 06:15
0e5fff6
to
81a0ccd
Compare
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.
概要
ObcTime
の設定をobc_time.h
から分割するIssue/PR
詳細
time_manager.h
が C2A user に依存しなくなるtime_manager_cmd.h
に分割される検証結果
CI が通ればよし
影響範囲
command_source.h
でtime_manager.h
ではなくtime_manager_cmd.h
を使うように変更する必要がある補足
何かあれば