Public Member Functions | |
BOCGlobalConfig () | |
BOCGlobalConfig (short _validMask, short _clockControl, short _rxDataMode, short _rxDacClear, short _txDacClear, short _vernierFinePhase, short _vernierClockPhase0, short _vernierClockPhase1, short _bpmClockPhase, short _bregClockPhase) | |
Public Attributes | |
short | validMask = (short)0 |
This is a bit mask in the same order as below. | |
short | clockControl = (short)0 |
short | rxDataMode = (short)0 |
short | rxDacClear = (short)0 |
short | txDacClear = (short)0 |
short | vernierFinePhase = (short)0 |
short | vernierClockPhase0 = (short)0 |
short | vernierClockPhase1 = (short)0 |
short | bpmClockPhase = (short)0 |
short | bregClockPhase = (short)0 |
Generated by the IDL-to-Java compiler (portable), version "3.2" from configuration.idl 15 December 2005 11:02:10 o'clock GMT
Definition at line 11 of file BOCGlobalConfig.java.
|
This is a bit mask in the same order as below. If a bit is set then the value is valid. If the value is not valid then the BOC default is assumed to be correct. Definition at line 19 of file BOCGlobalConfig.java. Referenced by sctConf.BOCGlobalConfig.BOCGlobalConfig(). |