Private
Public Access
11
1

Update Config_Controller

2024-06-10 15:17:20 +02:00
parent 8ccdbcfe85
commit ab7c640901

@@ -4,7 +4,7 @@ Definition of a set of hardware controllers. The file contains a JSON structure
**type**::<BR>
&emsp;String value that identifies which hardware interface will handle the controller behaviour. The set of allowed values is listed near the beginning of [`Controller.h`](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/Controller.h#L19), for example:
`enum Type { NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Orchestra, Zaber};`
`enum Type { NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Orchestra, Orocos, Zaber, ZmiEpics, PandA };`
**active**::<BR>