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

Fix #223, Update TO_LAB commands in GroundSystem Tool #224

Merged
merged 1 commit into from
Oct 11, 2022
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
Binary file modified Subsystems/cmdGui/CommandFiles/TO_LAB_CMD
Binary file not shown.
14 changes: 7 additions & 7 deletions Subsystems/cmdGui/CommandFiles/to_lab_msg
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
(lp0
(lp1
S'TO_NOP_CC'
S'TO_LAB_NOOP_CC'
p2
aS'TO_RESET_STATUS_CC'
aS'TO_LAB_RESET_STATUS_CC'
p3
aS'TO_ADD_PKT_CC'
aS'TO_LAB_ADD_PKT_CC'
p4
aS'TO_SEND_DATA_TYPES_CC'
aS'TO_LAB_SEND_DATA_TYPES_CC'
p5
aS'TO_REMOVE_PKT_CC'
aS'TO_LAB_REMOVE_PKT_CC'
p6
aS'TO_REMOVE_ALL_PKT_CC'
aS'TO_LAB_REMOVE_ALL_PKT_CC'
p7
aS'TO_OUTPUT_ENABLE_CC'
aS'TO_LAB_OUTPUT_ENABLE_CC'
p8
aa(lp9
S'0'
Expand Down
18 changes: 9 additions & 9 deletions Subsystems/cmdGui/quick-buttons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
# Note(3): Subsystem name must match name in command-pages.txt exactly
# Note(4): Command name need not match name in command definition file; shorten name if possible
#
Telemetry Output LAB, to_lab_msg, Enable Tlm, 6, 0x1880, LE, 127.0.0.1, 1234, TO_OUTPUT_ENABLE_CC
Telemetry Output LAB, to_lab_msg, Enable Tlm, 6, 0x1880, LE, 127.0.0.1, 1234, TO_LAB_OUTPUT_ENABLE_CC
Executive Services (CPU1), cfe__es__msg_8h, ES No-Op, 0, 0x1806, LE, 127.0.0.1, 1234, struct_c_f_e___e_s___no_args_cmd__t
Time Services (CPU1), cfe__time__msg_8h, Time No-Op, 0, 0x1805, LE, 127.0.0.1, 1234, struct_c_f_e___t_i_m_e___no_args_cmd__t
Telemetry Output, TO_LAB_CMD, Enable Tlm, 6, 0x1880, LE, 127.0.0.1, 1234, TO_OUTPUT_ENABLE_CC
Executive Services, CFE_ES_CMD, ES No-Op, 0, 0x1806, LE, 127.0.0.1, 1234, CFE_ES_NOOP_CC
Software Bus, CFE_SB_CMD, SB No-Op, 0, 0x1803, LE, 127.0.0.1, 1234, CFE_SB_NOOP_CC
Table Services, CFE_TBL_CMD, TBL No-Op, 0, 0x1804, LE, 127.0.0.1, 1234, CFE_TBL_NOOP_CC
Time Services, CFE_TIME_CMD, Time No-Op, 0, 0x1805, LE, 127.0.0.1, 1234, CFE_TIME_NOOP_CC
Event Services, CFE_EVS_CMD, EVS No-Op, 0, 0x1801, LE, 127.0.0.1, 1234, CFE_EVS_NOOP_CC
Command Ingest, CI_LAB_CMD, CI No-Op, 0, 0x1884, LE, 127.0.0.1, 1234, CI_LAB_NOOP_CC
Sample App, SAMPLE_APP_CMD, Sample No-Op, 0, 0x1882, LE, 127.0.0.1, 1234, SAMPLE_APP_NOOP_CC
Telemetry Output, TO_LAB_CMD, Enable Tlm, 6, 0x1880, LE, 127.0.0.1, 1234, TO_LAB_OUTPUT_ENABLE_CC
Executive Services, CFE_ES_CMD, ES No-Op, 0, 0x1806, LE, 127.0.0.1, 1234, CFE_ES_NOOP_CC
Software Bus, CFE_SB_CMD, SB No-Op, 0, 0x1803, LE, 127.0.0.1, 1234, CFE_SB_NOOP_CC
Table Services, CFE_TBL_CMD, TBL No-Op, 0, 0x1804, LE, 127.0.0.1, 1234, CFE_TBL_NOOP_CC
Time Services, CFE_TIME_CMD, Time No-Op, 0, 0x1805, LE, 127.0.0.1, 1234, CFE_TIME_NOOP_CC
Event Services, CFE_EVS_CMD, EVS No-Op, 0, 0x1801, LE, 127.0.0.1, 1234, CFE_EVS_NOOP_CC
Command Ingest, CI_LAB_CMD, CI No-Op, 0, 0x1884, LE, 127.0.0.1, 1234, CI_LAB_NOOP_CC
Sample App, SAMPLE_APP_CMD, Sample No-Op, 0, 0x1882, LE, 127.0.0.1, 1234, SAMPLE_APP_NOOP_CC