ready for first code review

This commit is contained in:
2026-04-29 16:34:12 +02:00
parent 52d00d09f8
commit 169ffde289
+9 -10
View File
@@ -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
TODO _Should I ship with my java dummy server ?_