Introduce new command definition tree #259

Merged
meggert merged 54 commits from bump-tmtccmd into v6.0.0-dev 2024-01-25 09:43:49 +01:00
Showing only changes of commit 4e25e2e6ca - Show all commits

View File

@ -617,5 +617,6 @@ Full ID (hex); Name; Description; Unique ID; Subsytem Name; File Path
0x6f00;TMS_IsBusy;No description;0;TM_SINK;mission/tmtc/DirectTmSinkIF.h
0x6f01;TMS_PartiallyWritten;No description;1;TM_SINK;mission/tmtc/DirectTmSinkIF.h
0x6f02;TMS_NoWriteActive;No description;2;TM_SINK;mission/tmtc/DirectTmSinkIF.h
0x6f03;TMS_Timeout;No description;3;TM_SINK;mission/tmtc/DirectTmSinkIF.h
0x7000;VCS_ChannelDoesNotExist;No description;0;VIRTUAL_CHANNEL;mission/com/VirtualChannel.h
0x7200;SCBU_KeyNotFound;No description;0;SCRATCH_BUFFER;bsp_q7s/memory/scratchApi.h

1 Full ID (hex) Name Description Unique ID Subsytem Name File Path
617 0x6f00 TMS_IsBusy No description 0 TM_SINK mission/tmtc/DirectTmSinkIF.h
618 0x6f01 TMS_PartiallyWritten No description 1 TM_SINK mission/tmtc/DirectTmSinkIF.h
619 0x6f02 TMS_NoWriteActive No description 2 TM_SINK mission/tmtc/DirectTmSinkIF.h
620 0x6f03 TMS_Timeout No description 3 TM_SINK mission/tmtc/DirectTmSinkIF.h
621 0x6f03 0x7000 TMS_Timeout VCS_ChannelDoesNotExist No description 3 0 TM_SINK VIRTUAL_CHANNEL mission/tmtc/DirectTmSinkIF.h mission/com/VirtualChannel.h
622 0x7000 0x7200 VCS_ChannelDoesNotExist SCBU_KeyNotFound No description 0 VIRTUAL_CHANNEL SCRATCH_BUFFER mission/com/VirtualChannel.h bsp_q7s/memory/scratchApi.h