JLab Pipeline TI Library
3v6.1
|
Functions | |
int | tiGetTriggerLock () |
Get the current setting of the trigger lock mode. More... | |
void | tiPrintTriggerTable (int showbits) |
Print trigger table to standard out. More... | |
int | tiGetTriggerWindow () |
Get the window of the input trigger coincidence window. More... | |
int | tiGetTriggerInhibitWindow () |
Get the width of the input trigger inhibit window. More... | |
int | tiGetTrig21Delay () |
Get the delay of Trig1 relative to Trig2 when trigger source is 11. More... | |
int | tiGetTriggerLatchOnLevel () |
Get the trigger latch pattern readout in the data stream to include the Level of the input trigger OR the transition to Hi. More... | |
int | tiGetSyncEventInterval () |
Get the SyncEvent Block interval. More... | |
int | tiSyncResetRequestStatus (int pflag) |
Status of SyncReset Request received bits. More... | |
int | tiGetConnectedFiberMask () |
Returns the mask of fiber channels that report a "connected" status from a TI. More... | |
int | tiGetTrigSrcEnabledFiberMask () |
Returns the mask of fiber channels that report a "connected" status from a TI has it's trigger source enabled. More... | |
int tiGetConnectedFiberMask | ( | ) |
Returns the mask of fiber channels that report a "connected" status from a TI.
References TI_A24RegStruct::fiber, TI_FIBER_CONNECTED_MASK, TILOCK, tiMaster, and TIUNLOCK.
int tiGetSyncEventInterval | ( | ) |
Get the SyncEvent Block interval.
References TI_A24RegStruct::syncEventCtrl, TI_SYNCEVENTCTRL_NBLOCKS_MASK, TILOCK, tiMaster, and TIUNLOCK.
int tiGetTrig21Delay | ( | ) |
Get the delay of Trig1 relative to Trig2 when trigger source is 11.
References TI_TRIGGERWINDOW_TRIG21_MASK, TILOCK, TIUNLOCK, and TI_A24RegStruct::triggerWindow.
int tiGetTriggerInhibitWindow | ( | ) |
Get the width of the input trigger inhibit window.
References TI_TRIGGERWINDOW_INHIBIT_MASK, TILOCK, TIUNLOCK, and TI_A24RegStruct::triggerWindow.
int tiGetTriggerLatchOnLevel | ( | ) |
Get the trigger latch pattern readout in the data stream to include the Level of the input trigger OR the transition to Hi.
References TI_TRIGGERWINDOW_LEVEL_LATCH, TILOCK, TIUNLOCK, and TI_A24RegStruct::triggerWindow.
int tiGetTriggerLock | ( | ) |
Get the current setting of the trigger lock mode.
References TI_A24RegStruct::busy, TI_BUSY_TRIGGER_LOCK, TILOCK, tiMaster, and TIUNLOCK.
int tiGetTriggerWindow | ( | ) |
Get the window of the input trigger coincidence window.
References TI_TRIGGERWINDOW_COINC_MASK, TILOCK, TIUNLOCK, and TI_A24RegStruct::triggerWindow.
int tiGetTrigSrcEnabledFiberMask | ( | ) |
Returns the mask of fiber channels that report a "connected" status from a TI has it's trigger source enabled.
References TI_A24RegStruct::fiber, TI_FIBER_TRIGSRC_ENABLED_MASK, TILOCK, tiMaster, and TIUNLOCK.
void tiPrintTriggerTable | ( | int | showbits | ) |
Print trigger table to standard out.
showbits | Show trigger bit pattern, instead of hex |
int tiSyncResetRequestStatus | ( | int | pflag | ) |
Status of SyncReset Request received bits.
pflag | Print to standard out if not 0 |
References TI_A24RegStruct::rocEnable, TI_ROCENABLE_SYNCRESET_REQUEST_MONITOR_MASK, TILOCK, tiMaster, and TIUNLOCK.
Referenced by tiStatus().