ready for first code review
This commit is contained in:
@@ -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 ?_
|
||||
Reference in New Issue
Block a user