Neil Dorin
|
911bd8daba
|
Moves to reflection based mechanism for loading device factories at boot (not working)
|
2020-04-22 17:52:29 -06:00 |
|
Neil Dorin
|
4f6ae386b4
|
Finishes converting all existing types to new DeviceFactory mechanism. #106
|
2020-04-22 17:52:29 -06:00 |
|
Neil Dorin
|
2170a79399
|
Updating more device factories in Essentials and Devices.Common
|
2020-04-22 17:51:22 -06:00 |
|
Andrew Welker
|
e55a647854
|
fixes types for base device Generic types
|
2020-04-22 17:29:31 -06:00 |
|
Neil Dorin
|
ae23eec005
|
Progress on adding Description attribute and printing types at runtime
|
2020-04-22 17:29:31 -06:00 |
|
Neil Dorin
|
c5232ca6b8
|
Updates device factory methodology for Essentials Core and Essential DM libraries
|
2020-04-22 17:29:31 -06:00 |
|
Andrew Welker
|
563f690277
|
adds try/catch for Null Reference Exceptions
|
2020-04-20 12:21:18 -06:00 |
|
Andrew Welker
|
44793f0375
|
removes IBridge from Essentials Core
|
2020-04-20 10:11:35 -06:00 |
|
Andrew Welker
|
6b65db55c1
|
Changes EiscApi to EiscApiAdvanced for internal devices
|
2020-04-20 10:10:50 -06:00 |
|
Andrew Welker
|
35b5e6dfc5
|
changes new EiscApi to EiscApiAdvanced
|
2020-04-20 09:34:07 -06:00 |
|
Andrew Welker
|
54d31e128e
|
removing bad namespace
|
2020-04-17 10:09:53 -06:00 |
|
Andrew Welker
|
827315c3cc
|
fixes namespace for EssentialsBridgeableDevice
|
2020-04-17 09:31:55 -06:00 |
|
Andrew Welker
|
31418fd469
|
removes bad namespace
|
2020-04-16 16:16:19 -06:00 |
|
Andrew Welker
|
20e9ab8cb9
|
fixes issues determining Interface type
|
2020-04-16 15:33:44 -06:00 |
|
Andrew Welker
|
65881be81b
|
moves a version of IBridge back to PepperDash Essentials
|
2020-04-16 15:33:29 -06:00 |
|
Andrew Welker
|
5329d7f931
|
changes to EiscApi loader
|
2020-04-16 14:23:24 -06:00 |
|
Andrew Welker
|
717b9b272c
|
removed the added IBridge and changed...
...the namespace for IBridge in Essentials Core to match the old/existing namespace
|
2020-04-16 13:39:42 -06:00 |
|
Andrew Welker
|
08c8cbf7fe
|
Changes base class and implements LinkToApi method
|
2020-04-14 16:17:54 -06:00 |
|
Andrew Welker
|
01bddbf2ff
|
Changes Base Class and implements LInkToApi Method
|
2020-04-14 16:17:30 -06:00 |
|
Andrew Welker
|
33f5881e91
|
Changes base class and adds LinkToApi Method
|
2020-04-14 16:17:11 -06:00 |
|
Andrew Welker
|
37313040e1
|
Changes base class to CrestronGenericBridgeableDevice
* adds LinkToApi method
|
2020-04-14 16:16:43 -06:00 |
|
Andrew Welker
|
4102a06497
|
Adds ReconfigurableBridgeableDevice base class
|
2020-04-14 16:16:11 -06:00 |
|
Andrew Welker
|
0acec71a7f
|
Changes Base class to EssentialsBridgeableDevice
* adds LinkLightingToApi Method
|
2020-04-14 16:15:48 -06:00 |
|
Andrew Welker
|
f3d8084d11
|
changes base class to EssentialsBridgeableDevice
* Adds LinkToApi method
|
2020-04-14 16:15:18 -06:00 |
|
Andrew Welker
|
04bbcd1d31
|
moves several bridges out of extension methods
|
2020-04-13 17:11:32 -06:00 |
|
Andrew Welker
|
41d123edf3
|
changes PepperDash.Essentials.Bridges to PepperDash.Essentials.Core.Bridges
|
2020-04-13 16:31:34 -06:00 |
|
Andrew Welker
|
926e3b7bc8
|
makex CrestronGenericBaseDevice abstract
|
2020-04-13 16:12:03 -06:00 |
|
Andrew Welker
|
999b3903b7
|
moves joinMaps to Essentials Core
|
2020-04-13 16:11:09 -06:00 |
|
Andrew Welker
|
cebca45877
|
adds EssentialsBridgeableDevice
|
2020-04-13 16:01:43 -06:00 |
|
Andrew Welker
|
31244e4294
|
moves bridgeBase and IBridge/IBridgeAdvanced
|
2020-04-13 16:01:19 -06:00 |
|
Jason T Alborough
|
29a79490ba
|
#101 Fixes scope issue with CCriticalSection() in ConfigWriter
|
2020-04-10 16:29:48 -04:00 |
|
Neil Dorin
|
c8f095f0a3
|
Updates CameraControllerJoinMap to use new constructor for base class
|
2020-04-05 09:07:05 -06:00 |
|
Andrew Welker
|
42fbd813a2
|
updated methods for creating joinMap dict
|
2020-04-04 22:06:56 -06:00 |
|
Andrew Welker
|
69f5460442
|
trying to fix JoinMapBaseAdvanced
|
2020-04-04 21:09:00 -06:00 |
|
Neil Dorin
|
b32212083d
|
Adds debug statment to detect if JoinNameAttribute constructor has been called
|
2020-04-04 14:44:43 -06:00 |
|
Neil Dorin
|
88702f97c6
|
moves logic to add joins out of the constructor and into new AddJoins() method to allow it to be called from extended class after fields have been initialized.
|
2020-04-04 14:12:49 -06:00 |
|
Neil Dorin
|
9363e94749
|
Updates to JoinMapBaseAdvanced constructor to properly add JoinDataComplete fields to Joins collection and to BridgeBase to implement console methods to print data at runtime.
|
2020-04-04 10:43:55 -06:00 |
|
Neil Dorin
|
43e57ab6d1
|
Adds some comments, initializes JoinMaps in EiscApi and moves GenericComm factory to new methodology
|
2020-04-03 19:43:06 -06:00 |
|
Neil Dorin
|
9d7f5af26e
|
Adds IBridgeAdvanced and updates to 1.0.35 of PepperDash.Core
|
2020-04-03 18:21:17 -06:00 |
|
Neil Dorin
|
3a101d89ea
|
Adds some additional help
|
2020-04-03 18:01:08 -06:00 |
|
Neil Dorin
|
703695e768
|
Adds console method to print join maps at runtime. Adds overload of LinkToApi extension method for IBridge to allow passing the bridge in for JoinMapBaseAdvance applications
|
2020-04-03 09:25:48 -06:00 |
|
Neil Dorin
|
bb3897160b
|
Adds a method to print the typenames to console
|
2020-04-01 15:57:51 -06:00 |
|
Neil Dorin
|
3b2ff5eed8
|
Merge branch 'feature/update-essentials-DM-project-name' into feature/updated-IDeviceFactory-for-plugin-implementation
|
2020-04-01 15:08:59 -06:00 |
|
Neil Dorin
|
9828e79668
|
Updates the name for Essentials_DM to PepperDash_Essentials_DM to ensure the .cplz name matches the .dll name
|
2020-04-01 15:08:24 -06:00 |
|
Neil Dorin
|
a231bb75a6
|
Adds back the correct PluginLoader version that supports loading with the new plugin methodology
|
2020-04-01 14:42:26 -06:00 |
|
Neil Dorin
|
fcc2a5db06
|
Updates to device factory methodology for use in plugins
|
2020-04-01 14:18:26 -06:00 |
|
Neil Dorin
|
4bf1da36e2
|
Moves PluginLoader to Essentials.Core. Moves IDeviceFactory and IPluginDeviceFactory interfaces to their own files in a better locatino
|
2020-04-01 11:32:24 -06:00 |
|
Neil Dorin
|
0facecc682
|
Merge branch 'feature/rework-plugin-loading-process-to-avoid-assembly-conflicts' into feature/ecs-1209
# Conflicts:
# essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.csproj
|
2020-04-01 11:19:30 -06:00 |
|
Neil Dorin
|
ed627875a0
|
Updates remaining SIMPL Bridges for MC to JoinMapBaseAdvanced. Updates affected bridges
|
2020-04-01 11:16:27 -06:00 |
|
Neil Dorin
|
1ae93b3ffd
|
Updates CameraControllerBridge and SIMPLCameraMessenger.cs to use new CameraControllerJoinMap
|
2020-03-31 10:53:24 -06:00 |
|