Essentials/src/PepperDash.Essentials.Core/Routing
Andrew Welker 1fe8993db3 fix: ignore CameraBase routing port list
The `RoutingPortCollection` type appears to not be currently
serializable. If a class that contains this collection is going to be
serialized, the collection should have the `JsonIgnore` attribute added.
If the list is needed, use a conversion object and convert it to a
regular list.
2025-04-02 11:56:13 -05:00
..
DummyRoutingInputsDevice.cs feat: add RoutingFeedbackManager 2024-05-23 08:40:14 -05:00
eRoutingPortConnectionType.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
eRoutingSignalType.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
Extensions.cs chore: reorg methos in routing Extensions class 2025-02-19 11:07:41 -06:00
ICardPortsDevice.cs refactor: rearrange and add solution for 4-series 2023-02-07 15:45:01 -07:00
IHasCurrentSourceInfoChange.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IInputSync.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IMatrixRouting.cs fix: remove generics from matrix routing interfaces 2024-04-09 08:33:58 -05:00
IRmcRouting.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRmcRoutingWithFeedback.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRouting.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingFeedback.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingHasVideoInputSyncFeedbacks.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingInputs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingInputSlot.cs fix: remove generics from matrix routing interfaces 2024-04-09 08:33:58 -05:00
IRoutingInputsOutputs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingNumeric.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingNumericWithFeedback.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingOutputs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingOutputSlot.cs fix: remove generics from matrix routing interfaces 2024-04-09 08:33:58 -05:00
IRoutingSink.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRoutingSinkWithFeedback.cs feat: implement feedback manager 2024-05-23 08:39:09 -05:00
IRoutingSinkWithSwitching.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRoutingSlot.cs feat: RKST-131 add IMatrixRouting interfaces 2024-03-08 11:16:48 -06:00
IRoutingSource.cs feat: update routing methods 2024-06-19 14:09:59 -05:00
IRoutingWithClear.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingWithFeedback.cs feat: implement feedback manager 2024-05-23 08:39:09 -05:00
ITxRouting.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
ITxRoutingWithFeedback.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
RouteDescriptor.cs fix: remove null route when releasing route 2024-12-10 07:44:10 -05:00
RouteDescriptorCollection.cs fix: add more exception handling 2025-02-18 14:00:53 -06:00
RouteRequest.cs chore: add some logging for route queue processing 2025-02-19 11:18:00 -06:00
RouteRequestQueueItem.cs chore: add some logging for route queue processing 2025-02-19 11:18:00 -06:00
RouteSwitchDescriptor.cs fix: check for nulls in SwitchingDevice property 2024-10-18 11:09:15 -05:00
RoutingFeedbackManager.cs fix: set currentSourceKey & currentSource in order 2024-10-30 10:19:55 -05:00
RoutingInputPort.cs fix: ignore CameraBase routing port list 2025-04-02 11:56:13 -05:00
RoutingInputPortWithVideoStatuses.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
RoutingNumericEventArgs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
RoutingOutputPort.cs fix: ignore CameraBase routing port list 2025-04-02 11:56:13 -05:00
RoutingPort.cs feat: get it working 2024-05-23 08:41:19 -05:00
RoutingPortCollection.cs fix: ignore CameraBase routing port list 2025-04-02 11:56:13 -05:00
RoutingPortNames.cs feat: adds try catch to devjson execution thread and adds port names for sdi in/out 2024-06-20 11:57:32 -06:00
TieLine.cs fix: add tieline type to output for console & CWS 2024-06-24 14:57:07 -05:00
TieLineConfig.cs feat: implement feedback manager 2024-05-23 08:39:09 -05:00