Skip to content

Commit 9eee492

Browse files
committed
Cosmetic updates
1 parent f8ac648 commit 9eee492

4 files changed

Lines changed: 2 additions & 12 deletions

File tree

Ref/Top/instances.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

Ref/Top/topology.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

Svc/Subtopologies/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/ComFprime/")
44
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/FileHandling/")
55
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/DataProducts/")
66
add_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

108
add_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
)

Svc/Subtopologies/ComCcsds/ComCcsds.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ module ComCcsds {
1010
FILE
1111
}
1212

13-
# TODO: check all base IDs
14-
1513
# ----------------------------------------------------------------------
1614
# Active Components
1715
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)