public class RCMReg extends Object
| Constructor and Description |
|---|
RCMReg() |
@Command(description="Connect to an RCM") public void connect(@Argument(name="id",description="The id of the RCM") int id)
@Command(description="Show the current connection parameters") public void show()
@Command(description="Read and display registers from the RCM") public void read(@Argument(name="address",description="Read and display registers from the RCM") int address, @Argument(name="count",description="The number of registers to read (default 1)",defaultValue="1") int count)
Copyright © 2014 LSST. All Rights Reserved.