Skip to content

Commit

Permalink
Merge pull request #153 from arkedge/feature/rename-code-generator
Browse files Browse the repository at this point in the history
Rename code-generator
  • Loading branch information
sksat authored Oct 17, 2023
2 parents 83ada18 + 97d25c4 commit 13fc3e3
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_code_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: run tlm-cmd-code-generator
working-directory: ./tlm-cmd-code-generator
- name: run code-generator
working-directory: ./code-generator
run: |
cp "./settings_${{ matrix.user }}.json" ./settings.json
python GenerateC2ACode.py
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# c2a-tlm-cmd-code-generator
# c2a-code-generator
[TlmCmd DB](https://github.com/ut-issl/tlm-cmd-db)からC2Aのコードを生成するためのスクリプト

以下が自動生成される.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/component_driver/communication_with_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ https://github.com/arkedge/c2a-core/blob/45d78a05c339c285b5aa0c2fcbf57c1b105137e
C2A 間通信によって,以下のような機能が提供される.

- OBC 間の簡易な Driver 実装と自動コード生成
- [c2a-tlm-cmd-code-generator](../../tlm-cmd-code-generator/) 参照.
- [c2a-code-generator](../../code-generator/) 参照.
- [`examples/mobc/src/src_user/Drivers/Aocs`](/examples/mobc/src/src_user/Drivers/Aocs/) などの多くのコードが自動生成される.
- OBC と地上局でネットワークを形成.
- 地上局から MOBC をルーターとして, sub OBC へコマンド配送.
Expand Down

0 comments on commit 13fc3e3

Please sign in to comment.