org.lsst.ccs.drivers.rcm
Class RCMCommands

java.lang.Object
  extended by org.lsst.ccs.drivers.rcm.RCMCommands

public class RCMCommands
extends Object

RCM vocabulary. Parsed from HDL file.

Author:
aubourg

Constructor Summary
RCMCommands(String file)
           
 
Method Summary
static void main(String[] args)
           
protected  void parseHDL(BufferedReader r)
           
protected  void parseHDL(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCMCommands

public RCMCommands(String file)
Method Detail

parseHDL

protected void parseHDL(File f)
                 throws IOException
Throws:
IOException

parseHDL

protected void parseHDL(BufferedReader r)
                 throws IOException
Throws:
IOException

main

public static void main(String[] args)


Copyright © 2013 LSST. All Rights Reserved.