-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes, #59, Updates CMD/TLM definition files
Fix #59, Updated GroundSystem.py cmd and tlm definitions Fix #59, Updated GroundSystem.py cmd and tlm definitions
- Loading branch information
Showing
100 changed files
with
387 additions
and
25 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-19 Bytes
(83%)
Subsystems/cmdGui/ParameterFiles/TO_OUTPUT_ENABLE_CC
100644 → 100755
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Name, 20, 20, s, Str, NULL, NULL, NULL, NULL | ||
EntryPoint, 40, 20, s, Str, NULL, NULL, NULL, NULL | ||
FileName, 60, 64, s, Str, NULL, NULL, NULL, NULL | ||
StackSize, 124, 4, I, Dec, NULL, NULL, NULL, NULL | ||
ModuleId, 128, 4, I, Dec, NULL, NULL, NULL, NULL | ||
AddressesAreValid, 132, 4, I, Dec, NULL, NULL, NULL, NULL | ||
CodeAddress, 136, 4, I, Dec, NULL, NULL, NULL, NULL | ||
CodeSize, 140, 4, I, Dec, NULL, NULL, NULL, NULL | ||
DataAddress, 144, 4, I, Dec, NULL, NULL, NULL, NULL | ||
DataSize, 148, 4, I, Dec, NULL, NULL, NULL, NULL | ||
BSSAddress, 152, 4, I, Dec, NULL, NULL, NULL, NULL | ||
BSSSize, 156, 4, I, Dec, NULL, NULL, NULL, NULL | ||
StartAddress, 160, 4, I, Hex, NULL, NULL, NULL, NULL | ||
ExceptionAction, 164, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Priority, 166, 2, H, Dec, NULL, NULL, NULL, NULL | ||
MainTaskId, 168, 4, I, Dec, NULL, NULL, NULL, NULL | ||
ExecutionCounter, 172, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MainTaskName, 176, 20, s, Str, NULL, NULL, NULL, NULL | ||
NumOfChildTasks, 196, 4, I, Dec, NULL, NULL, NULL, NULL |
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,9 @@ | ||
BlockSize, 16, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumCreated, 20, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumFree, 24, 4, I, Dec, NULL, NULL, NULL, NULL | ||
BlockSize, 28, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumCreated, 32, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumFree, 36, 4, I, Dec, NULL, NULL, NULL, NULL | ||
BlockSize, 40, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumCreated, 44, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumFree, 46, 4, I, Dec, NULL, NULL, NULL, NULL |
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,5 @@ | ||
PoolHandle, 20, 4, I, Dec, NULL, NULL, NULL, NULL | ||
PoolSize, 24, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumBlocksRequested, 28, 4, I, Dec, NULL, NULL, NULL, NULL | ||
CheckErrCtr, 32, 4, I, Dec, NULL, NULL, NULL, NULL | ||
NumFreeBytes, 36, 4, I, Dec, NULL, NULL, NULL, NULL |
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 @@ | ||
ShellOutput, 16, 64, s, Str, NULL, NULL, NULL, NULL |
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,15 @@ | ||
# | ||
Command Counter, 12, 1, B, Dec, NULL, NULL, NULL, NULL | ||
CommandErrorCounter, 13, 1, B, Dec, NULL, NULL, NULL, NULL | ||
MessageFormatMode, 14, 1, B, Dec, NULL, NULL, NULL, NULL | ||
MessageTruncCounter, 15, 1, B, Dec, NULL, NULL, NULL, NULL | ||
UnregisteredAppCounter, 16, 1, B, Dec, NULL, NULL, NULL, NULL | ||
OutputPort, 17, 1, B, Dec, NULL, NULL, NULL, NULL | ||
LogFullFlag, 18, 1, B, Dec, NULL, NULL, NULL, NULL | ||
LogMode, 19, 1, B, Dec, NULL, NULL, NULL, NULL | ||
MessageSendCounter, 20, 2, H, Dec, NULL, NULL, NULL, NULL | ||
LogOverflowCounter, 22, 2, H, Dec, NULL, NULL, NULL, NULL | ||
LogEnabled, 24, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare1, 25, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare2, 26, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare3, 27, 1, B, Dec, NULL, NULL, NULL, NULL |
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,3 @@ | ||
PktSegment, 16, 4, I, Dec, NULL, NULL, NULL, NULL | ||
TotalSegments, 20, 4, I, Dec, NULL, NULL, NULL, NULL | ||
Entries, 24, 4, I, Dec, NULL, NULL, NULL, NULL |
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,17 @@ | ||
# | ||
Command Counter, 16, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Error Counter, 17, 1, B, Dec, NULL, NULL, NULL, NULL | ||
NoSubscribersCounter, 18, 1, B, Dec, NULL, NULL, NULL, NULL | ||
MsgSendErrorCounter, 19, 1, B, Dec, NULL, NULL, NULL, NULL | ||
MsgReceiveErrorCounter, 20, 1, B, Dec, NULL, NULL, NULL, NULL | ||
InternalErrorCounter, 21, 1, B, Dec, NULL, NULL, NULL, NULL | ||
CreatePipeErrorCounter, 22, 1, B, Dec, NULL, NULL, NULL, NULL | ||
SubscribeErrorCounter, 23, 1, B, Dec, NULL, NULL, NULL, NULL | ||
PipeOptsErrorCounter, 24, 1, B, Dec, NULL, NULL, NULL, NULL | ||
DuplicateSubscriptionsCounter, 25, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare2Align, 26, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeOverflowErrorCounter, 28, 2, H, Dec, NULL, NULL, NULL, NULL | ||
MsgLimitErrorCounter, 30, 2, H, Dec, NULL, NULL, NULL, NULL | ||
MemPoolHandle, 32, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MemInUse, 36, 4, I, Dec, NULL, NULL, NULL, NULL | ||
UnmarkedMem, 40, 4, I, Dec, NULL, NULL, NULL, NULL |
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,5 @@ | ||
SubType, 12, 1, B, Dec, NULL, NULL, NULL, NULL | ||
MsgId, 13, 2, H, Dec, NULL, NULL, NULL, NULL | ||
QOS.Priority, 15, 1, B, Dec, NULL, NULL, NULL, NULL | ||
QOS.Reliability, 16, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Pipe ID, 17, 1, B, Dec, NULL, NULL, NULL, NULL |
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,45 @@ | ||
PipeId, 72, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 73, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 74, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 76, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 78, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 80, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 81, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 82, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 84, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 86, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 88, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 89, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 90, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 92, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 94, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 96, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 97, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 98, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 100, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 102, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 104, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 105, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 106, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 108, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 110, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 112, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 113, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 114, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 116, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 118, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 120, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 121, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 122, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 124, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 126, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 128, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 129, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 130, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 132, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 134, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 136, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 137, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 138, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 140, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 142, 2, H, Dec, NULL, NULL, NULL, NULL |
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,45 @@ | ||
PipeId, 144, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 145, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 146, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 148, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 150, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 152, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 153, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 154, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 156, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 158, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 160, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 161, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 162, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 164, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 166, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 168, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 169, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 170, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 172, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 174, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 176, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 177, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 178, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 180, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 182, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 184, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 185, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 186, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 188, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 190, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 192, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 193, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 194, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 196, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 198, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 200, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 201, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 202, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 204, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 206, 2, H, Dec, NULL, NULL, NULL, NULL | ||
PipeId, 208, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Spare, 209, 1, B, Dec, NULL, NULL, NULL, NULL | ||
Depth, 210, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Msgs In Use, 212, 2, H, Dec, NULL, NULL, NULL, NULL | ||
Peak In Use, 214, 2, H, Dec, NULL, NULL, NULL, NULL |
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,15 @@ | ||
MsgIdsInUse, 12, 4, I, Dec, NULL, NULL, NULL, NULL | ||
PeakMsgIdsInUse, 16, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MaxMsgIdsAllowed, 20, 4, I, Dec, NULL, NULL, NULL, NULL | ||
PipesInUse, 24, 4, I, Dec, NULL, NULL, NULL, NULL | ||
PeakPipesInUse, 28, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MaxPipesAllowed, 32, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MemInUse, 36, 4, I, Dec, NULL, NULL, NULL, NULL | ||
PeakMemInUse, 40, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MaxMemAllowed, 44, 4, I, Dec, NULL, NULL, NULL, NULL | ||
SubscriptionsInUse, 48, 4, I, Dec, NULL, NULL, NULL, NULL | ||
PeakSubscriptionsInUse, 52, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MaxSubscriptionsAllowed, 56, 4, I, Dec, NULL, NULL, NULL, NULL | ||
SBBuffersInUse, 60, 4, I, Dec, NULL, NULL, NULL, NULL | ||
PeakSBBuffersInUse, 64, 4, I, Dec, NULL, NULL, NULL, NULL | ||
MaxPipeDepthAllowed, 68, 4, I, Dec, NULL, NULL, NULL, NULL |
Oops, something went wrong.