├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── pull_request_template.md └── workflows │ ├── codeql-build.yml │ ├── format-check.yml │ └── static-analysis.yml ├── .gitignore ├── CHANGELOG.md ├── CONTRIBUTING.md ├── GroundSystem.py ├── Guide-GroundSystem.md ├── Guide-Loading-Tables.md ├── LICENSE ├── MainWindow.ui ├── README.md ├── RoutingService.py ├── SECURITY.md ├── Subsystems ├── Commands-Telemetry.md ├── Subsystems-Info.txt ├── __init__.py ├── cmdGui │ ├── CHeaderParser-hdr-paths.txt │ ├── CHeaderParser.py │ ├── CommandFiles │ │ ├── CFE_ES_CMD │ │ ├── CFE_EVS_CMD │ │ ├── CFE_SB_CMD │ │ ├── CFE_TBL_CMD │ │ ├── CFE_TIME_CMD │ │ ├── CI_LAB_CMD │ │ ├── SAMPLE_APP_CMD │ │ ├── TO_LAB_CMD │ │ ├── __init__.py │ │ ├── cfe__es__msg_8h │ │ ├── cfe__evs__msg_8h │ │ ├── cfe__sb__msg_8h │ │ ├── cfe__tbl__msg_8h │ │ ├── cfe__time__msg_8h │ │ ├── ci_lab_msg │ │ └── to_lab_msg │ ├── CommandParser.py │ ├── CommandSystem.py │ ├── CommandSystemDialog.ui │ ├── GenericCommandDialog.ui │ ├── HTMLDocsParser.py │ ├── MiniCmdUtil.py │ ├── Parameter.py │ ├── ParameterDialog.ui │ ├── ParameterFiles │ │ ├── CFE_ES_DELETE_CDS_CC │ │ ├── CFE_ES_DUMP_CDS_REGISTRY_CC │ │ ├── CFE_ES_OVER_WRITE_SYSLOG_CC │ │ ├── CFE_ES_QUERY_ALL_CC │ │ ├── CFE_ES_QUERY_ALL_TASKS_CC │ │ ├── CFE_ES_QUERY_ONE_CC │ │ ├── CFE_ES_RELOAD_APP_CC │ │ ├── CFE_ES_RESTART_APP_CC │ │ ├── CFE_ES_RESTART_CC │ │ ├── CFE_ES_SEND_MEM_POOL_STATS_CC │ │ ├── CFE_ES_SET_MAX_PR_COUNT_CC │ │ ├── CFE_ES_SET_PERF_FILTER_MASK_CC │ │ ├── CFE_ES_SET_PERF_TRIGGER_MASK_CC │ │ ├── CFE_ES_SHELL_CC │ │ ├── CFE_ES_START_APP_CC │ │ ├── CFE_ES_START_PERF_DATA_CC │ │ ├── CFE_ES_STOP_APP_CC │ │ ├── CFE_ES_STOP_PERF_DATA_CC │ │ ├── CFE_ES_WRITE_ER_LOG_CC │ │ ├── CFE_ES_WRITE_SYSLOG_CC │ │ ├── CFE_EVS_ADD_EVENT_FILTER_CC │ │ ├── CFE_EVS_DELETE_EVENT_FILTER_CC │ │ ├── CFE_EVS_DISABLE_APP_EVENTS_CC │ │ ├── CFE_EVS_DISABLE_APP_EVENT_TYPE_CC │ │ ├── CFE_EVS_DISABLE_EVENT_TYPE_CC │ │ ├── CFE_EVS_DISABLE_PORTS_CC │ │ ├── CFE_EVS_ENABLE_APP_EVENTS_CC │ │ ├── CFE_EVS_ENABLE_APP_EVENT_TYPE_CC │ │ ├── CFE_EVS_ENABLE_EVENT_TYPE_CC │ │ ├── CFE_EVS_ENABLE_PORTS_CC │ │ ├── CFE_EVS_RESET_ALL_FILTERS_CC │ │ ├── CFE_EVS_RESET_APP_COUNTER_CC │ │ ├── CFE_EVS_RESET_FILTER_CC │ │ ├── CFE_EVS_SET_EVENT_FORMAT_MODE_CC │ │ ├── CFE_EVS_SET_FILTER_CC │ │ ├── CFE_EVS_SET_LOG_MODE_CC │ │ ├── CFE_EVS_WRITE_APP_DATA_FILE_CC │ │ ├── CFE_EVS_WRITE_LOG_DATA_FILE_CC │ │ ├── CFE_SB_DISABLE_ROUTE_CC │ │ ├── CFE_SB_ENABLE_ROUTE_CC │ │ ├── CFE_SB_SEND_MAP_INFO_CC │ │ ├── CFE_SB_SEND_PIPE_INFO_CC │ │ ├── CFE_SB_SEND_ROUTING_INFO_CC │ │ ├── CFE_TBL_ABORT_LOAD_CC │ │ ├── CFE_TBL_ACTIVATE_CC │ │ ├── CFE_TBL_DELETE_CDS_CC │ │ ├── CFE_TBL_DUMP_CC │ │ ├── CFE_TBL_DUMP_REGISTRY_CC │ │ ├── CFE_TBL_LOAD_CC │ │ ├── CFE_TBL_SEND_REGISTRY_CC │ │ ├── CFE_TBL_VALIDATE_CC │ │ ├── CFE_TIME_ADD_1HZ_ADJUSTMENT_CC │ │ ├── CFE_TIME_ADD_ADJUST_CC │ │ ├── CFE_TIME_ADD_DELAY_CC │ │ ├── CFE_TIME_SET_LEAP_SECONDS_CC │ │ ├── CFE_TIME_SET_MET_CC │ │ ├── CFE_TIME_SET_SIGNAL_CC │ │ ├── CFE_TIME_SET_SOURCE_CC │ │ ├── CFE_TIME_SET_STATE_CC │ │ ├── CFE_TIME_SET_STCF_CC │ │ ├── CFE_TIME_SET_TIME_CC │ │ ├── CFE_TIME_SUB_1HZ_ADJUSTMENT_CC │ │ ├── CFE_TIME_SUB_ADJUST_CC │ │ ├── CFE_TIME_SUB_DELAY_CC │ │ ├── CI_LAB_CAPTURE_PDUS_CC │ │ ├── CI_LAB_DROP_PDUS_CC │ │ ├── CI_LAB_MODIFY_PDU_FILESIZE_CC │ │ ├── HTMLDocs │ │ ├── TO_LAB_ADD_PKT_CC │ │ ├── TO_LAB_OUTPUT_ENABLE_CC │ │ ├── TO_LAB_REMOVE_PKT_CC │ │ ├── struct_c_f_e___e_s___app_info__t │ │ ├── struct_c_f_e___e_s___app_name_cmd__t │ │ ├── struct_c_f_e___e_s___app_record__t │ │ ├── struct_c_f_e___e_s___app_reload_cmd__t │ │ ├── struct_c_f_e___e_s___app_start_params__t │ │ ├── struct_c_f_e___e_s___app_state__t │ │ ├── struct_c_f_e___e_s___block_stats__t │ │ ├── struct_c_f_e___e_s___c_d_s_reg_dump_rec__t │ │ ├── struct_c_f_e___e_s___debug_variables__t │ │ ├── struct_c_f_e___e_s___delete_c_d_s_cmd__t │ │ ├── struct_c_f_e___e_s___device_driver__t │ │ ├── struct_c_f_e___e_s___dump_c_d_s_reg_cmd__t │ │ ├── struct_c_f_e___e_s___e_r_log__t │ │ ├── struct_c_f_e___e_s___gen_counter_record__t │ │ ├── struct_c_f_e___e_s___global__t │ │ ├── struct_c_f_e___e_s___hk_packet__t │ │ ├── struct_c_f_e___e_s___lib_record__t │ │ ├── struct_c_f_e___e_s___main_task_info__t │ │ ├── struct_c_f_e___e_s___mem_pool_stats__t │ │ ├── struct_c_f_e___e_s___no_args_cmd__t │ │ ├── struct_c_f_e___e_s___one_app_tlm__t │ │ ├── struct_c_f_e___e_s___over_write_sys_log_cmd__t │ │ ├── struct_c_f_e___e_s___perf_data__t │ │ ├── struct_c_f_e___e_s___perf_data_entry__t │ │ ├── struct_c_f_e___e_s___perf_log_dump__t │ │ ├── struct_c_f_e___e_s___perf_meta_data__t │ │ ├── struct_c_f_e___e_s___perf_set_filter_mask_cmd__t │ │ ├── struct_c_f_e___e_s___perf_set_trig_mask_cmd__t │ │ ├── struct_c_f_e___e_s___perf_start_cmd__t │ │ ├── struct_c_f_e___e_s___perf_stop_cmd__t │ │ ├── struct_c_f_e___e_s___pool_stats_tlm__t │ │ ├── struct_c_f_e___e_s___query_all_cmd__t │ │ ├── struct_c_f_e___e_s___query_all_tasks_cmd__t │ │ ├── struct_c_f_e___e_s___reset_data__t │ │ ├── struct_c_f_e___e_s___reset_variables__t │ │ ├── struct_c_f_e___e_s___restart_cmd__t │ │ ├── struct_c_f_e___e_s___set_max_p_r_count_cmd__t │ │ ├── struct_c_f_e___e_s___shell_cmd__t │ │ ├── struct_c_f_e___e_s___shell_packet__t │ │ ├── struct_c_f_e___e_s___start_app_cmd__t │ │ ├── struct_c_f_e___e_s___task_info__t │ │ ├── struct_c_f_e___e_s___task_record__t │ │ ├── struct_c_f_e___e_s___tlm_pool_stats_cmd__t │ │ ├── struct_c_f_e___e_s___write_e_rlog_cmd__t │ │ ├── struct_c_f_e___e_s___write_syslog_cmd__t │ │ ├── struct_c_f_e___e_v_s___app_data_cmd__t │ │ ├── struct_c_f_e___e_v_s___app_data_file__t │ │ ├── struct_c_f_e___e_v_s___app_name_bit_mask_cmd__t │ │ ├── struct_c_f_e___e_v_s___app_name_cmd__t │ │ ├── struct_c_f_e___e_v_s___app_name_event_i_d_cmd__t │ │ ├── struct_c_f_e___e_v_s___app_name_event_i_d_mask_cmd__t │ │ ├── struct_c_f_e___e_v_s___app_tlm_data__t │ │ ├── struct_c_f_e___e_v_s___bin_filter__t │ │ ├── struct_c_f_e___e_v_s___bit_mask_cmd__t │ │ ├── struct_c_f_e___e_v_s___global_data__t │ │ ├── struct_c_f_e___e_v_s___log__t │ │ ├── struct_c_f_e___e_v_s___log_file_cmd__t │ │ ├── struct_c_f_e___e_v_s___mode_cmd__t │ │ ├── struct_c_f_e___e_v_s___packet__t │ │ ├── struct_c_f_e___e_v_s___packet_i_d__t │ │ ├── struct_c_f_e___e_v_s___tlm_pkt__t │ │ ├── struct_c_f_e___f_s___header__t │ │ ├── struct_c_f_e___p_s_p___mem_table__t │ │ ├── struct_c_f_e___s_b___buffer_d__t │ │ ├── struct_c_f_e___s_b___cmd_hdr__t │ │ ├── struct_c_f_e___s_b___destination_d__t │ │ ├── struct_c_f_e___s_b___en_rout_cmd__t │ │ ├── struct_c_f_e___s_b___event_buf__t │ │ ├── struct_c_f_e___s_b___h_k_msg__t │ │ ├── struct_c_f_e___s_b___mem_params__t │ │ ├── struct_c_f_e___s_b___msg__t │ │ ├── struct_c_f_e___s_b___msg_map_file_entry__t │ │ ├── struct_c_f_e___s_b___pipe_d__t │ │ ├── struct_c_f_e___s_b___pipe_depth_stats__t │ │ ├── struct_c_f_e___s_b___prev_sub_msg__t │ │ ├── struct_c_f_e___s_b___qos__t │ │ ├── struct_c_f_e___s_b___route_entry__t │ │ ├── struct_c_f_e___s_b___routing_file_entry__t │ │ ├── struct_c_f_e___s_b___send_err_event_buf__t │ │ ├── struct_c_f_e___s_b___sender_id__t │ │ ├── struct_c_f_e___s_b___stat_msg__t │ │ ├── struct_c_f_e___s_b___sub_entries__t │ │ ├── struct_c_f_e___s_b___sub_rprt_msg__t │ │ ├── struct_c_f_e___s_b___tlm_hdr__t │ │ ├── struct_c_f_e___s_b___write_file_info_cmd__t │ │ ├── struct_c_f_e___s_b___zero_copy_d__t │ │ ├── struct_c_f_e___t_b_l___abort_ld_cmd__t │ │ ├── struct_c_f_e___t_b_l___activate_cmd__t │ │ ├── struct_c_f_e___t_b_l___del_c_d_s_cmd__t │ │ ├── struct_c_f_e___t_b_l___dump_cmd__t │ │ ├── struct_c_f_e___t_b_l___dump_reg_cmd__t │ │ ├── struct_c_f_e___t_b_l___file___hdr__t │ │ ├── struct_c_f_e___t_b_l___file_def__t │ │ ├── struct_c_f_e___t_b_l___hk_packet__t │ │ ├── struct_c_f_e___t_b_l___info__t │ │ ├── struct_c_f_e___t_b_l___load_cmd__t │ │ ├── struct_c_f_e___t_b_l___no_args_cmd__t │ │ ├── struct_c_f_e___t_b_l___notify_cmd__t │ │ ├── struct_c_f_e___t_b_l___tbl_reg_packet__t │ │ ├── struct_c_f_e___t_b_l___tlm_reg_cmd__t │ │ ├── struct_c_f_e___t_b_l___validate_cmd__t │ │ ├── struct_c_f_e___t_i_m_e__1_hz_adj_cmd__t │ │ ├── struct_c_f_e___t_i_m_e__1_hz_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___diag_packet__t │ │ ├── struct_c_f_e___t_i_m_e___fake_tone_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___hk_packet__t │ │ ├── struct_c_f_e___t_i_m_e___leaps_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___no_args_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___reset_vars__t │ │ ├── struct_c_f_e___t_i_m_e___signal_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___source_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___state_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___sys_time__t │ │ ├── struct_c_f_e___t_i_m_e___time_cmd__t │ │ ├── struct_c_f_e___t_i_m_e___tone_data_cmd__t │ │ └── struct_c_f_e___t_i_m_e___tone_signal_cmd__t │ ├── UdpCommands.py │ ├── UiCommandsystemdialog.py │ ├── UiGenericcommanddialog.py │ ├── UiParameterDialog.py │ ├── __init__.py │ ├── command-pages.txt │ └── quick-buttons.txt ├── cmdUtil │ ├── CMakeLists.txt │ ├── Makefile │ ├── SendUdp.c │ ├── SendUdp.h │ ├── __init__.py │ ├── cmdUtil.c │ ├── es-delete-app.sh │ ├── readme.txt │ ├── start-test-app.sh │ ├── tests.sh │ └── to-enable-tlm.sh └── tlmGUI │ ├── EventMessage.py │ ├── EventMessageDialog.ui │ ├── GenericTelemetry.py │ ├── GenericTelemetryDialog.ui │ ├── TelemetrySystem.py │ ├── TelemetrySystemDialog.ui │ ├── UiEventmessagedialog.py │ ├── UiGenerictelemetrydialog.py │ ├── UiTelemetrysystemdialog.py │ ├── __init__.py │ ├── cfe-es-app-tlm.txt │ ├── cfe-es-blockstats_1-tlm.txt │ ├── cfe-es-hk-tlm.txt │ ├── cfe-es-memstats-tlm.txt │ ├── cfe-es-shell-tlm.txt │ ├── cfe-evs-hk-tlm.txt │ ├── cfe-sb-allsubs-tlm.txt │ ├── cfe-sb-hk-tlm.txt │ ├── cfe-sb-onesub-tlm.txt │ ├── cfe-sb-pipedepthstats_1-tlm.txt │ ├── cfe-sb-pipedepthstats_2-tlm.txt │ ├── cfe-sb-stats-tlm.txt │ ├── cfe-tbl-hk-tlm.txt │ ├── cfe-tbl-reg-tlm.txt │ ├── cfe-time-diag-tlm.txt │ ├── cfe-time-diag-tlm1.txt │ ├── cfe-time-diag-tlm2.txt │ ├── cfe-time-hk-tlm.txt │ ├── cfs-fdl-hk-tlm.txt │ ├── cfs-ft-down-hk-tlm.txt │ ├── cfs-ft-up-hk-tlm.txt │ ├── cfs-ful-hk-tlm.txt │ ├── cfs-hs-hk-tlm.txt │ ├── cfs-nav-hk-tlm.txt │ ├── cfs-picam-hk-tlm.txt │ ├── cfs-sc-hk-tlm.txt │ └── telemetry-pages.txt ├── TlmMQRecv.py ├── TlmUDPSender.py ├── UiMainWindow.py ├── _version.py ├── requirements.txt └── setup.py /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/codeql-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/.github/workflows/codeql-build.yml -------------------------------------------------------------------------------- /.github/workflows/format-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/.github/workflows/format-check.yml -------------------------------------------------------------------------------- /.github/workflows/static-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/.github/workflows/static-analysis.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /GroundSystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/GroundSystem.py -------------------------------------------------------------------------------- /Guide-GroundSystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Guide-GroundSystem.md -------------------------------------------------------------------------------- /Guide-Loading-Tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Guide-Loading-Tables.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/LICENSE -------------------------------------------------------------------------------- /MainWindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/MainWindow.ui -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/README.md -------------------------------------------------------------------------------- /RoutingService.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/RoutingService.py -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Subsystems/Commands-Telemetry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/Commands-Telemetry.md -------------------------------------------------------------------------------- /Subsystems/Subsystems-Info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/Subsystems-Info.txt -------------------------------------------------------------------------------- /Subsystems/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Subsystems/cmdGui/CHeaderParser-hdr-paths.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CHeaderParser-hdr-paths.txt -------------------------------------------------------------------------------- /Subsystems/cmdGui/CHeaderParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CHeaderParser.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/CFE_ES_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/CFE_ES_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/CFE_EVS_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/CFE_EVS_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/CFE_SB_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/CFE_SB_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/CFE_TBL_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/CFE_TBL_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/CFE_TIME_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/CFE_TIME_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/CI_LAB_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/CI_LAB_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/SAMPLE_APP_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/SAMPLE_APP_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/TO_LAB_CMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/TO_LAB_CMD -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/cfe__es__msg_8h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/cfe__es__msg_8h -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/cfe__evs__msg_8h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/cfe__evs__msg_8h -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/cfe__sb__msg_8h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/cfe__sb__msg_8h -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/cfe__tbl__msg_8h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/cfe__tbl__msg_8h -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/cfe__time__msg_8h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/cfe__time__msg_8h -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/ci_lab_msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/ci_lab_msg -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandFiles/to_lab_msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandFiles/to_lab_msg -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandParser.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandSystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandSystem.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/CommandSystemDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/CommandSystemDialog.ui -------------------------------------------------------------------------------- /Subsystems/cmdGui/GenericCommandDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/GenericCommandDialog.ui -------------------------------------------------------------------------------- /Subsystems/cmdGui/HTMLDocsParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/HTMLDocsParser.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/MiniCmdUtil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/MiniCmdUtil.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/Parameter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/Parameter.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterDialog.ui -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_DELETE_CDS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_DELETE_CDS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_DUMP_CDS_REGISTRY_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_DUMP_CDS_REGISTRY_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_OVER_WRITE_SYSLOG_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_OVER_WRITE_SYSLOG_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_QUERY_ALL_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_QUERY_ALL_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_QUERY_ALL_TASKS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_QUERY_ALL_TASKS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_QUERY_ONE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_QUERY_ONE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_RELOAD_APP_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_RELOAD_APP_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_RESTART_APP_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_RESTART_APP_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_RESTART_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_RESTART_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_SEND_MEM_POOL_STATS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_SEND_MEM_POOL_STATS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_SET_MAX_PR_COUNT_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_SET_MAX_PR_COUNT_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_SET_PERF_FILTER_MASK_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_SET_PERF_FILTER_MASK_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_SET_PERF_TRIGGER_MASK_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_SET_PERF_TRIGGER_MASK_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_SHELL_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_SHELL_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_START_APP_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_START_APP_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_START_PERF_DATA_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_START_PERF_DATA_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_STOP_APP_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_STOP_APP_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_STOP_PERF_DATA_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_STOP_PERF_DATA_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_WRITE_ER_LOG_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_WRITE_ER_LOG_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_ES_WRITE_SYSLOG_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_ES_WRITE_SYSLOG_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_ADD_EVENT_FILTER_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_ADD_EVENT_FILTER_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_DELETE_EVENT_FILTER_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_DELETE_EVENT_FILTER_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_APP_EVENTS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_APP_EVENTS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_APP_EVENT_TYPE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_APP_EVENT_TYPE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_EVENT_TYPE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_EVENT_TYPE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_PORTS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_DISABLE_PORTS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_APP_EVENTS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_APP_EVENTS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_APP_EVENT_TYPE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_APP_EVENT_TYPE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_EVENT_TYPE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_EVENT_TYPE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_PORTS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_ENABLE_PORTS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_RESET_ALL_FILTERS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_RESET_ALL_FILTERS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_RESET_APP_COUNTER_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_RESET_APP_COUNTER_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_RESET_FILTER_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_RESET_FILTER_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_SET_EVENT_FORMAT_MODE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_SET_EVENT_FORMAT_MODE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_SET_FILTER_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_SET_FILTER_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_SET_LOG_MODE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_SET_LOG_MODE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_WRITE_APP_DATA_FILE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_WRITE_APP_DATA_FILE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_EVS_WRITE_LOG_DATA_FILE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_EVS_WRITE_LOG_DATA_FILE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_SB_DISABLE_ROUTE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_SB_DISABLE_ROUTE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_SB_ENABLE_ROUTE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_SB_ENABLE_ROUTE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_SB_SEND_MAP_INFO_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_SB_SEND_MAP_INFO_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_SB_SEND_PIPE_INFO_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_SB_SEND_PIPE_INFO_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_SB_SEND_ROUTING_INFO_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_SB_SEND_ROUTING_INFO_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_ABORT_LOAD_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_ABORT_LOAD_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_ACTIVATE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_ACTIVATE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_DELETE_CDS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_DELETE_CDS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_DUMP_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_DUMP_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_DUMP_REGISTRY_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_DUMP_REGISTRY_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_LOAD_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_LOAD_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_SEND_REGISTRY_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_SEND_REGISTRY_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TBL_VALIDATE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TBL_VALIDATE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_ADD_1HZ_ADJUSTMENT_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_ADD_1HZ_ADJUSTMENT_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_ADD_ADJUST_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_ADD_ADJUST_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_ADD_DELAY_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_ADD_DELAY_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_LEAP_SECONDS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_LEAP_SECONDS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_MET_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_MET_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_SIGNAL_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_SIGNAL_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_SOURCE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_SOURCE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_STATE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_STATE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_STCF_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_STCF_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_TIME_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SET_TIME_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SUB_1HZ_ADJUSTMENT_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SUB_1HZ_ADJUSTMENT_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SUB_ADJUST_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SUB_ADJUST_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CFE_TIME_SUB_DELAY_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CFE_TIME_SUB_DELAY_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CI_LAB_CAPTURE_PDUS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CI_LAB_CAPTURE_PDUS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CI_LAB_DROP_PDUS_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CI_LAB_DROP_PDUS_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/CI_LAB_MODIFY_PDU_FILESIZE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/CI_LAB_MODIFY_PDU_FILESIZE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/HTMLDocs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/HTMLDocs -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/TO_LAB_ADD_PKT_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/TO_LAB_ADD_PKT_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/TO_LAB_OUTPUT_ENABLE_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/TO_LAB_OUTPUT_ENABLE_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/TO_LAB_REMOVE_PKT_CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/TO_LAB_REMOVE_PKT_CC -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_info__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_info__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_name_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_name_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_record__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_record__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_reload_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_reload_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_start_params__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_start_params__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_state__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___app_state__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___block_stats__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___block_stats__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___c_d_s_reg_dump_rec__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___c_d_s_reg_dump_rec__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___debug_variables__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___debug_variables__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___delete_c_d_s_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___delete_c_d_s_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___device_driver__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___device_driver__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___dump_c_d_s_reg_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___dump_c_d_s_reg_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___e_r_log__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___e_r_log__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___gen_counter_record__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___gen_counter_record__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___global__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___global__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___hk_packet__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___hk_packet__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___lib_record__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___lib_record__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___main_task_info__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___main_task_info__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___mem_pool_stats__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___mem_pool_stats__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___no_args_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___no_args_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___one_app_tlm__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___one_app_tlm__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___over_write_sys_log_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___over_write_sys_log_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_data__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_data__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_data_entry__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_data_entry__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_log_dump__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_log_dump__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_meta_data__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_meta_data__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_set_filter_mask_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_set_filter_mask_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_set_trig_mask_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_set_trig_mask_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_start_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_start_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_stop_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___perf_stop_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___pool_stats_tlm__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___pool_stats_tlm__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___query_all_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___query_all_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___query_all_tasks_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___query_all_tasks_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___reset_data__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___reset_data__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___reset_variables__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___reset_variables__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___restart_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___restart_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___set_max_p_r_count_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___set_max_p_r_count_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___shell_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___shell_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___shell_packet__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___shell_packet__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___start_app_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___start_app_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___task_info__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___task_info__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___task_record__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___task_record__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___tlm_pool_stats_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___tlm_pool_stats_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___write_e_rlog_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___write_e_rlog_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___write_syslog_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___write_syslog_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_data_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_data_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_data_file__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_data_file__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_bit_mask_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_bit_mask_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_event_i_d_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_event_i_d_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_event_i_d_mask_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_name_event_i_d_mask_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_tlm_data__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___app_tlm_data__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___bin_filter__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___bin_filter__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___bit_mask_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___bit_mask_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___global_data__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___global_data__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___log__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___log__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___log_file_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___log_file_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___mode_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___mode_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___packet__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___packet__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___packet_i_d__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___packet_i_d__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___tlm_pkt__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_v_s___tlm_pkt__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___f_s___header__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___f_s___header__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___p_s_p___mem_table__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___p_s_p___mem_table__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___buffer_d__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___buffer_d__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___cmd_hdr__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___cmd_hdr__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___destination_d__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___destination_d__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___en_rout_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___en_rout_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___event_buf__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___event_buf__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___h_k_msg__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___h_k_msg__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___mem_params__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___mem_params__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___msg__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___msg__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___msg_map_file_entry__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___msg_map_file_entry__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___pipe_d__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___pipe_d__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___pipe_depth_stats__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___pipe_depth_stats__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___prev_sub_msg__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___prev_sub_msg__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___qos__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___qos__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___route_entry__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___route_entry__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___routing_file_entry__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___routing_file_entry__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___send_err_event_buf__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___send_err_event_buf__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___sender_id__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___sender_id__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___stat_msg__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___stat_msg__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___sub_entries__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___sub_entries__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___sub_rprt_msg__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___sub_rprt_msg__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___tlm_hdr__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___tlm_hdr__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___write_file_info_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___write_file_info_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___zero_copy_d__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___s_b___zero_copy_d__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___abort_ld_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___abort_ld_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___activate_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___activate_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___del_c_d_s_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___del_c_d_s_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___dump_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___dump_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___dump_reg_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___dump_reg_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___file___hdr__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___file___hdr__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___file_def__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___file_def__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___hk_packet__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___hk_packet__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___info__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___info__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___load_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___load_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___no_args_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___no_args_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___notify_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___notify_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___tbl_reg_packet__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___tbl_reg_packet__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___tlm_reg_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___tlm_reg_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___validate_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_b_l___validate_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e__1_hz_adj_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e__1_hz_adj_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e__1_hz_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e__1_hz_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___diag_packet__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___diag_packet__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___fake_tone_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___fake_tone_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___hk_packet__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___hk_packet__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___leaps_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___leaps_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___no_args_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___no_args_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___reset_vars__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___reset_vars__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___signal_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___signal_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___source_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___source_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___state_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___state_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___sys_time__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___sys_time__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___time_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___time_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___tone_data_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___tone_data_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___tone_signal_cmd__t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___t_i_m_e___tone_signal_cmd__t -------------------------------------------------------------------------------- /Subsystems/cmdGui/UdpCommands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/UdpCommands.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/UiCommandsystemdialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/UiCommandsystemdialog.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/UiGenericcommanddialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/UiGenericcommanddialog.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/UiParameterDialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/UiParameterDialog.py -------------------------------------------------------------------------------- /Subsystems/cmdGui/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Subsystems/cmdGui/command-pages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/command-pages.txt -------------------------------------------------------------------------------- /Subsystems/cmdGui/quick-buttons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdGui/quick-buttons.txt -------------------------------------------------------------------------------- /Subsystems/cmdUtil/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/CMakeLists.txt -------------------------------------------------------------------------------- /Subsystems/cmdUtil/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/Makefile -------------------------------------------------------------------------------- /Subsystems/cmdUtil/SendUdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/SendUdp.c -------------------------------------------------------------------------------- /Subsystems/cmdUtil/SendUdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/SendUdp.h -------------------------------------------------------------------------------- /Subsystems/cmdUtil/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Subsystems/cmdUtil/cmdUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/cmdUtil.c -------------------------------------------------------------------------------- /Subsystems/cmdUtil/es-delete-app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/es-delete-app.sh -------------------------------------------------------------------------------- /Subsystems/cmdUtil/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/readme.txt -------------------------------------------------------------------------------- /Subsystems/cmdUtil/start-test-app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/start-test-app.sh -------------------------------------------------------------------------------- /Subsystems/cmdUtil/tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/tests.sh -------------------------------------------------------------------------------- /Subsystems/cmdUtil/to-enable-tlm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/cmdUtil/to-enable-tlm.sh -------------------------------------------------------------------------------- /Subsystems/tlmGUI/EventMessage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/EventMessage.py -------------------------------------------------------------------------------- /Subsystems/tlmGUI/EventMessageDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/EventMessageDialog.ui -------------------------------------------------------------------------------- /Subsystems/tlmGUI/GenericTelemetry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/GenericTelemetry.py -------------------------------------------------------------------------------- /Subsystems/tlmGUI/GenericTelemetryDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/GenericTelemetryDialog.ui -------------------------------------------------------------------------------- /Subsystems/tlmGUI/TelemetrySystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/TelemetrySystem.py -------------------------------------------------------------------------------- /Subsystems/tlmGUI/TelemetrySystemDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/TelemetrySystemDialog.ui -------------------------------------------------------------------------------- /Subsystems/tlmGUI/UiEventmessagedialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/UiEventmessagedialog.py -------------------------------------------------------------------------------- /Subsystems/tlmGUI/UiGenerictelemetrydialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/UiGenerictelemetrydialog.py -------------------------------------------------------------------------------- /Subsystems/tlmGUI/UiTelemetrysystemdialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/UiTelemetrysystemdialog.py -------------------------------------------------------------------------------- /Subsystems/tlmGUI/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-es-app-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-es-app-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-es-blockstats_1-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-es-blockstats_1-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-es-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-es-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-es-memstats-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-es-memstats-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-es-shell-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-es-shell-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-evs-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-evs-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-sb-allsubs-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-sb-allsubs-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-sb-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-sb-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-sb-onesub-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-sb-onesub-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-sb-pipedepthstats_1-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-sb-pipedepthstats_1-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-sb-pipedepthstats_2-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-sb-pipedepthstats_2-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-sb-stats-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-sb-stats-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-tbl-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-tbl-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-tbl-reg-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-tbl-reg-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-time-diag-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-time-diag-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-time-diag-tlm1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-time-diag-tlm1.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-time-diag-tlm2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-time-diag-tlm2.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfe-time-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfe-time-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-fdl-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-fdl-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-ft-down-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-ft-down-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-ft-up-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-ft-up-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-ful-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-ful-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-hs-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-hs-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-nav-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-nav-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-picam-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-picam-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/cfs-sc-hk-tlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/cfs-sc-hk-tlm.txt -------------------------------------------------------------------------------- /Subsystems/tlmGUI/telemetry-pages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/Subsystems/tlmGUI/telemetry-pages.txt -------------------------------------------------------------------------------- /TlmMQRecv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/TlmMQRecv.py -------------------------------------------------------------------------------- /TlmUDPSender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/TlmUDPSender.py -------------------------------------------------------------------------------- /UiMainWindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/UiMainWindow.py -------------------------------------------------------------------------------- /_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/_version.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | setuptools 2 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/cFS-GroundSystem/HEAD/setup.py --------------------------------------------------------------------------------