File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ module ComCcsds {
169169 fprimeRouter.bufferAllocate - > commsBufferManager.bufferGetCallee
170170 fprimeRouter.bufferDeallocate - > commsBufferManager.bufferSendIn
171171 }
172-
173172 } # end FramingSubtopology
174173
175174 # This subtopology uses FramingSubtopology with a ComStub component for Com Interface
@@ -180,15 +179,14 @@ module ComCcsds {
180179
181180 connections ComStub {
182181 # Framer <- > ComStub (Downlink)
183- ComCcsds.framer.dataOut - > comStub.dataIn
184- comStub.dataReturnOut - > ComCcsds.framer.dataReturnIn
185- comStub.comStatusOut - > ComCcsds.framer.comStatusIn
182+ ComCcsds.framer.dataOut - > comStub.dataIn
183+ comStub.dataReturnOut - > ComCcsds.framer.dataReturnIn
184+ comStub.comStatusOut - > ComCcsds.framer.comStatusIn
186185
187186 # ComStub <- > FrameAccumulator (Uplink)
188- comStub.dataOut - > ComCcsds.frameAccumulator.dataIn
187+ comStub.dataOut - > ComCcsds.frameAccumulator.dataIn
189188 ComCcsds.frameAccumulator.dataReturnOut - > comStub.dataReturnIn
190189 }
191-
192190 } # end Subtopology
193191
194192} # end ComCcsds
Original file line number Diff line number Diff line change @@ -145,26 +145,25 @@ module ComFprime {
145145 fprimeRouter.bufferAllocate - > commsBufferManager.bufferGetCallee
146146 fprimeRouter.bufferDeallocate - > commsBufferManager.bufferSendIn
147147 }
148-
149-
150148 } # end FramingSubtopology
151149
152- # This subtopology uses FramingSubtopology with a ComStub component for Com Interface
150+
151+ # This subtopology uses FramingSubtopology with a ComStub component for Com Interface
153152 topology Subtopology {
154153 import FramingSubtopology
155154
156155 instance comStub
157156
158157 connections ComStub {
159158 # Framer <- > ComStub (Downlink)
160- ComFprime.framer.dataOut - > comStub.dataIn
161- comStub.dataReturnOut - > ComFprime.framer.dataReturnIn
162- comStub.comStatusOut - > ComFprime.framer.comStatusIn
159+ ComFprime.framer.dataOut - > comStub.dataIn
160+ comStub.dataReturnOut - > ComFprime.framer.dataReturnIn
161+ comStub.comStatusOut - > ComFprime.framer.comStatusIn
163162
164163 # ComStub <- > FrameAccumulator (Uplink)
165- comStub.dataOut - > ComFprime.frameAccumulator.dataIn
164+ comStub.dataOut - > ComFprime.frameAccumulator.dataIn
166165 ComFprime.frameAccumulator.dataReturnOut - > comStub.dataReturnIn
167166 }
168-
169167 } # end Subtopology
170- } # end ComFprime Subtopology
168+
169+ } # end ComFprime
You can’t perform that action at this time.
0 commit comments