Skip to content

Commit

Permalink
[controller] Remove deprecated controller interface (project-chip#5392)
Browse files Browse the repository at this point in the history
Now that all controller applications have been migrated to
the new CHIP controller interface, the deprecated controller
classes can be removed.
  • Loading branch information
Damian-Nordic authored Mar 16, 2021
1 parent c715269 commit 43bb001
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 476 deletions.
6 changes: 3 additions & 3 deletions docs/dots/Rendezvous/RendezvousSessionGeneral.dot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ digraph RendezvousSession
subgraph cluster_controller {
label=<<b>Controller</b>>

ChipDeviceController [shape=record label=<{ChipDeviceController|<font point-size="11">RendezvousSessionDelegate</font>}>, URL="@ref chip::DeviceController::ChipDeviceController"]
DeviceCommissioner [shape=record label=<{DeviceCommissioner|<font point-size="11">RendezvousSessionDelegate</font>}>, URL="@ref chip::Controller::DeviceCommissioner"]
}

# This section represents device-only elements
Expand All @@ -29,9 +29,9 @@ digraph RendezvousSession
# Main relationships
#############################
RendezvousParameters [shape=ellipse, URL="@ref chip::RendezvousParameters"]
RendezvousParameters -> { ChipDeviceController, RendezvousDeviceDelegate} [arrowhead=none]
RendezvousParameters -> { DeviceCommissioner, RendezvousDeviceDelegate} [arrowhead=none]

{ChipDeviceController, RendezvousDeviceDelegate} -> RendezvousSession
{DeviceCommissioner, RendezvousDeviceDelegate} -> RendezvousSession
RendezvousSession -> TransportBle
RendezvousSession -> TransportInet [style=dashed, color=gray]
}
4 changes: 2 additions & 2 deletions docs/dots/Rendezvous/RendezvousSessionInit.dot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ digraph RendezvousSession
label=<<b>Controller</b>>
node [fillcolor="white:gray", gradientangle=90]

ChipDeviceController [shape=record label=<{ChipDeviceController|<font point-size="11">RendezvousSessionDelegate</font>}>, URL="@ref chip::DeviceController::ChipDeviceController"]
DeviceCommissioner [shape=record label=<{DeviceCommissioner|<font point-size="11">RendezvousSessionDelegate</font>}>, URL="@ref chip::Controller::DeviceCommissioner"]
}

# This section represents device-only elements
Expand Down Expand Up @@ -66,7 +66,7 @@ digraph RendezvousSession
#############################
# Main relationships
#############################
{ChipDeviceController, RendezvousDeviceDelegate} -> RendezvousSession
{DeviceCommissioner, RendezvousDeviceDelegate} -> RendezvousSession

RendezvousSession -> HasDiscriminator

Expand Down
2 changes: 0 additions & 2 deletions src/controller/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ static_library("controller") {
"CHIPDevice.h",
"CHIPDeviceController.cpp",
"CHIPDeviceController.h",
"CHIPDeviceController_deprecated.cpp",
"CHIPDeviceController_deprecated.h",
"DeviceAddressUpdater.cpp",
"DeviceAddressUpdater.h",
]
Expand Down
245 changes: 0 additions & 245 deletions src/controller/CHIPDeviceController_deprecated.cpp

This file was deleted.

Loading

0 comments on commit 43bb001

Please sign in to comment.