From 1d095805992273c0d67ceb5a9a0282ec2d544b49 Mon Sep 17 00:00:00 2001 From: Uwe Seimet <48174652+uweseimet@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:08:43 +0100 Subject: [PATCH] Destroyed Rules for adding new device types (markdown) --- Rules-for-adding-new-device-types.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Rules-for-adding-new-device-types.md diff --git a/Rules-for-adding-new-device-types.md b/Rules-for-adding-new-device-types.md deleted file mode 100644 index 30970a8..0000000 --- a/Rules-for-adding-new-device-types.md +++ /dev/null @@ -1,9 +0,0 @@ -Before adding a new device check that non of the existing devices is appropriate. - -Steps for adding a new device: - -1. Add the device type to the PbDeviceType enum of the protobuf definition -2. Add code for creating your device to the DeviceFactory class. The device instance and all devices-specific properties have to be created by this class. -3. Add code handle the device properties to the RascsiReponse class. -4. Add the device-specific implementation in new .cpp/.h files. -5. Update the manpages. \ No newline at end of file