File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,6 +101,4 @@ module Ref {
101101
102102 instance comDriver: Drv.TcpClient base id 0x10025000
103103
104- instance comStub: Svc.ComStub base id 0x10026000
105-
106104}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module Ref {
6868 # Telemetry packets
6969 # ----------------------------------------------------------------------
7070
71- # include " RefPackets.fppi"
71+ include " RefPackets.fppi"
7272
7373 # ----------------------------------------------------------------------
7474 # Direct graph specifiers
@@ -116,7 +116,7 @@ module Ref {
116116 comDriver.$recv - > ComCcsds.comStub.drvReceiveIn
117117 ComCcsds.comStub.drvReceiveReturnOut - > comDriver.recvReturnIn
118118
119- # ComCcsds. ComStub <- > ComDriver (Downlink)
119+ # ComStub <- > ComDriver (Downlink)
120120 ComCcsds.comStub.drvSendOut - > comDriver.$send
121121 comDriver.ready - > ComCcsds.comStub.drvConnected
122122 }
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/ComFprime/")
44add_fprime_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /FileHandling/" )
55add_fprime_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /DataProducts/" )
66add_fprime_subdirectory ("${CMAKE_CURRENT_LIST_DIR} /ComLoggerTee/" )
7- # add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/FramingCcsds/")
8- # add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/FramingFprime/")
97
108add_custom_target (
119 Svc_Subtopologies
@@ -21,8 +19,4 @@ add_custom_target(
2119 Svc_Subtopologies_DataProducts
2220 Svc_Subtopologies_DataProducts_DataProductsConfig
2321 Svc_Subtopologies_ComLoggerTee
24- # Svc_Subtopologies_FramingCcsds
25- # Svc_Subtopologies_FramingCcsds_FramingCcsdsConfig
26- # Svc_Subtopologies_FramingFprime
27- # Svc_Subtopologies_FramingFprime_FramingFprimeConfig
2822)
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ module ComCcsds {
1010 FILE
1111 }
1212
13- # TODO: check all base IDs
14-
1513 # ----------------------------------------------------------------------
1614 # Active Components
1715 # ----------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments