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

通信プロトコルについてのドキュメントを更新 #65

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/core/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ C2A 内部を流れるパケットは以下の 3 つである.

これらのパケットは,抽象化された型であり,その実体はすべてユーザー定義である.
C2A 標準として, Space Packet が Core 内で定義されており,基本的にはこれを用いることを想定している.
ただし,C2A 標準 Space Packet は後述する通り,Secondary Header が独自定義されている.


## C2A 標準 Space Packet 定義
Expand Down
4 changes: 2 additions & 2 deletions docs/driver/communication_with_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CCSDS における APID によって制御されるデータ配送はネット

この層を流れるデータ単位を `Packet` と呼ぶ.

C2A では,地上局との通信や C2A 間通信において, [Core Layer/Communication](../core/communication.md) の Common Packet が標準的に使用される.
C2A では,地上局との通信や C2A 間通信において, [Core Layer/Communication](../core/communication.md) の Common Packet (C2A 標準 Space Packet) が標準的に使用される.
C2A を搭載した OBC と Common Packet に対応していないその他のコンポーネントでは,後述する EB90 Packet を可能な限り用いる.

### データリンク層
Expand All @@ -29,7 +29,7 @@ C2A では,CCSDS に準拠した地上局との通信では,それに準拠


## ネットワーク層 (Packet)
### Common Packet
### Common Packet (C2A 標準 Space Packet)
[Core Layer/Communication](../core/communication.md) を参照のこと.

### EB90 Packet
Expand Down