Uses of Class
O2Plib.db.CSD.CSDRspotList

Packages that use CSDRspotList
O2Plib.db.CSD   
 

Uses of CSDRspotList in O2Plib.db.CSD
 

Fields in O2Plib.db.CSD declared as CSDRspotList
static CSDRspotList CSDglb.mrl
          Master database list of all Rspots sets.
static CSDRspotList[] CSDglb.rspotListsDB
          Database of all RspotLists' objects of size [0:nRrspotListDB-1].
 

Methods in O2Plib.db.CSD that return CSDRspotList
 CSDRspotList CSDRspotList.cloneIt()
          cloneIt() - make a cloned copy of a RSL.
 CSDRspotList CSDRspotList.difference(CSDRspotList r1, CSDRspotList r2)
          difference() - do the intersection of two RSL lists r3= difference(r1,r2).
 CSDRspotList CSDRspotList.intersection(CSDRspotList r1, CSDRspotList r2)
          intersection() - do the intersection of two RSL lists r3= intersection(r1,r2).
 CSDRspotList CSDRspotList.union(CSDRspotList r1, CSDRspotList r2)
          union() - do the union of two RSL lists r3= union(r1,r2).
 

Methods in O2Plib.db.CSD with parameters of type CSDRspotList
 boolean CSDfilterState.chkPairingBits(CSDRspotList rsl)
          chkPairingBits() - test the pairing bits agains the list of Rspots.
 CSDRspotList CSDRspotList.difference(CSDRspotList r1, CSDRspotList r2)
          difference() - do the intersection of two RSL lists r3= difference(r1,r2).
 CSDRspotList CSDRspotList.intersection(CSDRspotList r1, CSDRspotList r2)
          intersection() - do the intersection of two RSL lists r3= intersection(r1,r2).
 CSDRspotList CSDRspotList.union(CSDRspotList r1, CSDRspotList r2)
          union() - do the union of two RSL lists r3= union(r1,r2).