JLab Pipeline TI Library  3v6.1
Deprecated - To be removed

Functions

int tiPayloadPort2VMESlot (int payloadport)
 Routine to return the VME slot, provided the VXS payload port. More...
 
unsigned int tiPayloadPortMask2VMESlotMask (unsigned int ppmask)
 Routine to return the VME slot Mask, provided the VXS payload port Mask. More...
 
int tiVMESlot2PayloadPort (int vmeslot)
 Routine to return the VXS payload port, provided the VME Slot. More...
 
unsigned int tiVMESlotMask2PayloadPortMask (unsigned int vmemask)
 Routine to return the VXS Payload Port Mask, provided the VME Slot Mask. More...
 

Detailed Description

Function Documentation

◆ tiPayloadPort2VMESlot()

int tiPayloadPort2VMESlot ( int  payloadport)

Routine to return the VME slot, provided the VXS payload port.

Parameters
payloadportPayload port
Returns
Vme Slot

References MAX_VME_SLOTS, and PayloadPort.

Referenced by tiPayloadPortMask2VMESlotMask().

◆ tiPayloadPortMask2VMESlotMask()

unsigned int tiPayloadPortMask2VMESlotMask ( unsigned int  ppmask)

Routine to return the VME slot Mask, provided the VXS payload port Mask.

Parameters
ppmaskPayload port mask
Returns
Vme Slot Mask

References tiPayloadPort2VMESlot().

◆ tiVMESlot2PayloadPort()

int tiVMESlot2PayloadPort ( int  vmeslot)

Routine to return the VXS payload port, provided the VME Slot.

Parameters
vmeslotVme Slot
Returns
Payload Port

References MAX_VME_SLOTS, and PayloadPort.

Referenced by tiVMESlotMask2PayloadPortMask().

◆ tiVMESlotMask2PayloadPortMask()

unsigned int tiVMESlotMask2PayloadPortMask ( unsigned int  vmemask)

Routine to return the VXS Payload Port Mask, provided the VME Slot Mask.

Parameters
vmemaskVme Slot Mask
Payloadport mask

References tiVMESlot2PayloadPort().