Collaboration diagram for SctData.ChipOptions:

Public Member Functions | |
| ChipOptions (ABCDConfig data) | |
| Creates a new instance of ChipOptions.  | |
| String | getClassName () | 
| ABCDConfig | getData () | 
| byte | getReadOutMode () | 
| void | setReadOutMode (byte readOut) | 
| byte | getCalibMode () | 
| void | setCalibMode (byte calib) | 
| byte | getTrimRange () | 
| void | setTrimRange (byte trimRange) | 
| boolean | getEdgeDetect () | 
| void | setEdgeDetect (boolean edge) | 
| boolean | getMaskFlag () | 
| void | setMaskFlag (boolean mask) | 
| boolean | getAccumulate () | 
| void | setAccumulate (boolean mask) | 
| boolean | getInputBypass () | 
| void | setInputBypass (boolean mask) | 
| boolean | getOutputBypass () | 
| void | setOutputBypass (boolean mask) | 
| boolean | getMaster () | 
| void | setMaster (boolean mask) | 
| boolean | getEnd () | 
| void | setEnd (boolean mask) | 
| boolean | getFeedThrough () | 
| void | setFeedThrough (boolean mask) | 
| void | readObject (Sct.IStream s, Sct.ObjectManager o) throws java.io.IOException | 
| void | write (Sct.OStream s, Sct.ObjectManager o) throws java.io.IOException | 
Static Public Member Functions | |
| static Sct.Streamable | read (Sct.IStream s, Sct.ObjectManager o) throws java.io.IOException | 
Private Member Functions | |
| void | setDoubleBit (byte set, int startBit) | 
| byte | getDoubleBit (int startBit) | 
| void | setBit (boolean set, int bit) | 
| boolean | getBit (int bit) | 
Private Attributes | |
| ABCDConfig | data | 
Definition at line 15 of file ChipOptions.java.
 1.4.6