|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.xal.tools.virtualaccelerator.PCASGenerator
PCASGenerator is used to generate a Portable Channel Access Server input file from an accelerator sequence.
| Field Summary | |
protected AcceleratorSeq |
_sequence
The sequence for which to generate a PCAS file |
| Constructor Summary | |
PCASGenerator(AcceleratorSeq sequence)
Constructor |
|
| Method Summary | |
void |
processNodes(java.io.Writer writer)
Write the PCAS input file for the list of PVs in the usual nodes |
protected void |
processNodes(java.io.Writer writer,
java.lang.String type)
Write the PCAS input file for the list of PVs for the specified node type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AcceleratorSeq _sequence
| Constructor Detail |
public PCASGenerator(AcceleratorSeq sequence)
sequence - The sequence for which to generate a PCAS file| Method Detail |
public void processNodes(java.io.Writer writer)
throws java.io.IOException
writer - The writer to which to output the PCAS file
java.io.IOException
protected void processNodes(java.io.Writer writer,
java.lang.String type)
throws java.io.IOException
writer - The writer to which to output the PCAS file
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||