generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from ut-issl/feature/space_packet
C2A内のpacket標準としてCCSDS Space Packet を実装する.そして,Common Packet を抽象化する.
- Loading branch information
Showing
99 changed files
with
9,869 additions
and
8,990 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
12 changes: 12 additions & 0 deletions
12
Examples/minimum_user_for_s2e/src/src_user/Settings/TlmCmd/Ccsds/cmd_space_packet_params.h
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* @file | ||
* @brief CmdSpacePacket のユーザー設定 | ||
*/ | ||
#ifndef CMD_SPACE_PACKET_PARAMS_H_ | ||
#define CMD_SPACE_PACKET_PARAMS_H_ | ||
|
||
#undef CSP_2ND_HDR_VER_TO_USE | ||
|
||
#define CSP_2ND_HDR_VER_TO_USE (CSP_2ND_HDR_VER_1) | ||
|
||
#endif |
14 changes: 14 additions & 0 deletions
14
...les/minimum_user_for_s2e/src/src_user/Settings/TlmCmd/Ccsds/space_packet_typedef_params.h
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/** | ||
* @file | ||
* @brief SpacePacketの パケット型に関するユーザー設定 | ||
*/ | ||
#ifndef SPACE_PACKET_TYPEDEF_PARAMS_H_ | ||
#define SPACE_PACKET_TYPEDEF_PARAMS_H_ | ||
|
||
#undef TSP_MAX_LEN | ||
#undef CSP_MAX_LEN | ||
|
||
#define TSP_MAX_LEN (432) | ||
#define CSP_MAX_LEN (128) | ||
|
||
#endif |
50 changes: 0 additions & 50 deletions
50
Examples/minimum_user_for_s2e/src/src_user/Settings/TlmCmd/Ccsds/tcpacket_params.h
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
Examples/minimum_user_for_s2e/src/src_user/Settings/TlmCmd/Ccsds/tlm_space_packet_params.h
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* @file | ||
* @brief TlmSpacePacket のユーザー設定 | ||
*/ | ||
#ifndef TLM_SPACE_PACKET_PARAMS_H_ | ||
#define TLM_SPACE_PACKET_PARAMS_H_ | ||
|
||
#undef TSP_2ND_HDR_VER_TO_USE | ||
|
||
#define TSP_2ND_HDR_VER_TO_USE (TSP_2ND_HDR_VER_1) | ||
|
||
#endif |
Oops, something went wrong.