|
JLab Pipeline TI Library
3v6.1
|
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... | |
| int tiPayloadPort2VMESlot | ( | int | payloadport | ) |
Routine to return the VME slot, provided the VXS payload port.
| payloadport | Payload port |
References MAX_VME_SLOTS, and PayloadPort.
Referenced by tiPayloadPortMask2VMESlotMask().
| unsigned int tiPayloadPortMask2VMESlotMask | ( | unsigned int | ppmask | ) |
Routine to return the VME slot Mask, provided the VXS payload port Mask.
| ppmask | Payload port mask |
References tiPayloadPort2VMESlot().
| int tiVMESlot2PayloadPort | ( | int | vmeslot | ) |
Routine to return the VXS payload port, provided the VME Slot.
| vmeslot | Vme Slot |
References MAX_VME_SLOTS, and PayloadPort.
Referenced by tiVMESlotMask2PayloadPortMask().
| unsigned int tiVMESlotMask2PayloadPortMask | ( | unsigned int | vmemask | ) |
Routine to return the VXS Payload Port Mask, provided the VME Slot Mask.
| vmemask | Vme Slot Mask |
| Payload | port mask |
References tiVMESlot2PayloadPort().