From 169ffde289d0ebefb781f01119a4dfb0f75bdb27 Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Wed, 29 Apr 2026 16:34:12 +0200 Subject: [PATCH] ready for first code review --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 09284bb..29058c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ePowerSwitch epics stream device +# ePowerSwitch EPICS StreamDevice -An EPICS drivers based on stream device allowig to controle remotly both ePowerSwitch 4 IEC and 8M+ +An EPICS driver based on StreamDevice allowing to control remotely both ePowerSwitch 4 IEC and 8M+ # How to use @@ -18,13 +18,12 @@ $ startioc.sh 8 ## Setters -the stream device expose 4 or 8 individual setters record. - +The stream device exposes 4 or 8 individual setter records. ``` $(DEVICE)_set_$(PARAMETER_NAME)_$(PARAMETER_ID) ``` -By default, it should look like : +By default, it should be called ``` ePowerSwitch_get_outlet_0 ePowerSwitch_get_outlet_1 @@ -34,12 +33,12 @@ ePowerSwitch_get_outlet_3 ## Getters -The stream device expose 4 or 8 individual getters record named : +The stream device exposes 4 or 8 individual getter records: ``` $(DEVICE)_get_$(PARAMETER_NAME)_$(PARAMETER_ID) ``` -By default, it should look like : +By default, it should be called ``` ePowerSwitch_set_outlet_0 ePowerSwitch_set_outlet_1 @@ -47,8 +46,8 @@ ePowerSwitch_set_outlet_2 ePowerSwitch_set_outlet_3 ``` -Furthermore, a record expose the number of socket of this device -It **should not** be overwrite +Furthermore, a record exposes the number of sockets of this device: +It **should not** be overwritten ``` $(DEVICE)_config_$(CONFIG_PARAMETER_NAME) @@ -61,4 +60,4 @@ ePowerSwitch_config_maxOutlet # Test -TODO \ No newline at end of file +TODO _Should I ship with my java dummy server ?_ \ No newline at end of file