Package xal.app.virtualaccelerator
Class VAServer
- java.lang.Object
-
- xal.app.virtualaccelerator.VAServer
-
public class VAServer extends Object
Server channel access- Version:
- 0.2 13 Jul 2015
- Author:
- unkwnon, Blaz Kranjc
-
-
Field Summary
Fields Modifier and Type Field Description protected static intDEFAULT_ARRAY_SIZE
-
Constructor Summary
Constructors Constructor Description VAServer(xal.smf.AcceleratorSeq sequence)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()dispose of the contextprotected voidregisterTimingSignals()Write to the PCAS input file the list of timing signals.
-
-
-
Field Detail
-
DEFAULT_ARRAY_SIZE
protected static final int DEFAULT_ARRAY_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
registerTimingSignals
protected void registerTimingSignals() throws IOExceptionWrite to the PCAS input file the list of timing signals.- Throws:
IOException
-
-